Uses of Class
org.objectweb.joram.mom.proxies.ClientSubscription
-
Packages that use ClientSubscription Package Description 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 ClientSubscription in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies with type parameters of type ClientSubscription Modifier and Type Field Description private List<ClientSubscription>UserAgent. modifiedClientSubscriptionsThe ClientSubscriptions to be saved after a react.private Map<String,ClientSubscription>UserAgent. subsTableTable holding theClientSubscriptioninstances.Methods in org.objectweb.joram.mom.proxies that return ClientSubscription Modifier and Type Method Description static ClientSubscriptionClientSubscription. load(String txName)Methods in org.objectweb.joram.mom.proxies with parameters of type ClientSubscription Modifier and Type Method Description private voidUserAgent. delivers(String subName, ClientSubscription sub)If the subscription is active, launching a delivery sequence.voidProxyAgentItf. modifiedSubscription(ClientSubscription cs)voidUserAgent. modifiedSubscription(ClientSubscription cs)
-