edu.ucdavis.rj.VM
Interface rjvm_intf

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
rjvm

public interface rjvm_intf
extends java.rmi.Remote


Method Summary
 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()
           
 

Method Detail

destroyVM

void destroyVM()
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

innerCreateInstance

RemoteRefs innerCreateInstance(java.lang.String cls,
                               java.lang.Class[] types,
                               java.lang.Object[] args)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

innerCreateInstance

java.lang.Object innerCreateInstance(java.lang.String cls,
                                     java.lang.Class[] types,
                                     java.lang.Object[] args,
                                     java.lang.String binclass)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getHost

java.lang.String getHost()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

ping

void ping()
          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

checkIdle

TerminationData checkIdle()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException