Uses of Interface
jade.domain.introspection.Event

Packages that use Event
jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents.  
 

Uses of Event in jade.domain.introspection
 

Classes in jade.domain.introspection that implement Event
 class AddedContainer
          This class represents the added-container concept in the jade-introspection ontology.
 class AddedMTP
          This class represents the added-mtp concept in the jade-introspection ontology.
 class BornAgent
          An introspection event, recording the birth of a new agent within the platform.
 class DeadAgent
          An introspection event, recording the death of an agent within the platform.
 class KillContainerRequested
          This class represents the kill-container-requested concept in the jade-introspection ontology.
 class MovedAgent
          An introspection event, recording the migration of an agent within the platform.
 class RemovedContainer
          An introspection event, recording the removal of an agent container within the platform.
 class RemovedMTP
          An introspection event, recording the removal of an MTP within the platform.
 class ResetEvents
          This class represents the meta-reset-events concept in the jade-introspection ontology.
 class ResumedAgent
          An introspection event, recording the resumption of a formerly suspended agent within the platform.
 class ShutdownPlatformRequested
          This class represents the shutdown-platform-requested concept in the jade-introspection ontology.
 class SuspendedAgent
          An introspection event, recording the suspension of a formerly active agent within the platform.
 

Methods in jade.domain.introspection with parameters of type Event
 void AMSSubscriber.EventHandler.handle(Event ev)
           
 



JADE