Uses of Class
jade.proto.SubscriptionResponder.Subscription

Packages that use SubscriptionResponder.Subscription
jade.proto This package contains role behaviours for FIPA standard protocols.  
 

Uses of SubscriptionResponder.Subscription in jade.proto
 

Methods in jade.proto that return SubscriptionResponder.Subscription
 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.
 

Methods in jade.proto with parameters of type SubscriptionResponder.Subscription
 boolean SubscriptionResponder.SubscriptionManager.register(SubscriptionResponder.Subscription s)
          Register a new Subscription object
 boolean SubscriptionResponder.SubscriptionManager.deregister(SubscriptionResponder.Subscription s)
          Deregister a Subscription object
 



JADE