public class AServerImpl extends ServerImpl
JVMAgent
,
Serialized FormRemoteRoot.ShutdownHook
DEFAULT_RMI_SERVER, serverName
remoteType
SERVER_SYSTEM_PROPERTY
Constructor and Description |
---|
AServerImpl()
Constructor for AServerImpl.
|
Modifier and Type | Method and Description |
---|---|
TestRecordData |
process(java.lang.Object object,
TestRecordData testRecordData)
Primarily only has to convert the heftier ATestRecordHelper into the simpler
ATestRecordData object that can go across the RMI bridge.
|
finalize, getCaption, getChildCount, getChildren, getClassName, getID, getLevel, getMatchingPathObject, getName, getProperty, getPropertyNames, getStringData, getSubItemAtIndex, getSuperClassNames, getText, getTopLevelCount, getTopLevelWindows, isMatchingPath, isShowing, isValid, main, pingAgents, register, runCommand, setActiveWindow, unRegister
rebindLocalRMIRegistry
clone, exportObject, exportObject, exportObject, unexportObject
public AServerImpl() throws java.rmi.RemoteException
java.rmi.RemoteException
JVMAgent
public TestRecordData process(java.lang.Object object, TestRecordData testRecordData)
process
in interface LocalAgent
process
in class ServerImpl
object
- to be processed during the execution oftestRecordData
- is actually an instance of ATestRecordHelper.ATestRecordHelper
,
ATestRecordData