| Modifier and Type | Method and Description |
|---|---|
AbstractSession |
AbstractConnection.lookupRegisteredSession(IntegerID sessionId)
Lookup a registered session
|
| Modifier and Type | Field and Description |
|---|---|
protected IntegerID |
AbstractSession.id |
protected IntegerID |
AbstractQueueBrowser.id |
protected IntegerID |
AbstractMessageHandler.id |
| Modifier and Type | Field and Description |
|---|---|
protected Map<IntegerID,AbstractMessageConsumer> |
AbstractSession.consumersMap |
| Modifier and Type | Method and Description |
|---|---|
IntegerID |
AbstractSession.getId()
Get the session id
|
IntegerID |
AbstractQueueBrowser.getId() |
IntegerID |
AbstractMessageHandler.getId()
Get the message handler unique ID
|
| Modifier and Type | Method and Description |
|---|---|
AbstractQueueBrowser |
AbstractSession.lookupRegisteredBrowser(IntegerID browserId)
Lookup a registered browser
|
AbstractMessageConsumer |
AbstractSession.lookupRegisteredConsumer(IntegerID consumerId)
Lookup a registered consumer
|
| Constructor and Description |
|---|
AbstractMessageConsumer(AbstractSession session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
IntegerID consumerId)
Constructor
|
AbstractMessageHandler(AbstractSession session,
javax.jms.Destination destination,
IntegerID handlerId)
Constructor
|
AbstractMessageProducer(AbstractSession session,
javax.jms.Destination destination,
IntegerID producerId)
Constructor
|
AbstractQueueBrowser(AbstractSession session,
javax.jms.Queue queue,
String messageSelector,
IntegerID browserId)
Constructor
|
AbstractSession(IntegerID id,
AbstractConnection connection,
boolean transacted,
int acknowledgeMode)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
javax.jms.Session |
LocalConnection.createSession(IntegerID sessionId,
boolean transacted,
int acknowledgeMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationProxy.addNotification(IntegerID consumerId,
AbstractMessage prefetchedMessage)
Send a notification packet through this proxy
|
| Modifier and Type | Method and Description |
|---|---|
javax.jms.QueueBrowser |
LocalSession.createBrowser(IntegerID browserId,
javax.jms.Queue queueRef,
String messageSelector) |
javax.jms.MessageConsumer |
LocalSession.createConsumer(IntegerID consumerId,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal)
Create a consumer with the given id
|
javax.jms.TopicSubscriber |
LocalSession.createDurableSubscriber(IntegerID consumerId,
javax.jms.Topic topic,
String subscriptionName,
String messageSelector,
boolean noLocal) |
| Constructor and Description |
|---|
LocalDurableTopicSubscriber(FFMQEngine engine,
LocalSession session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
IntegerID consumerId,
String subscriberId)
Constructor
|
LocalMessageConsumer(FFMQEngine engine,
LocalSession session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
IntegerID consumerId,
String subscriberId)
Constructor
|
LocalMessageProducer(LocalSession session,
javax.jms.Destination destination,
IntegerID producerId)
Constructor
|
LocalQueueBrowser(LocalSession session,
LocalQueue queue,
String messageSelector,
IntegerID browserId)
Constructor
|
LocalQueueReceiver(FFMQEngine engine,
LocalQueueSession session,
javax.jms.Queue queue,
String messageSelector,
IntegerID receiverId)
Constructor
|
LocalQueueSender(LocalSession session,
javax.jms.Queue queue,
IntegerID senderId)
Constructor
|
LocalQueueSession(IntegerID id,
LocalQueueConnection connection,
FFMQEngine engine,
boolean transacted,
int acknowlegdeMode)
Constructor
|
LocalSession(IntegerID id,
LocalConnection connection,
FFMQEngine engine,
boolean transacted,
int acknowlegdeMode)
Constructor
|
LocalTopicPublisher(LocalSession session,
javax.jms.Destination destination,
IntegerID publisherId)
Constructor
|
LocalTopicSession(IntegerID id,
LocalConnection connection,
FFMQEngine engine,
boolean transacted,
int acknowlegdeMode)
Constructor
|
LocalTopicSubscriber(FFMQEngine engine,
LocalSession session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal,
IntegerID consumerId,
String subscriberId)
Constructor
|
| Constructor and Description |
|---|
RemoteDurableTopicSubscriber(IntegerID consumerId,
RemoteSession session,
javax.jms.Topic topic,
String messageSelector,
boolean noLocal,
String subscriptionName)
Constructor
|
RemoteMessageConsumer(IntegerID consumerId,
RemoteSession session,
javax.jms.Destination destination,
String messageSelector,
boolean noLocal)
Constructor
|
RemoteMessageProducer(RemoteSession session,
javax.jms.Destination destination,
IntegerID producerId)
Constructor
|
RemoteQueueBrowser(IntegerID browserId,
RemoteSession session,
javax.jms.Queue queue,
String messageSelector)
Constructor
|
RemoteQueueReceiver(IntegerID consumerId,
RemoteSession session,
javax.jms.Queue queue,
String messageSelector)
Constructor
|
RemoteQueueSender(RemoteSession session,
javax.jms.Queue queue,
IntegerID producerId)
Constructor
|
RemoteQueueSession(IntegerID sessionId,
RemoteConnection connection,
PacketTransportEndpoint transportEndpoint,
boolean transacted,
int acknowledgeMode)
Constructor
|
RemoteSession(IntegerID sessionId,
RemoteConnection connection,
PacketTransportEndpoint transportEndpoint,
boolean transacted,
int acknowledgeMode)
Constructor
|
RemoteTopicPublisher(RemoteSession session,
javax.jms.Topic topic,
IntegerID producerId)
Constructor
|
RemoteTopicSession(IntegerID sessionId,
RemoteConnection connection,
PacketTransportEndpoint transportEndpoint,
boolean transacted,
int acknowledgeMode)
Constructor
|
RemoteTopicSubscriber(IntegerID consumerId,
RemoteSession session,
javax.jms.Topic topic,
String messageSelector,
boolean noLocal)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
IntegerID |
NotificationPacket.getConsumerId() |
IntegerID |
NotificationPacket.getSessionId() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationPacket.setConsumerId(IntegerID consumerId) |
void |
NotificationPacket.setSessionId(IntegerID sessionId) |
| Modifier and Type | Method and Description |
|---|---|
IntegerID |
CreateBrowserQuery.getBrowserId() |
IntegerID |
AbstractQueueBrowserQuery.getBrowserId() |
IntegerID |
CreateConsumerQuery.getConsumerId() |
IntegerID |
CreateDurableSubscriberQuery.getConsumerId() |
IntegerID |
AbstractConsumerQuery.getConsumerId() |
IntegerID |
AbstractSessionQuery.getSessionId() |
IntegerID |
CreateSessionQuery.getSessionId() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBrowserQuery.setBrowserId(IntegerID browserId) |
void |
AbstractQueueBrowserQuery.setBrowserId(IntegerID browserId) |
void |
CreateConsumerQuery.setConsumerId(IntegerID consumerId) |
void |
CreateDurableSubscriberQuery.setConsumerId(IntegerID consumerId) |
void |
AbstractConsumerQuery.setConsumerId(IntegerID consumerId) |
void |
AbstractSessionQuery.setSessionId(IntegerID sessionId) |
void |
CreateSessionQuery.setSessionId(IntegerID sessionId) |
| Modifier and Type | Method and Description |
|---|---|
IntegerID |
IntegerIDProvider.createID()
Get an integer ID
|
Copyright © 2021. All rights reserved.