Interface RemoteProcessInterface
- All Superinterfaces:
Remote
- All Known Implementing Classes:
RemoteServerFactory,SkeletonSession
Interface to monitor the process remotely.
- Version:
- 11.4.1
- Author:
- jmback
-
Method Summary
-
Method Details
-
getName
Get name of server process- Returns:
- name as string
- Throws:
RemoteException
-
getState
Get state of server process- Returns:
- state of process
- Throws:
RemoteException
-
abort
Abort a process. true if process has aborted- Throws:
RemoteException
-
use
Use this process.- Throws:
RemoteException
-