Package | Description |
---|---|
jade.proto |
This package contains role behaviours for FIPA
standard protocols.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionResponder.Subscription |
SubscriptionResponder.createSubscription(ACLMessage subsMsg)
Utility method to correctly create a new
Subscription object
managed by this SubscriptionResponder |
SubscriptionResponder.Subscription |
SubscriptionResponder.getSubscription(ACLMessage msg)
Utility method to correctly retrieve the
Subscription object that is related to the conversation
message msg belongs to. |
SubscriptionResponder.Subscription |
SubscriptionResponder.getSubscription(java.lang.String convId)
Utility method to correctly retrieve the
Subscription object that is related a given conversation. |
Modifier and Type | Method and Description |
---|---|
boolean |
SubscriptionResponder.SubscriptionManager.deregister(SubscriptionResponder.Subscription s)
Deregister a Subscription object
|
boolean |
SubscriptionResponder.SubscriptionManager.register(SubscriptionResponder.Subscription s)
Register a new Subscription object
|