See: Description
Interface | Description |
---|---|
AMSSubscriber.EventHandler |
This interface must be implemented by concrete event handlers
installed by this AMSSubscriber.
|
Event |
The generic interface for all introspection events.
|
IntrospectionVocabulary |
This interface contains all the string constants for frame and slot
names of exceptions defined in the
jade-introspection
ontology. |
Class | Description |
---|---|
AddedContainer |
This class represents the
added-container concept in the
jade-introspection ontology. |
AddedMTP |
This class represents the
added-mtp concept in the
jade-introspection ontology. |
AMSSubscriber |
This behaviour subscribes to the AMS to receive notifications
about platform-wide events.
|
BornAgent |
An introspection event, recording the birth of a new agent within
the platform.
|
DeadAgent |
An introspection event, recording the death of an agent within the
platform.
|
IntrospectionOntology |
This class represents the ontology
jade-introspection ,
containing all JADE extensions related to agent and platform
monitoring. |
IntrospectionServer | |
KillContainerRequested |
This class represents the
kill-container-requested concept in the
jade-introspection ontology. |
MovedAgent |
An introspection event, recording the migration of an agent within
the platform.
|
RemovedContainer |
An introspection event, recording the removal of an agent container
within the platform.
|
RemovedMTP |
An introspection event, recording the removal of an MTP within the
platform.
|
ResetEvents |
This class represents the
meta-reset-events concept in
the jade-introspection ontology. |
ResumedAgent |
An introspection event, recording the resumption of a formerly
suspended agent within the platform.
|
ShutdownPlatformRequested |
This class represents the
shutdown-platform-requested concept in the
jade-introspection ontology. |
SuspendedAgent |
An introspection event, recording the suspension of a formerly
active agent within the platform.
|