Uses of Class
net.timewalker.ffmq4.utils.id.IntegerID
-
-
Uses of IntegerID in net.timewalker.ffmq4.common.connection
Methods in net.timewalker.ffmq4.common.connection with parameters of type IntegerID Modifier and Type Method Description AbstractSessionAbstractConnection. lookupRegisteredSession(IntegerID sessionId)Lookup a registered session -
Uses of IntegerID in net.timewalker.ffmq4.common.session
Fields in net.timewalker.ffmq4.common.session declared as IntegerID Modifier and Type Field Description protected IntegerIDAbstractMessageHandler. idprotected IntegerIDAbstractQueueBrowser. idprotected IntegerIDAbstractSession. idFields in net.timewalker.ffmq4.common.session with type parameters of type IntegerID Modifier and Type Field Description protected Map<IntegerID,AbstractMessageConsumer>AbstractSession. consumersMapMethods in net.timewalker.ffmq4.common.session that return IntegerID Modifier and Type Method Description IntegerIDAbstractMessageHandler. getId()Get the message handler unique IDIntegerIDAbstractQueueBrowser. getId()IntegerIDAbstractSession. getId()Get the session idMethods in net.timewalker.ffmq4.common.session with parameters of type IntegerID Modifier and Type Method Description AbstractQueueBrowserAbstractSession. lookupRegisteredBrowser(IntegerID browserId)Lookup a registered browserAbstractMessageConsumerAbstractSession. lookupRegisteredConsumer(IntegerID consumerId)Lookup a registered consumerConstructors in net.timewalker.ffmq4.common.session with parameters of type IntegerID Constructor Description AbstractMessageConsumer(AbstractSession session, javax.jms.Destination destination, String messageSelector, boolean noLocal, IntegerID consumerId)ConstructorAbstractMessageHandler(AbstractSession session, javax.jms.Destination destination, IntegerID handlerId)ConstructorAbstractMessageProducer(AbstractSession session, javax.jms.Destination destination, IntegerID producerId)ConstructorAbstractQueueBrowser(AbstractSession session, javax.jms.Queue queue, String messageSelector, IntegerID browserId)ConstructorAbstractSession(IntegerID id, AbstractConnection connection, boolean transacted, int acknowledgeMode)Constructor -
Uses of IntegerID in net.timewalker.ffmq4.local.connection
Methods in net.timewalker.ffmq4.local.connection with parameters of type IntegerID Modifier and Type Method Description javax.jms.SessionLocalConnection. createSession(IntegerID sessionId, boolean transacted, int acknowledgeMode) -
Uses of IntegerID in net.timewalker.ffmq4.local.destination.notification
Methods in net.timewalker.ffmq4.local.destination.notification with parameters of type IntegerID Modifier and Type Method Description voidNotificationProxy. addNotification(IntegerID consumerId, AbstractMessage prefetchedMessage)Send a notification packet through this proxy -
Uses of IntegerID in net.timewalker.ffmq4.local.session
Methods in net.timewalker.ffmq4.local.session with parameters of type IntegerID Modifier and Type Method Description javax.jms.QueueBrowserLocalSession. createBrowser(IntegerID browserId, javax.jms.Queue queueRef, String messageSelector)javax.jms.MessageConsumerLocalSession. createConsumer(IntegerID consumerId, javax.jms.Destination destination, String messageSelector, boolean noLocal)Create a consumer with the given idjavax.jms.TopicSubscriberLocalSession. createDurableSubscriber(IntegerID consumerId, javax.jms.Topic topic, String subscriptionName, String messageSelector, boolean noLocal)Constructors in net.timewalker.ffmq4.local.session with parameters of type IntegerID Constructor Description LocalDurableTopicSubscriber(FFMQEngine engine, LocalSession session, javax.jms.Destination destination, String messageSelector, boolean noLocal, IntegerID consumerId, String subscriberId)ConstructorLocalMessageConsumer(FFMQEngine engine, LocalSession session, javax.jms.Destination destination, String messageSelector, boolean noLocal, IntegerID consumerId, String subscriberId)ConstructorLocalMessageProducer(LocalSession session, javax.jms.Destination destination, IntegerID producerId)ConstructorLocalQueueBrowser(LocalSession session, LocalQueue queue, String messageSelector, IntegerID browserId)ConstructorLocalQueueReceiver(FFMQEngine engine, LocalQueueSession session, javax.jms.Queue queue, String messageSelector, IntegerID receiverId)ConstructorLocalQueueSender(LocalSession session, javax.jms.Queue queue, IntegerID senderId)ConstructorLocalQueueSession(IntegerID id, LocalQueueConnection connection, FFMQEngine engine, boolean transacted, int acknowlegdeMode)ConstructorLocalSession(IntegerID id, LocalConnection connection, FFMQEngine engine, boolean transacted, int acknowlegdeMode)ConstructorLocalTopicPublisher(LocalSession session, javax.jms.Destination destination, IntegerID publisherId)ConstructorLocalTopicSession(IntegerID id, LocalConnection connection, FFMQEngine engine, boolean transacted, int acknowlegdeMode)ConstructorLocalTopicSubscriber(FFMQEngine engine, LocalSession session, javax.jms.Destination destination, String messageSelector, boolean noLocal, IntegerID consumerId, String subscriberId)Constructor -
Uses of IntegerID in net.timewalker.ffmq4.remote.session
Constructors in net.timewalker.ffmq4.remote.session with parameters of type IntegerID Constructor Description RemoteDurableTopicSubscriber(IntegerID consumerId, RemoteSession session, javax.jms.Topic topic, String messageSelector, boolean noLocal, String subscriptionName)ConstructorRemoteMessageConsumer(IntegerID consumerId, RemoteSession session, javax.jms.Destination destination, String messageSelector, boolean noLocal)ConstructorRemoteMessageProducer(RemoteSession session, javax.jms.Destination destination, IntegerID producerId)ConstructorRemoteQueueBrowser(IntegerID browserId, RemoteSession session, javax.jms.Queue queue, String messageSelector)ConstructorRemoteQueueReceiver(IntegerID consumerId, RemoteSession session, javax.jms.Queue queue, String messageSelector)ConstructorRemoteQueueSender(RemoteSession session, javax.jms.Queue queue, IntegerID producerId)ConstructorRemoteQueueSession(IntegerID sessionId, RemoteConnection connection, PacketTransportEndpoint transportEndpoint, boolean transacted, int acknowledgeMode)ConstructorRemoteSession(IntegerID sessionId, RemoteConnection connection, PacketTransportEndpoint transportEndpoint, boolean transacted, int acknowledgeMode)ConstructorRemoteTopicPublisher(RemoteSession session, javax.jms.Topic topic, IntegerID producerId)ConstructorRemoteTopicSession(IntegerID sessionId, RemoteConnection connection, PacketTransportEndpoint transportEndpoint, boolean transacted, int acknowledgeMode)ConstructorRemoteTopicSubscriber(IntegerID consumerId, RemoteSession session, javax.jms.Topic topic, String messageSelector, boolean noLocal)Constructor -
Uses of IntegerID in net.timewalker.ffmq4.transport.packet
Methods in net.timewalker.ffmq4.transport.packet that return IntegerID Modifier and Type Method Description IntegerIDNotificationPacket. getConsumerId()IntegerIDNotificationPacket. getSessionId()Methods in net.timewalker.ffmq4.transport.packet with parameters of type IntegerID Modifier and Type Method Description voidNotificationPacket. setConsumerId(IntegerID consumerId)voidNotificationPacket. setSessionId(IntegerID sessionId) -
Uses of IntegerID in net.timewalker.ffmq4.transport.packet.query
Methods in net.timewalker.ffmq4.transport.packet.query that return IntegerID Modifier and Type Method Description IntegerIDAbstractQueueBrowserQuery. getBrowserId()IntegerIDCreateBrowserQuery. getBrowserId()IntegerIDAbstractConsumerQuery. getConsumerId()IntegerIDCreateConsumerQuery. getConsumerId()IntegerIDCreateDurableSubscriberQuery. getConsumerId()IntegerIDAbstractSessionQuery. getSessionId()IntegerIDCreateSessionQuery. getSessionId()Methods in net.timewalker.ffmq4.transport.packet.query with parameters of type IntegerID Modifier and Type Method Description voidAbstractQueueBrowserQuery. setBrowserId(IntegerID browserId)voidCreateBrowserQuery. setBrowserId(IntegerID browserId)voidAbstractConsumerQuery. setConsumerId(IntegerID consumerId)voidCreateConsumerQuery. setConsumerId(IntegerID consumerId)voidCreateDurableSubscriberQuery. setConsumerId(IntegerID consumerId)voidAbstractSessionQuery. setSessionId(IntegerID sessionId)voidCreateSessionQuery. setSessionId(IntegerID sessionId) -
Uses of IntegerID in net.timewalker.ffmq4.utils.id
Methods in net.timewalker.ffmq4.utils.id that return IntegerID Modifier and Type Method Description IntegerIDIntegerIDProvider. createID()Get an integer ID
-