Uses of Class
org.objectweb.joram.mom.notifications.FwdAdminRequestNot
-
Packages that use FwdAdminRequestNot Package Description org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.mom.notifications Theorg.objectweb.joram.mom.notificationspackage holds the notifications used for interacting with the MOM destination agents.org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. -
-
Uses of FwdAdminRequestNot in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest with parameters of type FwdAdminRequestNot Modifier and Type Method Description private voidClusterQueue. clusterAdd(FwdAdminRequestNot req, String joiningQueue)Reaction to the request of adding a new cluster element.private voidTopic. clusterAdd(FwdAdminRequestNot req, String joiningTopic)Reaction to the request of adding a new cluster element.voidAliasInQueue. handleAdminRequestNot(AgentId from, FwdAdminRequestNot not)voidClusterQueue. handleAdminRequestNot(AgentId from, FwdAdminRequestNot not)protected voidDestination. handleAdminRequestNot(AgentId from, FwdAdminRequestNot not)voidElasticTopic. handleAdminRequestNot(AgentId from, FwdAdminRequestNot not)This method handles the scaling operations.voidQueue. handleAdminRequestNot(AgentId from, FwdAdminRequestNot not)voidTopic. handleAdminRequestNot(AgentId from, FwdAdminRequestNot not)private voidElasticTopic. handleGetSubscriptionsRequest(FwdAdminRequestNot not)private voidElasticTopic. handleScaleRequest(FwdAdminRequestNot not) -
Uses of FwdAdminRequestNot in org.objectweb.joram.mom.notifications
Fields in org.objectweb.joram.mom.notifications declared as FwdAdminRequestNot Modifier and Type Field Description private FwdAdminRequestNotGetClientSubscriptions. notprivate FwdAdminRequestNotReconnectSubscribersNot. notMethods in org.objectweb.joram.mom.notifications that return FwdAdminRequestNot Modifier and Type Method Description FwdAdminRequestNotGetClientSubscriptions. getAdminNot()FwdAdminRequestNotReconnectSubscribersNot. getNot()Constructors in org.objectweb.joram.mom.notifications with parameters of type FwdAdminRequestNot Constructor Description GetClientSubscriptions(FwdAdminRequestNot not)ReconnectSubscribersNot(ArrayList<Integer> subs, ArrayList<Message> msgs, FwdAdminRequestNot not) -
Uses of FwdAdminRequestNot in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type FwdAdminRequestNot Modifier and Type Method Description private voidUserAgent. deleteProxy(FwdAdminRequestNot not)This method deletes the proxy by notifying its connected clients, denying the non acknowledged messages, deleting the temporary destinations, removing the subscriptions.private voidUserAgent. doReact(FwdAdminRequestNot not)
-