public interface rjvm_intf
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
TerminationData |
checkIdle() |
void |
destroyVM() |
java.lang.String |
getHost() |
RemoteRefs |
innerCreateInstance(java.lang.String cls,
java.lang.Class[] types,
java.lang.Object[] args) |
java.lang.Object |
innerCreateInstance(java.lang.String cls,
java.lang.Class[] types,
java.lang.Object[] args,
java.lang.String binclass) |
void |
ping() |
void destroyVM()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionRemoteRefs innerCreateInstance(java.lang.String cls, java.lang.Class[] types, java.lang.Object[] args) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object innerCreateInstance(java.lang.String cls,
java.lang.Class[] types,
java.lang.Object[] args,
java.lang.String binclass)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getHost()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid ping() throws java.rmi.RemoteException
java.rmi.RemoteExceptionTerminationData checkIdle() throws java.rmi.RemoteException
java.rmi.RemoteException