Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
private void |
UserAgent.doReact(ConsumerCloseSubRequest req)
Method implementing the JMS proxy reaction to a
ConsumerCloseSubRequest requesting to deactivate a durable
subscription. |
private void |
UserAgent.doReact(ConsumerReceiveRequest req)
Method implementing the proxy reaction to a
ConsumerReceiveRequest instance, requesting a message from a
subscription. |
private void |
UserAgent.doReact(ConsumerSetListRequest req)
Method implementing the JMS proxy reaction to a
ConsumerSetListRequest notifying the creation of a client
listener. |
private void |
UserAgent.doReact(ConsumerUnsetListRequest req)
Method implementing the JMS proxy reaction to a
ConsumerUnsetListRequest notifying that a consumer listener
is unset. |
private void |
UserAgent.doReact(ConsumerUnsubRequest req)
Method implementing the JMS proxy reaction to a
ConsumerUnsubRequest requesting to remove a subscription. |
private void |
UserAgent.doReact(int key,
CnxConnectRequest req)
Method implementing the reaction to a
CnxConnectRequest
requesting the key of the active context. |
Copyright © 2019 ScalAgent D.T.. All rights reserved.