public interface RemoteTestModuleIF extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
disconnectVM() |
MethExecutorResult |
executeMethodOnClass(String className,
String methodName) |
MethExecutorResult |
executeMethodOnClass(String className,
String methodName,
Object[] args) |
MethExecutorResult |
executeMethodOnObject(Object obj,
String methodName) |
MethExecutorResult |
executeMethodOnObject(Object obj,
String methodName,
Object[] args) |
void |
executeTask(int tsid,
int type,
int index) |
void |
notifyDynamicActionComplete(int actionId)
Notifies a client that dynamic action with the specified id is complete.
|
void |
runShutdownHook() |
void |
shutDownVM(boolean disconnect,
boolean runShutdownHook) |
void executeTask(int tsid,
int type,
int index)
throws RemoteException
RemoteExceptionMethExecutorResult executeMethodOnClass(String className, String methodName) throws RemoteException
RemoteExceptionMethExecutorResult executeMethodOnClass(String className, String methodName, Object[] args) throws RemoteException
RemoteExceptionMethExecutorResult executeMethodOnObject(Object obj, String methodName) throws RemoteException
RemoteExceptionMethExecutorResult executeMethodOnObject(Object obj, String methodName, Object[] args) throws RemoteException
RemoteExceptionvoid disconnectVM()
throws RemoteException
RemoteExceptionvoid shutDownVM(boolean disconnect,
boolean runShutdownHook)
throws RemoteException
RemoteExceptionvoid runShutdownHook()
throws RemoteException
RemoteExceptionvoid notifyDynamicActionComplete(int actionId)
throws RemoteException
RemoteExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.