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 |
AchieveREResponder.handleRequest(ACLMessage request) |
This method is called when the protocol initiation message (matching the
MessageTemplate specified in the constructor) is received.
|
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 |
SubscriptionResponder.handleSubscription(ACLMessage subscription) |
This method is called when a subscription
message is received that matches the message template
specified in the constructor.
|
protected ACLMessage |
AchieveREResponder.prepareResponse(ACLMessage request) |
Deprecated.
|
protected ACLMessage |
ContractNetResponder.prepareResponse(ACLMessage cfp) |
Deprecated.
|
protected ACLMessage |
ProposeResponder.prepareResponse(ACLMessage propose) |
This method is called when the initiator's
message is received that matches the message template
passed in the constructor.
|
protected ACLMessage |
SimpleAchieveREResponder.prepareResponse(ACLMessage request) |
This method is called when the initiator's
message is received that matches the message template
passed in the constructor.
|
protected ACLMessage |
SubscriptionResponder.prepareResponse(ACLMessage subscription) |
Deprecated.
|
boolean |
SubscriptionResponder.SubscriptionManager.register(SubscriptionResponder.Subscription s) |
Register a new Subscription object
|