public interface RemoteTestModuleIF
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
disconnectVM() |
MethExecutorResult |
executeMethodOnClass(java.lang.String className,
java.lang.String methodName) |
MethExecutorResult |
executeMethodOnClass(java.lang.String className,
java.lang.String methodName,
java.lang.Object[] args) |
MethExecutorResult |
executeMethodOnObject(java.lang.Object obj,
java.lang.String methodName) |
MethExecutorResult |
executeMethodOnObject(java.lang.Object obj,
java.lang.String methodName,
java.lang.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 java.rmi.RemoteException
java.rmi.RemoteExceptionMethExecutorResult executeMethodOnClass(java.lang.String className, java.lang.String methodName) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMethExecutorResult executeMethodOnClass(java.lang.String className, java.lang.String methodName, java.lang.Object[] args) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMethExecutorResult executeMethodOnObject(java.lang.Object obj, java.lang.String methodName) throws java.rmi.RemoteException
java.rmi.RemoteExceptionMethExecutorResult executeMethodOnObject(java.lang.Object obj, java.lang.String methodName, java.lang.Object[] args) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid disconnectVM()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid shutDownVM(boolean disconnect,
boolean runShutdownHook)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid runShutdownHook()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid notifyDynamicActionComplete(int actionId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.