public class StopStartClient extends Object
ClientVmMgr API.| Constructor and Description |
|---|
StopStartClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
startTask()
TASK to test
ClientVmMgr.start(String). |
static void |
stopAsyncTask()
TASK to test
ClientVmMgr.stopAsync(String). |
static void |
stopDeadlockTask()
TASK to test ability of stop methods to detect and prevent deadlock.
|
static void |
stopRegExTask()
TASK to test
ClientVmMgr.stop(String). |
static void |
stopTask()
TASK to test
ClientVmMgr.stop(String). |
static void |
stopVariousAsyncTask()
TASK to test
ClientVmMgr.stop(String,int,int) with various
stop and start modes. |
static void |
stopVariousTask()
TASK to test
ClientVmMgr.stop(String,int,int) with various
stop and start modes. |
public static void stopDeadlockTask()
throws ClientVmNotFoundException
ClientVmNotFoundExceptionpublic static void stopTask()
throws ClientVmNotFoundException
ClientVmMgr.stop(String).ClientVmNotFoundExceptionpublic static void stopRegExTask()
throws ClientVmNotFoundException
ClientVmMgr.stop(String).ClientVmNotFoundExceptionpublic static void stopAsyncTask()
throws ClientVmNotFoundException
ClientVmMgr.stopAsync(String).ClientVmNotFoundExceptionpublic static void stopVariousTask()
throws ClientVmNotFoundException
ClientVmMgr.stop(String,int,int) with various
stop and start modes.ClientVmNotFoundExceptionpublic static void stopVariousAsyncTask()
throws ClientVmNotFoundException
ClientVmMgr.stop(String,int,int) with various
stop and start modes.ClientVmNotFoundExceptionpublic static void startTask()
throws ClientVmNotFoundException
ClientVmMgr.start(String).ClientVmNotFoundExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.