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.RemoteException
RemoteRefs innerCreateInstance(java.lang.String cls, java.lang.Class[] types, java.lang.Object[] args) throws java.rmi.RemoteException
java.rmi.RemoteException
java.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.RemoteException
java.lang.String getHost() throws java.rmi.RemoteException
java.rmi.RemoteException
void ping() throws java.rmi.RemoteException
java.rmi.RemoteException
TerminationData checkIdle() throws java.rmi.RemoteException
java.rmi.RemoteException