| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ACL in fipaos.agent |
Methods in fipaos.agent with parameters of type ACL | |
void | FIPAOSAgent.forward(ACL acl) Forward an acl message out via the ConversationManagerImpl |
boolean | FIPAOSAgent.sendNotUnderstood(ACL orig_acl, String reason) Send a not understood message in response to the given ACL message |
boolean | FIPAOSAgent.sendNotUnderstood(ACL orig_acl) Send a not understood message in response to the given ACL message |
Uses of ACL in fipaos.agent.conversation |
Methods in fipaos.agent.conversation that return ACL | |
ACL | Conversation.getACL(int index) Pass-back the latest message in this conversation |
ACL | Conversation.getFilledInACL() Method to produce a filled in ACL - e.g. |
Uses of ACL in fipaos.agent.conversation.lightweight |
Methods in fipaos.agent.conversation.lightweight that return ACL | |
fipaos.ont.fipa.ACL | LightweightConversationImpl.getACL(int index) Pass-back the latest message in this conversation. |
fipaos.ont.fipa.ACL | LightweightConversationImpl.getFilledInACL() Method to produce a filled in ACL - e.g. |
Uses of ACL in fipaos.agent.conversation.standard |
Methods in fipaos.agent.conversation.standard that return ACL | |
ACL | ConversationImpl.getACL(int index) Pass-back the latest message in this conversation |
ACL | ConversationImpl.getFilledInACL() Method to produce a filled in ACL - e.g. |
Uses of ACL in fipaos.agent.task |
Methods in fipaos.agent.task that return ACL | |
(package private) ACL | TaskManager.getNewConversation(String protocol) Sets up a new Conversation using the given protocol |
Methods in fipaos.agent.task with parameters of type ACL | |
(package private) void | TaskManager.forward(ACL acl, Task task) Sends an ACL message on behalf of the given Task. |
Uses of ACL in fipaos.mts |
Constructors in fipaos.mts with parameters of type ACL | |
Message.Message(ACL msg) Creates a Message based upon the given ACL object (automatically generates an Envelope based upon the ACL object given) | |
Message.Message(Envelope env, ACL acl) Create a new Message based upon the given Envelope (which is assumed to contain an ACL object). |
Methods in fipaos.mts that return ACL | |
ACL | Message.getACL() Gets the ACL that is part of this Message |
Uses of ACL in fipaos.ont.fipa.fipaman |
Constructors in fipaos.ont.fipa.fipaman with parameters of type ACL | |
Envelope.Envelope(ACL msg) Creates an Envelope based upon the given ACL object |
Uses of ACL in fipaos.parser.acl.bitefficient |
Methods in fipaos.parser.acl.bitefficient that return ACL | |
ACL | ACLInputStream.readMsg() Reads an ACL message from the input stream. |
static ACL | Parser.parse(byte[] msg) Convert the given byte[] message into an ACL |
Methods in fipaos.parser.acl.bitefficient with parameters of type ACL | |
ByteArray | ACLEncoder.encode(ACL m, byte c) Encodes an ACL message. |
ByteArray | ACLEncoder.encode(ACL m) Encodes an ACL message. |
void | ACLOutputStream.write(ACL m, byte c) Writes ACL message output stream using specified coding. |
void | ACLOutputStream.write(ACL m) Writes ACL message to output stream |
static byte[] | Parser.deparse(ACL msg) Convert the given ACL message into bit-efficient format |
Uses of ACL in fipaos.parser.acl.string |
Methods in fipaos.parser.acl.string that return ACL | |
static ACL | Parser.parse(byte[] acl) Converts byte[] containing FIPA-compliant string encoding of ACL message to an ACL object |
Methods in fipaos.parser.acl.string with parameters of type ACL | |
static byte[] | Parser.deparse(ACL acl) Converts ACL object to byte[] containing FIPA-compliant string encoding of ACL |
Uses of ACL in fipaos.platform.df |
Constructors in fipaos.platform.df with parameters of type ACL | |
SubscriptionHandlerTask.SubscriptionHandlerTask(fipaos.ont.fipa.ACL msg) Creates a SubscribeAction - once the Task has started, it will attempt to "agree" and "inform" the subscribing Agent that the subscription has been started OK |
Methods in fipaos.platform.df with parameters of type ACL | |
void | SubscriptionManager.newSubscriber(fipaos.ont.fipa.ACL acl) Causes a SubscriptionHandlerTask to be instantiated to deal with the subscription request from another Agent. |
void | SubscriptionManagerTask.newSubscriber(fipaos.ont.fipa.ACL acl) Causes a SubscriptionHandlerTask to be instantiated to deal with the subscription request from another Agent |
Uses of ACL in fipaos.tool |
Methods in fipaos.tool that return ACL | |
ACL | VisualACLParser.getACLMessage() This method is used when agent wants to get the ACLMessage from the GUI. |
Methods in fipaos.tool with parameters of type ACL | |
void | VisualACLParser.setACLMessage(ACL msg) Sets the IOTestAgent to display the given ACL message |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |