private void |
UserAgent.doReact(int key,
CnxConnectRequest req) |
Method implementing the reaction to a CnxConnectRequest
requesting the key of the active context.
|
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.
|