Uses of Interface
jade.proto.SubscriptionResponder.SubscriptionManager
-
Packages that use SubscriptionResponder.SubscriptionManager Package Description jade.proto This package contains role behaviours for FIPA standard protocols. -
-
Uses of SubscriptionResponder.SubscriptionManager in jade.proto
Fields in jade.proto declared as SubscriptionResponder.SubscriptionManager Modifier and Type Field Description protected SubscriptionResponder.SubscriptionManagerSubscriptionResponder. mySubscriptionManagerTheSubscriptionManagerused by thisSubscriptionResponderto register subscriptionsConstructors in jade.proto with parameters of type SubscriptionResponder.SubscriptionManager Constructor Description SubscriptionResponder(Agent a, MessageTemplate mt, SubscriptionResponder.SubscriptionManager sm)Construct a SubscriptionResponder behaviour that handles subscription messages matching a given template and notifies a given SubscriptionManager about subscription/un-subscription events.SubscriptionResponder(Agent a, MessageTemplate mt, SubscriptionResponder.SubscriptionManager sm, DataStore store)Construct a SubscriptionResponder behaviour that handles subscription messages matching a given template, notifies a given SubscriptionManager about subscription/un-subscription events and uses a given DataStore.
-