Package | Description |
---|---|
jade.domain.FIPAAgentManagement |
This package contains the definition of the FIPA-Agent-Management ontology
as specified by the FIPA standard
FIPA Agent Management
Specification - document no. 23 version H (15th August 2001).
|
jade.proto |
This package contains role behaviours for FIPA
standard protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadyRegistered |
class |
InternalError |
class |
NotRegistered |
Modifier and Type | Method and Description |
---|---|
boolean |
SubscriptionResponder.SubscriptionManager.deregister(SubscriptionResponder.Subscription s)
Deregister a Subscription object
|
protected ACLMessage |
SSContractNetResponder.handleAcceptProposal(ACLMessage cfp,
ACLMessage propose,
ACLMessage accept)
This method is called when an ACCEPT_PROPOSAL message is received from the
initiator.
|
protected ACLMessage |
SubscriptionResponder.handleCancel(ACLMessage cancel)
This method is called when a CANCEL message is received for a previous subscription.
|
protected ACLMessage |
SSContractNetResponder.handleCfp(ACLMessage cfp)
This method is called to handle the initial CFP message.
|
protected ACLMessage |
SSIteratedAchieveREResponder.handleRequest(ACLMessage request)
This method is called to handle the initial REQUEST message and
then again whenever a REQUEST message is received.
|
protected ACLMessage |
SimpleAchieveREResponder.prepareResultNotification(ACLMessage request,
ACLMessage response)
This method is called after the response has been sent
and only when one of the folliwing two cases arise:
the response was an
agree message OR no response
message was sent. |
protected ACLMessage |
AchieveREResponder.prepareResultNotification(ACLMessage request,
ACLMessage response)
This method is called after the execution of the handleRequest() method if
no response was sent or the response was an
AGREE message. |
protected ACLMessage |
ContractNetResponder.prepareResultNotification(ACLMessage cfp,
ACLMessage propose,
ACLMessage accept)
Deprecated.
Use
handleAcceptProposal() instead. |