public interface JVMFactoryRemote
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
ping()
Used by JVMProcesses to check if the server is still running
|
void |
registerJVM(java.lang.String appName,
JVMProcessRemote jvmProcess)
Registers external JVM with the factory.
|
void registerJVM(java.lang.String appName,
JVMProcessRemote jvmProcess)
throws java.lang.Exception
appName - application namejvmProcess - JVMProcessRemotejava.lang.Exceptionvoid ping()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionCopyright © 2000-2012 CreamTec LLC. All Rights Reserved.