Package | Description |
---|---|
org.safs.rmi.engine |
Modifier and Type | Class and Description |
---|---|
class |
AgentImpl
This is an initial concrete implementation of our RMI Agent Interface.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerImpl.register(Agent anAgent) |
void |
Server.register(Agent anAgent)
A JVM Agent will register with the RMI Server after it has become available in
the RMI Naming registry.
|
void |
ServerImpl.unRegister(Agent anAgent)
Uses a separate Thread to unRegister the Agent and perform other internal checks after
the Agent is unregistered.
|
void |
Server.unRegister(Agent anAgent)
Unregisters the JVM Agent from the Server.
|
Copyright © SAS Institute. All Rights Reserved.