boolean |
SubscriptionResponder.SubscriptionManager.deregister(SubscriptionResponder.Subscription s) |
Deregister a Subscription object
|
protected ACLMessage |
ContractNetResponder.handleAcceptProposal(ACLMessage cfp,
ACLMessage propose,
ACLMessage accept) |
Redefine this method to call prepareResultNotification()
|
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 |
ContractNetResponder.handleCfp(ACLMessage cfp) |
Redefine this method to call prepareResponse()
|
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 |
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.
|
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.
|