Uses of Class
jade.domain.introspection.ACLMessage

Packages that use ACLMessage
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 ACLMessage in jade.domain.introspection
 

Methods in jade.domain.introspection that return ACLMessage
 ACLMessage SentMessage.getMessage()
          Retrieve the value of the message slot of this event, containing the ACL message that was sent.
 ACLMessage RoutedMessage.getMessage()
           
 ACLMessage ReceivedMessage.getMessage()
          Retrieve the value of the message slot of this event, containing the ACL message that was extracted from the receiver agent message queue.
 ACLMessage PostedMessage.getMessage()
          Retrieve the value of the message slot of this event, containing the ACL message that was posted to the receiver agent message queue.
 

Methods in jade.domain.introspection with parameters of type ACLMessage
 void SentMessage.setMessage(ACLMessage msg)
          Set the message slot of this event.
 void RoutedMessage.setMessage(ACLMessage msg)
           
 void ReceivedMessage.setMessage(ACLMessage msg)
          Set the message slot of this event.
 void PostedMessage.setMessage(ACLMessage msg)
          Set the message slot of this event.