Package jade.domain.introspection

This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents.

See:
          Description

Interface Summary
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 Summary
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.
SuspendedAgent An introspection event, recording the suspension of a formerly active agent within the platform.
 

Package jade.domain.introspection Description

This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. It also includes all the classes the implement the basic concepts of the ontology. Normal programmers and agent applications do not need to use this package.



JADE