|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsumerReceiveRequest | |
---|---|
org.objectweb.joram.mom.proxies | The org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. |
Uses of ConsumerReceiveRequest in org.objectweb.joram.mom.proxies |
---|
Methods in org.objectweb.joram.mom.proxies with parameters of type ConsumerReceiveRequest | |
---|---|
private void |
ProxyImpl.doReact(ConsumerReceiveRequest req)
Method implementing the proxy reaction to a ConsumerReceiveRequest instance, requesting a message from a
subscription. |
private void |
ProxyImpl.reactToClientRequest(int key,
ConsumerReceiveRequest req)
Either forwards the ConsumerReceiveRequest request as a
ReceiveRequest directly to the target queue, or wraps it
and sends it to the proxy if destinated to a subscription. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |