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 AddedBehaviour
          An introspection event, recording that a behaviour was added to an agent.
 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 ChangedAgentOwnership
          An introspection event, recording the change of the ownership of an agent within the platform.
 class ChangedAgentState
          An introspection event, recording the change of the atate of an agent within the platform.
 class ChangedBehaviourState
          An introspection event, recording the change of the state of an agent behaviour within the platform.
 class DeadAgent
          An introspection event, recording the death of an agent within the platform.
 class FrozenAgent
          An introspection event, recording the freezing of a formerly active 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 PlatformDescription
          This class represents the platform-description predicate, whose argument is a platform description object from the FIPA Agent Management ontology.
 class PostedMessage
          An introspection event, recording the posting of an ACL message within the platform.
 class ReceivedMessage
          An introspection event, recording the reception of an ACL message within the platform.
 class RemovedBehaviour
          An introspection event, recording the removal of an agent behaviour 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 SentMessage
          An introspection event, recording the sending of an ACL message 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.
 class ThawedAgent
          An introspection event, recording the freezing of a formerly active agent within the platform.
 

Methods in jade.domain.introspection that return Event
 Event EventRecord.getWhat()
          Retrieve the value of the what slot of this event, containing the occurred event.
 

Methods in jade.domain.introspection with parameters of type Event
 void AMSSubscriber.EventHandler.handle(Event ev)
           
 void EventRecord.setWhat(Event evt)
          Set the what slot of this event.
 

Constructors in jade.domain.introspection with parameters of type Event
EventRecord(Event evt, Location l)
          Construct an event record, attaching a location and a timestamp to an event object.