Class Summary |
Agent |
The Agent class is the generic mobile agent. |
AgentSpec |
|
AgentStatus |
Every agent contains an AgentStatus object representing the
current as well as past status of the agent |
AppendOnlyContainer |
The read-only container mechanism is limited in utility to those parts
of the state that remain constant throughout the agent's travels. |
Credentials |
This class represents the credential object carried by each agent object. |
ItinAgent |
ItinAgent class extends the Agent class and abstracts the agent's mobility
into an Itinerary. |
JoinableAgent |
It is a sub class of the ItinAgent class. |
JoinableAgentProxy |
|
ModAppendOnlyContainer |
|
NotificationRecord |
This class records the status of the agent at each server. |
ReadOnlyContainer |
A container for read-only data (constants) to be carried along by an
agent. |
ReportableAgent |
Often it is necessary for Agents to return and report their results
back to another principal -- a server, an agent or just another object. |
SecureAgent |
The SecureAgent class is the secure mobile agent. |
SecureServicesProxy |
|
TargetedState |
In some applications, an agent programmer needs to protect items in the
agent's state such that they are only accessible to certain servers . |
TestAOC |
|