sajas.core.behaviours
Interface ReceiverBehaviour.Handle
Enclosing class:
-
public static interface ReceiverBehaviour.Handle
An interface representing ACL messages due to arrive within a time
limit. This interface is used to create a
ReceiverBehaviour
object to receive an ACL message
within a user specified time limit. When the user tries to read the
message represented by the handle, either gets it or gets an
exception.
See Also:
-
jade.core.behaviours.ReceiverBehaviour.newHandle(), jade.core.behaviours.ReceiverBehaviour.ReceiverBehaviour(Agent
a, ReceiverBehaviour.Handle h, long millis)
Method Summary |
jade.lang.acl.ACLMessage |
getMessage() Tries to retrieve the ACLMessage object represented by this handle. |
getMessage
-
Tries to retrieve the ACLMessage
object represented
by this handle.
Returns:
-
The ACL message, received by the associated
ReceiverBehaviour
, if any.
Throws:
-
-
See Also:
-
jade.core.behaviours.ReceiverBehaviour.ReceiverBehaviour(Agent
a, ReceiverBehaviour.Handle h, long millis)
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc, which is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com