Uses of Class
org.objectweb.joram.shared.client.ConsumerSetListRequest
-
Packages that use ConsumerSetListRequest 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 ConsumerSetListRequest in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type ConsumerSetListRequest Modifier and Type Method Description private voidUserAgent. doReact(ConsumerSetListRequest req)Method implementing the JMS proxy reaction to aConsumerSetListRequestnotifying the creation of a client listener.private voidUserAgent. reactToClientRequest(int key, ConsumerSetListRequest req)Either forwards theConsumerSetListRequestrequest as aReceiveRequestdirectly to the target queue, or wraps it and sends it to the proxy if destinated to a subscription.
-