- AbstractMechanism - Class in org.apache.qpid.jms.sasl
-
Base class for SASL Authentication Mechanism that implements the basic
methods of a Mechanism class.
- AbstractMechanism() - Constructor for class org.apache.qpid.jms.sasl.AbstractMechanism
-
- AbstractMessageQueue - Class in org.apache.qpid.jms.util
-
Abstract Message Queue class used to implement the common functions of a Message Queue
instance.
- AbstractMessageQueue() - Constructor for class org.apache.qpid.jms.util.AbstractMessageQueue
-
- ACCEPTED - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- acknowledge() - Method in class org.apache.qpid.jms.JmsAcknowledgeCallback
-
- acknowledge(JmsConnection, JmsInboundMessageDispatch, ProviderConstants.ACK_TYPE) - Method in class org.apache.qpid.jms.JmsLocalTransactionContext
-
- acknowledge(JmsConnection, JmsInboundMessageDispatch, ProviderConstants.ACK_TYPE) - Method in class org.apache.qpid.jms.JmsNoTxTransactionContext
-
- acknowledge(JmsConnection, JmsInboundMessageDispatch, ProviderConstants.ACK_TYPE) - Method in interface org.apache.qpid.jms.JmsTransactionContext
-
Allows the context to intercept a message acknowledgement and perform any
additional logic prior to the acknowledge being forwarded onto the connection.
- acknowledge() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- acknowledge(ProviderConstants.ACK_TYPE) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
Called to acknowledge all messages that have been marked as delivered but
have not yet been marked consumed.
- acknowledge(JmsInboundMessageDispatch, ProviderConstants.ACK_TYPE) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
Called to acknowledge a given delivery.
- acknowledge(JmsSessionId, ProviderConstants.ACK_TYPE, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- acknowledge(JmsInboundMessageDispatch, ProviderConstants.ACK_TYPE, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- acknowledge(ProviderConstants.ACK_TYPE) - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
Perform an acknowledge of all delivered messages for all consumers active in this
Session.
- acknowledge(JmsSessionId, ProviderConstants.ACK_TYPE, AsyncResult) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- acknowledge(JmsInboundMessageDispatch, ProviderConstants.ACK_TYPE, AsyncResult) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- acknowledge(JmsSessionId, ProviderConstants.ACK_TYPE, AsyncResult) - Method in interface org.apache.qpid.jms.provider.Provider
-
Called to acknowledge all messages that have been delivered in a given session.
- acknowledge(JmsInboundMessageDispatch, ProviderConstants.ACK_TYPE, AsyncResult) - Method in interface org.apache.qpid.jms.provider.Provider
-
Called to acknowledge a JmsMessage has been delivered, consumed, re-delivered...etc.
- acknowledge(JmsSessionId, ProviderConstants.ACK_TYPE, AsyncResult) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- acknowledge(JmsInboundMessageDispatch, ProviderConstants.ACK_TYPE, AsyncResult) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- acknowledgeCallback - Variable in class org.apache.qpid.jms.message.JmsMessage
-
- acknowledgementMode - Variable in class org.apache.qpid.jms.JmsMessageConsumer
-
- add(JmsMessageConsumer) - Method in class org.apache.qpid.jms.JmsSession
-
- add(JmsMessageProducer) - Method in class org.apache.qpid.jms.JmsSession
-
- add(URI) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- add(URI) - Method in class org.apache.qpid.jms.provider.failover.FailoverUriPool
-
Adds a new URI to the pool if not already contained within.
- addAdditionalHandlers(ChannelPipeline) - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- addAdditionalHandlers(ChannelPipeline) - Method in class org.apache.qpid.jms.transports.netty.NettyWsTransport
-
- addChildResource(AmqpResource) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- addChildResource(AmqpResource) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- addChildResource(AmqpResource) - Method in interface org.apache.qpid.jms.provider.amqp.AmqpResourceParent
-
Adds the given resource as a child of this resource so that it's
lifetime becomes managed by that of its parent.
- addChildResource(AmqpResource) - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- addChildResource(AmqpResource) - Method in class org.apache.qpid.jms.provider.amqp.AmqpTransactionContext
-
- addConnectionListener(JmsConnectionListener) - Method in class org.apache.qpid.jms.JmsConnection
-
Adds a JmsConnectionListener so that a client can be notified of events in
the underlying connection and its state.
- addEscapes(String) - Static method in error org.apache.qpid.jms.selector.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addExpression() - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- addFirst(URI) - Method in class org.apache.qpid.jms.provider.failover.FailoverUriPool
-
Adds a new URI to the pool if not already contained within.
- addPropertiesToURI(URI, Map<String, String>) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Enumerate the properties of the target object and add them as additional entries
to the query string of the given URI.
- addPropertiesToURI(String, Map<String, String>) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Append the given properties to the query portion of the given URI.
- addPropertiesToURIFromBean(String, Object) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Enumerate the properties of the target object and add them as additional entries
to the query string of the given string URI.
- addSession(JmsSessionInfo, JmsSession) - Method in class org.apache.qpid.jms.JmsConnection
-
- addSynchronization(JmsTransactionSynchronization) - Method in class org.apache.qpid.jms.JmsLocalTransactionContext
-
- addSynchronization(JmsTransactionSynchronization) - Method in class org.apache.qpid.jms.JmsNoTxTransactionContext
-
- addSynchronization(JmsTransactionSynchronization) - Method in interface org.apache.qpid.jms.JmsTransactionContext
-
Adds the given Transaction synchronization to the current list.
- addToEnvironment(String, Object) - Method in class org.apache.qpid.jms.jndi.ReadOnlyContext
-
- adjustBeginLineColumn(int, int) - Method in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- afterCommit() - Method in class org.apache.qpid.jms.JmsTransactionSynchronization
-
Called after a successful commit of the current Transaction.
- afterOpened() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpConnectionBuilder
-
- afterOpened() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
Called once an endpoint has been opened and validated to give the subclasses a
place to perform any follow-on processing or setup steps before the operation
is deemed to have been completed and success is signaled.
- afterOpened() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpTemporaryDestinationBuilder
-
- afterRollback() - Method in class org.apache.qpid.jms.JmsTransactionSynchronization
-
Called after the current transaction has been rolled back either
by a call to rollback or by a failure to complete a commit operation.
- allocateSendBuffer(int) - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- allocateSendBuffer(int) - Method in interface org.apache.qpid.jms.transports.Transport
-
Request that the Transport provide an output buffer sized for the given
value.
- AMQP_BINARY_PREFIX - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageIdHelper
-
- AMQP_NO_PREFIX - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageIdHelper
-
- AMQP_STRING_PREFIX - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageIdHelper
-
- AMQP_ULONG_PREFIX - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageIdHelper
-
- AMQP_UUID_PREFIX - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageIdHelper
-
- AmqpAbstractResource<R extends JmsResource,E extends org.apache.qpid.proton.engine.Endpoint> - Class in org.apache.qpid.jms.provider.amqp
-
Abstract base for all AmqpResource implementations to extend.
- AmqpAbstractResource(R, E) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
Creates a new instance with the JmsResource provided, and sets the Endpoint to the given value.
- AmqpAbstractResource(R, E, AmqpResourceParent) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
Creates a new instance with the JmsResource provided, and sets the Endpoint to the given value.
- AmqpAnonymousFallbackProducer - Class in org.apache.qpid.jms.provider.amqp
-
Handles the case of anonymous JMS MessageProducers.
- AmqpAnonymousFallbackProducer(AmqpSession, JmsProducerInfo) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpAnonymousFallbackProducer
-
Creates the Anonymous Producer object.
- AmqpConnection - Class in org.apache.qpid.jms.provider.amqp
-
- AmqpConnection(AmqpProvider, JmsConnectionInfo, Connection) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- AmqpConnectionBuilder - Class in org.apache.qpid.jms.provider.amqp.builders
-
Resource builder responsible for creating and opening an AmqpConnection instance.
- AmqpConnectionBuilder(AmqpProvider, JmsConnectionInfo) - Constructor for class org.apache.qpid.jms.provider.amqp.builders.AmqpConnectionBuilder
-
- AmqpConnectionProperties - Class in org.apache.qpid.jms.provider.amqp
-
Class used to examine the capabilities and connection properties of the
remote connection and provide that information to the client code in a
simpler and more easy to digest manner.
- AmqpConnectionProperties(JmsConnectionInfo) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpConnectionProperties
-
Creates a new instance of this class with default values read from the
given JmsConnectionInfo object.
- AmqpConnectionSession - Class in org.apache.qpid.jms.provider.amqp
-
Subclass of the standard session object used solely by AmqpConnection to
aid in managing connection resources that require a persistent session.
- AmqpConnectionSession(AmqpConnection, JmsSessionInfo, Session) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpConnectionSession
-
Create a new instance of a Connection owned Session object.
- AmqpConnectionSessionBuilder - Class in org.apache.qpid.jms.provider.amqp.builders
-
Resource builder responsible for creating and opening an AmqpConnectionSession instance.
- AmqpConnectionSessionBuilder(AmqpConnection, JmsSessionInfo) - Constructor for class org.apache.qpid.jms.provider.amqp.builders.AmqpConnectionSessionBuilder
-
- AmqpConsumer - Class in org.apache.qpid.jms.provider.amqp
-
AMQP Consumer object that is used to manage JMS MessageConsumer semantics.
- AmqpConsumer(AmqpSession, JmsConsumerInfo, Receiver) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- AmqpConsumer.ScheduledRequest - Class in org.apache.qpid.jms.provider.amqp
-
- AmqpConsumer.ScheduledRequest(ScheduledFuture<?>, AsyncResult) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpConsumer.ScheduledRequest
-
- AmqpConsumerBuilder - Class in org.apache.qpid.jms.provider.amqp.builders
-
Resource builder responsible for creating and opening an AmqpConsumer instance.
- AmqpConsumerBuilder(AmqpSession, JmsConsumerInfo) - Constructor for class org.apache.qpid.jms.provider.amqp.builders.AmqpConsumerBuilder
-
- AmqpDestinationHelper - Class in org.apache.qpid.jms.provider.amqp.message
-
A set of static utility method useful when mapping JmsDestination types to / from the AMQP
destination fields in a Message that's being sent or received.
- AmqpDestinationHelper() - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpDestinationHelper
-
- AmqpEventSink - Interface in org.apache.qpid.jms.provider.amqp
-
Interface used by classes that want to process AMQP events sent from
the transport layer.
- AmqpFixedProducer - Class in org.apache.qpid.jms.provider.amqp
-
AMQP Producer object that is used to manage JMS MessageProducer semantics.
- AmqpFixedProducer(AmqpSession, JmsProducerInfo) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpFixedProducer
-
- AmqpFixedProducer(AmqpSession, JmsProducerInfo, Sender) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpFixedProducer
-
- AmqpJmsBytesMessageFacade - Class in org.apache.qpid.jms.provider.amqp.message
-
A JmsBytesMessageFacade that wraps around Proton AMQP Message instances to provide
access to the underlying bytes contained in the message.
- AmqpJmsBytesMessageFacade(AmqpConnection) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsBytesMessageFacade
-
Creates a new facade instance
- AmqpJmsBytesMessageFacade(AmqpConsumer, Message) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsBytesMessageFacade
-
Creates a new Facade around an incoming AMQP Message for dispatch to the
JMS Consumer instance.
- AmqpJmsMapMessageFacade - Class in org.apache.qpid.jms.provider.amqp.message
-
Wrapper around an AMQP Message instance that will be treated as a JMS MapMessage
type.
- AmqpJmsMapMessageFacade(AmqpConnection) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMapMessageFacade
-
Create a new facade ready for sending.
- AmqpJmsMapMessageFacade(AmqpConsumer, Message) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMapMessageFacade
-
Creates a new Facade around an incoming AMQP Message for dispatch to the
JMS Consumer instance.
- AmqpJmsMessageBuilder - Class in org.apache.qpid.jms.provider.amqp.message
-
Builder class used to construct the appropriate JmsMessage / JmsMessageFacade
objects to wrap an incoming AMQP Message.
- AmqpJmsMessageBuilder() - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageBuilder
-
- AmqpJmsMessageFacade - Class in org.apache.qpid.jms.provider.amqp.message
-
- AmqpJmsMessageFacade(AmqpConnection) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
Create a new AMQP Message Facade with an empty message instance.
- AmqpJmsMessageFacade(AmqpConsumer, Message) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
Creates a new Facade around an incoming AMQP Message for dispatch to the
JMS Consumer instance.
- AmqpJmsMessageFactory - Class in org.apache.qpid.jms.provider.amqp.message
-
AMQP Message Factory instance used to create new JmsMessage types that wrap an
Proton AMQP Message.
- AmqpJmsMessageFactory(AmqpConnection) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFactory
-
- AmqpJmsMessagePropertyIntercepter - Class in org.apache.qpid.jms.provider.amqp.message
-
Utility class used to intercept calls to Message property sets and gets and map the
correct AMQP fields to the property name being accessed.
- AmqpJmsMessagePropertyIntercepter() - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessagePropertyIntercepter
-
- AmqpJmsNoLocalType - Class in org.apache.qpid.jms.provider.amqp.filters
-
A Described Type wrapper for JMS no local option for MessageConsumer.
- AmqpJmsNoLocalType() - Constructor for class org.apache.qpid.jms.provider.amqp.filters.AmqpJmsNoLocalType
-
- AmqpJmsObjectMessageFacade - Class in org.apache.qpid.jms.provider.amqp.message
-
Wrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage
type.
- AmqpJmsObjectMessageFacade(AmqpConnection, boolean) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsObjectMessageFacade
-
Creates a new facade instance for outgoing message
- AmqpJmsObjectMessageFacade(AmqpConsumer, Message, ByteBuf) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsObjectMessageFacade
-
Creates a new Facade around an incoming AMQP Message for dispatch to the
JMS Consumer instance.
- AmqpJmsSelectorType - Class in org.apache.qpid.jms.provider.amqp.filters
-
A Described Type wrapper for JMS selector values.
- AmqpJmsSelectorType(String) - Constructor for class org.apache.qpid.jms.provider.amqp.filters.AmqpJmsSelectorType
-
- AmqpJmsStreamMessageFacade - Class in org.apache.qpid.jms.provider.amqp.message
-
Wrapper around an AMQP Message instance that will be treated as a JMS StreamMessage
type.
- AmqpJmsStreamMessageFacade(AmqpConnection) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsStreamMessageFacade
-
Create a new facade ready for sending.
- AmqpJmsStreamMessageFacade(AmqpConsumer, Message) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsStreamMessageFacade
-
Creates a new Facade around an incoming AMQP Message for dispatch to the
JMS Consumer instance.
- AmqpJmsTextMessageFacade - Class in org.apache.qpid.jms.provider.amqp.message
-
Wrapper around an AMQP Message instance that will be treated as a JMS TextMessage
type.
- AmqpJmsTextMessageFacade(AmqpConnection) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsTextMessageFacade
-
Create a new AMQP Message facade ready for sending.
- AmqpJmsTextMessageFacade(AmqpConsumer, Message, Charset) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpJmsTextMessageFacade
-
Creates a new Facade around an incoming AMQP Message for dispatch to the
JMS Consumer instance.
- AmqpMessageIdHelper - Class in org.apache.qpid.jms.provider.amqp.message
-
Helper class for identifying and converting message-id and correlation-id values between
the AMQP types and the Strings values used by JMS.
- AmqpMessageIdHelper() - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpMessageIdHelper
-
- AmqpMessageSupport - Class in org.apache.qpid.jms.provider.amqp.message
-
Support class containing constant values and static methods that are
used to map to / from AMQP Message types being sent or received.
- AmqpMessageSupport() - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
- AmqpObjectTypeDelegate - Interface in org.apache.qpid.jms.provider.amqp.message
-
Interface for a Delegate object that handles storing and retrieving the Object
value in an Object message.
- AmqpProducer - Class in org.apache.qpid.jms.provider.amqp
-
Base class for Producer instances.
- AmqpProducer(AmqpSession, JmsProducerInfo) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpProducer
-
- AmqpProducer(AmqpSession, JmsProducerInfo, Sender) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpProducer
-
- AmqpProducerBuilder - Class in org.apache.qpid.jms.provider.amqp.builders
-
Resource builder responsible for creating and opening an AmqpProducer instance.
- AmqpProducerBuilder(AmqpSession, JmsProducerInfo) - Constructor for class org.apache.qpid.jms.provider.amqp.builders.AmqpProducerBuilder
-
- AmqpProvider - Class in org.apache.qpid.jms.provider.amqp
-
An AMQP v1.0 Provider.
- AmqpProvider(URI) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
Create a new instance of an AmqpProvider bonded to the given remote URI.
- AmqpProviderFactory - Class in org.apache.qpid.jms.provider.amqp
-
Factory for creating the AMQP provider.
- AmqpProviderFactory() - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpProviderFactory
-
- AmqpResource - Interface in org.apache.qpid.jms.provider.amqp
-
AmqpResource specification.
- AmqpResourceBuilder<TARGET extends AmqpResource,PARENT extends AmqpResourceParent,INFO extends JmsResource,ENDPOINT extends org.apache.qpid.proton.engine.Endpoint> - Class in org.apache.qpid.jms.provider.amqp.builders
-
Base for all AmqpResource builders.
- AmqpResourceBuilder(PARENT, INFO) - Constructor for class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- AmqpResourceParent - Interface in org.apache.qpid.jms.provider.amqp
-
Interface for any object that can will manage the lifetime of AmqpResource
based object instances.
- AmqpSaslAuthenticator - Class in org.apache.qpid.jms.provider.amqp
-
Manage the SASL authentication process
- AmqpSaslAuthenticator(Sasl, JmsConnectionInfo, Principal, String[]) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpSaslAuthenticator
-
Create the authenticator and initialize it.
- AmqpSerializedObjectDelegate - Class in org.apache.qpid.jms.provider.amqp.message
-
Wrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage
type.
- AmqpSerializedObjectDelegate(AmqpJmsMessageFacade, ByteBuf, JmsDeserializationPolicy) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpSerializedObjectDelegate
-
Create a new delegate that uses Java serialization to store the message content.
- AmqpSession - Class in org.apache.qpid.jms.provider.amqp
-
- AmqpSession(AmqpConnection, JmsSessionInfo, Session) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- AmqpSessionBuilder - Class in org.apache.qpid.jms.provider.amqp.builders
-
Resource builder responsible for creating and opening an AmqpSession instance.
- AmqpSessionBuilder(AmqpConnection, JmsSessionInfo) - Constructor for class org.apache.qpid.jms.provider.amqp.builders.AmqpSessionBuilder
-
- AmqpSupport - Class in org.apache.qpid.jms.provider.amqp
-
- AmqpSupport() - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- AmqpTemporaryDestination - Class in org.apache.qpid.jms.provider.amqp
-
Manages a Temporary Destination linked to a given Connection.
- AmqpTemporaryDestination(AmqpSession, JmsTemporaryDestination, Sender) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpTemporaryDestination
-
- AmqpTemporaryDestinationBuilder - Class in org.apache.qpid.jms.provider.amqp.builders
-
Resource builder responsible for creating and opening an AmqpTemporaryDestination instance.
- AmqpTemporaryDestinationBuilder(AmqpSession, JmsTemporaryDestination) - Constructor for class org.apache.qpid.jms.provider.amqp.builders.AmqpTemporaryDestinationBuilder
-
- AmqpTransactionContext - Class in org.apache.qpid.jms.provider.amqp
-
Handles the operations surrounding AMQP transaction control.
- AmqpTransactionContext(AmqpSession, JmsSessionInfo) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpTransactionContext
-
Creates a new AmqpTransactionContext instance.
- AmqpTransactionCoordinator - Class in org.apache.qpid.jms.provider.amqp
-
Represents the AMQP Transaction coordinator link used by the transaction context
of a session to control the lifetime of a given transaction.
- AmqpTransactionCoordinator(JmsSessionInfo, Sender, AmqpResourceParent) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpTransactionCoordinator
-
- AmqpTransactionCoordinatorBuilder - Class in org.apache.qpid.jms.provider.amqp.builders
-
Resource builder responsible for creating and opening an AmqpTransactionCoordinator instance.
- AmqpTransactionCoordinatorBuilder(AmqpTransactionContext, JmsSessionInfo) - Constructor for class org.apache.qpid.jms.provider.amqp.builders.AmqpTransactionCoordinatorBuilder
-
- AmqpTransferTagGenerator - Class in org.apache.qpid.jms.provider.amqp
-
Utility class that can generate and if enabled pool the binary tag values
used to identify transfers over an AMQP link.
- AmqpTransferTagGenerator() - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpTransferTagGenerator
-
- AmqpTransferTagGenerator(boolean) - Constructor for class org.apache.qpid.jms.provider.amqp.AmqpTransferTagGenerator
-
- AmqpTypedObjectDelegate - Class in org.apache.qpid.jms.provider.amqp.message
-
Wrapper around an AMQP Message instance that will be treated as a JMS ObjectMessage
type.
- AmqpTypedObjectDelegate(AmqpJmsMessageFacade, ByteBuf) - Constructor for class org.apache.qpid.jms.provider.amqp.message.AmqpTypedObjectDelegate
-
Create a new delegate that uses Java serialization to store the message content.
- AND - Static variable in interface org.apache.qpid.jms.selector.parser.SelectorParserImplConstants
-
RegularExpression Id.
- andExpression() - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- ANONYMOUS_RELAY - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- AnonymousMechanism - Class in org.apache.qpid.jms.sasl
-
Implements the Anonymous SASL authentication mechanism.
- AnonymousMechanism() - Constructor for class org.apache.qpid.jms.sasl.AnonymousMechanism
-
- AnonymousMechanismFactory - Class in org.apache.qpid.jms.sasl
-
Create the Anonymous SASL Authentication Mechanism types.
- AnonymousMechanismFactory() - Constructor for class org.apache.qpid.jms.sasl.AnonymousMechanismFactory
-
- anonymousProducer - Variable in class org.apache.qpid.jms.JmsMessageProducer
-
- applicationPropertyExists(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- applyParameters(URI, Map<String, String>) - Static method in class org.apache.qpid.jms.util.URISupport
-
Given a Key / Value mapping create and append a URI query value that represents the
mapped entries, return the newly updated URI that contains the value of the given URI and
the appended query value.
- applyParameters(URI, Map<String, String>, String) - Static method in class org.apache.qpid.jms.util.URISupport
-
Given a Key / Value mapping create and append a URI query value that represents the
mapped entries, return the newly updated URI that contains the value of the given URI and
the appended query value.
- ArithmeticExpression - Class in org.apache.qpid.jms.selector.filter
-
An expression which performs an operation on two expression values
- ArithmeticExpression(Expression, Expression) - Constructor for class org.apache.qpid.jms.selector.filter.ArithmeticExpression
-
- asBoolean(int) - Method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- asNumber(Object) - Method in class org.apache.qpid.jms.selector.filter.ArithmeticExpression
-
- AsyncResult - Interface in org.apache.qpid.jms.provider
-
Defines a result interface for Asynchronous operations.
- authenticate() - Method in class org.apache.qpid.jms.provider.amqp.AmqpSaslAuthenticator
-
Process the SASL authentication cycle until such time as an outcome is determine.
- availableListener - Variable in class org.apache.qpid.jms.JmsMessageConsumer
-
- awaitTermination(ExecutorService, long) - Static method in class org.apache.qpid.jms.util.ThreadPoolUtils
-
Awaits the termination of the thread pool.
- CATCH_ALL_WILDCARD - Static variable in class org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy
-
Value used to indicate that all classes should be white or black listed,
- channel - Variable in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- channelActive(ChannelHandlerContext) - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport.NettyDefaultHandler
-
- channelInactive(ChannelHandlerContext) - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport.NettyDefaultHandler
-
- channelRead0(ChannelHandlerContext, ByteBuf) - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport.NettyTcpTransportHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport.NettyDefaultHandler
-
- checkClientIDWasSetExplicitly() - Method in class org.apache.qpid.jms.JmsSession
-
- checkClosed() - Method in class org.apache.qpid.jms.JmsConnection
-
- checkClosed() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- checkClosed() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- checkClosed() - Method in class org.apache.qpid.jms.JmsSession
-
- checkClosed() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- checkClosedOrFailed() - Method in class org.apache.qpid.jms.JmsConnection
-
- checkConnected() - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- checkConsumeFromTemporaryDestination(JmsTemporaryDestination) - Method in class org.apache.qpid.jms.JmsConnection
-
- checkDestination(Destination) - Static method in class org.apache.qpid.jms.JmsSession
-
- checkEqualOperand(Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
Validates that the expression can be used in == or <> expressions.
- checkLessThanOperand(Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
Only Numeric expressions can be used in >, >=, < or <= expressions.
- checkMessageListener() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- checkParenthesis(String) - Static method in class org.apache.qpid.jms.util.URISupport
-
Examine the supplied string and ensure that all parends appear as matching pairs.
- checkReadOnlyBody() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- checkReadOnlyProperties() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- checkWriteOnlyBody() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.qpid.jms.transports.X509AliasKeyManager
-
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.qpid.jms.transports.X509AliasKeyManager
-
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.qpid.jms.transports.X509AliasKeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.qpid.jms.transports.X509AliasKeyManager
-
- ClassLoadingAwareObjectInputStream - Class in org.apache.qpid.jms.util
-
- ClassLoadingAwareObjectInputStream(InputStream, ClassLoadingAwareObjectInputStream.TrustedClassFilter) - Constructor for class org.apache.qpid.jms.util.ClassLoadingAwareObjectInputStream
-
- ClassLoadingAwareObjectInputStream.TrustedClassFilter - Interface in org.apache.qpid.jms.util
-
Security Filter used to filter classes that the application deems to be insecure, this filter
is not applied to the class instances for the primitive types, and array types are narrowed
to the component type of the array before being passed into this filter.
- clear() - Method in class org.apache.qpid.jms.util.FifoMessageQueue
-
- clear() - Method in interface org.apache.qpid.jms.util.MessageQueue
-
Clears the Queue of any Messages.
- clear() - Method in class org.apache.qpid.jms.util.PriorityMessageQueue
-
- clearAckType() - Method in class org.apache.qpid.jms.JmsAcknowledgeCallback
-
Clears any previous setting and restores defaults.
- clearBody() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Clears the contents of this Message.
- clearBody() - Method in class org.apache.qpid.jms.message.JmsBytesMessage
-
- clearBody() - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- clearBody() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- clearBody() - Method in class org.apache.qpid.jms.message.JmsStreamMessage
-
- clearBody() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsBytesMessageFacade
-
- clearBody() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMapMessageFacade
-
- clearBody() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- clearBody() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsObjectMessageFacade
-
- clearBody() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsStreamMessageFacade
-
- clearBody() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsTextMessageFacade
-
- clearCache() - Static method in class org.apache.qpid.jms.selector.SelectorParser
-
- clearProperties() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Clears any Message properties that exist for this Message instance.
- clearProperties() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- clearProperties(JmsMessage, boolean) - Static method in class org.apache.qpid.jms.message.JmsMessagePropertyIntercepter
-
For each of the currently configured message property intercepter instances clear or
reset the value to its default.
- clearProperties() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- clearProperties(AmqpJmsMessageFacade) - Static method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessagePropertyIntercepter
-
For each of the currently configured message property intercepter instances clear or
reset the value to its default.
- clone() - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- clone() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- close() - Method in class org.apache.qpid.jms.JmsConnection
-
- close() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- close() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- close() - Method in class org.apache.qpid.jms.JmsQueueBrowser
-
- close() - Method in class org.apache.qpid.jms.JmsSession
-
- close() - Method in class org.apache.qpid.jms.jndi.ReadOnlyContext
-
- close(AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- close(AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpAnonymousFallbackProducer
-
- close(AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpFixedProducer
-
- close() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- close() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- close() - Method in interface org.apache.qpid.jms.provider.Provider
-
Closes this Provider terminating all connections and canceling any pending
operations.
- close() - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- close() - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- close() - Method in interface org.apache.qpid.jms.transports.Transport
-
Close the Transport, no additional send operations are accepted.
- close() - Method in class org.apache.qpid.jms.util.AbstractMessageQueue
-
- close() - Method in interface org.apache.qpid.jms.util.MessageQueue
-
Closes the Message Queue.
- closed - Variable in class org.apache.qpid.jms.JmsMessageConsumer
-
- closed - Variable in class org.apache.qpid.jms.JmsMessageProducer
-
- closeOrDetachEndpoint() - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
Perform the close operation on the managed endpoint.
- closeOrDetachEndpoint() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- closeRequest - Variable in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- closeTimeoutTask - Variable in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- column - Variable in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- commit() - Method in class org.apache.qpid.jms.JmsLocalTransactionContext
-
- commit() - Method in class org.apache.qpid.jms.JmsNoTxTransactionContext
-
- commit() - Method in class org.apache.qpid.jms.JmsSession
-
- commit() - Method in interface org.apache.qpid.jms.JmsTransactionContext
-
Commits all work done in this transaction and releases any locks
currently held.
- commit(JmsTransactionInfo, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- commit(JmsTransactionInfo, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
Commit the currently running Transaction.
- commit(JmsTransactionInfo, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpTransactionContext
-
- commit(JmsTransactionInfo, AsyncResult) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- commit(JmsTransactionInfo, AsyncResult) - Method in interface org.apache.qpid.jms.provider.Provider
-
Called to commit an open transaction.
- commit(JmsTransactionInfo, AsyncResult) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- compare(Comparable, Comparable) - Method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- compareTo(JmsDestination) - Method in class org.apache.qpid.jms.JmsDestination
-
- compareTo(JmsConnectionId) - Method in class org.apache.qpid.jms.meta.JmsConnectionId
-
- compareTo(JmsConnectionInfo) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- compareTo(JmsConsumerId) - Method in class org.apache.qpid.jms.meta.JmsConsumerId
-
- compareTo(JmsConsumerInfo) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- compareTo(JmsProducerId) - Method in class org.apache.qpid.jms.meta.JmsProducerId
-
- compareTo(JmsProducerInfo) - Method in class org.apache.qpid.jms.meta.JmsProducerInfo
-
- compareTo(JmsSessionId) - Method in class org.apache.qpid.jms.meta.JmsSessionId
-
- compareTo(JmsSessionInfo) - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- compareTo(JmsTransactionId) - Method in class org.apache.qpid.jms.meta.JmsTransactionId
-
- compareTo(JmsTransactionInfo) - Method in class org.apache.qpid.jms.meta.JmsTransactionInfo
-
- compareTo(Mechanism) - Method in class org.apache.qpid.jms.sasl.AbstractMechanism
-
- ComparisonExpression - Class in org.apache.qpid.jms.selector.filter
-
A filter performing a comparison of two objects
- ComparisonExpression(Expression, Expression) - Constructor for class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- comparisonExpression() - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- composeName(Name, Name) - Method in class org.apache.qpid.jms.jndi.ReadOnlyContext
-
- composeName(String, String) - Method in class org.apache.qpid.jms.jndi.ReadOnlyContext
-
- compositeBuffer() - Method in class org.apache.qpid.jms.transports.netty.PartialPooledByteBufAllocator
-
- compositeBuffer(int) - Method in class org.apache.qpid.jms.transports.netty.PartialPooledByteBufAllocator
-
- compositeDirectBuffer() - Method in class org.apache.qpid.jms.transports.netty.PartialPooledByteBufAllocator
-
- compositeDirectBuffer(int) - Method in class org.apache.qpid.jms.transports.netty.PartialPooledByteBufAllocator
-
- compositeHeapBuffer() - Method in class org.apache.qpid.jms.transports.netty.PartialPooledByteBufAllocator
-
- compositeHeapBuffer(int) - Method in class org.apache.qpid.jms.transports.netty.PartialPooledByteBufAllocator
-
- configureConnection(T, String, String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- connect() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- connect() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- connect() - Method in interface org.apache.qpid.jms.provider.Provider
-
Performs the initial low level connection for this provider such as TCP or
SSL connection to a remote Broker.
- connect() - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- connect() - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- connect() - Method in interface org.apache.qpid.jms.transports.Transport
-
Performs the protocol connect operation for the implemented Transport type
such as a TCP socket connection etc.
- connected() - Method in class org.apache.qpid.jms.provider.failover.FailoverUriPool
-
Reports that the Failover Provider connected to the last URI returned from
this pool.
- connection - Variable in class org.apache.qpid.jms.JmsDestination
-
- connection - Variable in class org.apache.qpid.jms.JmsMessageConsumer
-
- connection - Variable in class org.apache.qpid.jms.JmsMessageProducer
-
- connection - Variable in class org.apache.qpid.jms.message.JmsMessage
-
- connection - Variable in class org.apache.qpid.jms.provider.amqp.AmqpProducer
-
- connection - Variable in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- CONNECTION_OPEN_FAILED - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- ConstantExpression - Class in org.apache.qpid.jms.selector.filter
-
Represents a constant expression
- ConstantExpression(Object) - Constructor for class org.apache.qpid.jms.selector.filter.ConstantExpression
-
- consumerInfo - Variable in class org.apache.qpid.jms.JmsMessageConsumer
-
- CONTAINER_ID - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- containsSubscription(String) - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
Query the Session to see if there are any registered consumer instances that have
a durable subscription with the given subscription name.
- ContentTypeSupport - Class in org.apache.qpid.jms.util
-
- ContentTypeSupport() - Constructor for class org.apache.qpid.jms.util.ContentTypeSupport
-
- convert(Object, Class<?>) - Static method in class org.apache.qpid.jms.util.TypeConversionSupport
-
- convertBinaryToHexString(byte[]) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageIdHelper
-
Convert the provided binary into a hex-string representation where each character
represents 4 bits of the provided binary, i.e each byte requires two characters.
- convertHexStringToBinary(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageIdHelper
-
Convert the provided hex-string into a binary representation where each byte represents
two characters of the hex string.
- convertToException(Endpoint, ErrorCondition) - Static method in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
Given an ErrorCondition instance create a new Exception that best matches
the error type.
- convertToException(Endpoint, ErrorCondition, Exception) - Static method in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
Given an ErrorCondition instance create a new Exception that best matches
the error type.
- convertToString(String[]) - Static method in class org.apache.qpid.jms.util.StringArrayConverter
-
- convertToStringArray(Object) - Static method in class org.apache.qpid.jms.util.StringArrayConverter
-
- copy() - Method in interface org.apache.qpid.jms.message.facade.JmsBytesMessageFacade
-
Performs a copy of this message facade into a new instance.
- copy() - Method in interface org.apache.qpid.jms.message.facade.JmsMapMessageFacade
-
- copy() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Create a new instance and perform a deep copy of this object's
contents.
- copy() - Method in interface org.apache.qpid.jms.message.facade.JmsObjectMessageFacade
-
- copy() - Method in interface org.apache.qpid.jms.message.facade.JmsStreamMessageFacade
-
- copy() - Method in interface org.apache.qpid.jms.message.facade.JmsTextMessageFacade
-
Creates a copy of this JmsTextMessageFacade and its underlying
provider message instance.
- copy() - Method in class org.apache.qpid.jms.message.JmsBytesMessage
-
- copy() - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- copy() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- copy(JmsMessage) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- copy() - Method in class org.apache.qpid.jms.message.JmsObjectMessage
-
- copy() - Method in class org.apache.qpid.jms.message.JmsStreamMessage
-
- copy() - Method in class org.apache.qpid.jms.message.JmsTextMessage
-
- copy() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- copy() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- copy() - Method in class org.apache.qpid.jms.meta.JmsProducerInfo
-
- copy(JmsProducerInfo) - Method in class org.apache.qpid.jms.meta.JmsProducerInfo
-
- copy() - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- copy() - Method in class org.apache.qpid.jms.meta.JmsTransactionInfo
-
- copy() - Method in class org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy
-
- copy() - Method in class org.apache.qpid.jms.policy.JmsDefaultMessageIDPolicy
-
- copy() - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
- copy() - Method in class org.apache.qpid.jms.policy.JmsDefaultPresettlePolicy
-
- copy() - Method in class org.apache.qpid.jms.policy.JmsDefaultRedeliveryPolicy
-
- copy() - Method in interface org.apache.qpid.jms.policy.JmsDeserializationPolicy
-
- copy() - Method in interface org.apache.qpid.jms.policy.JmsMessageIDPolicy
-
Copy this policy into a newly allocated instance.
- copy() - Method in interface org.apache.qpid.jms.policy.JmsPrefetchPolicy
-
Copy this policy into a newly allocated instance.
- copy() - Method in interface org.apache.qpid.jms.policy.JmsPresettlePolicy
-
- copy() - Method in interface org.apache.qpid.jms.policy.JmsRedeliveryPolicy
-
- COPY - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- copy() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsBytesMessageFacade
-
- copy() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMapMessageFacade
-
- copy() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- copy() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsObjectMessageFacade
-
- copy() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsStreamMessageFacade
-
- copy() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsTextMessageFacade
-
- copyInto(AmqpJmsMessageFacade) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- copyInto(AmqpObjectTypeDelegate) - Method in interface org.apache.qpid.jms.provider.amqp.message.AmqpObjectTypeDelegate
-
Copy the internal data into the given instance.
- copyInto(AmqpObjectTypeDelegate) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpSerializedObjectDelegate
-
- copyInto(AmqpObjectTypeDelegate) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpTypedObjectDelegate
-
- copyOptions(TransportOptions) - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- copyOptions(TransportSslOptions) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- copyProperties(JmsConnection, Message, Message) - Static method in class org.apache.qpid.jms.message.JmsMessageTransformation
-
Copies the standard JMS and user defined properties from the given source
message to the specified target message.
- CramMD5Mechanism - Class in org.apache.qpid.jms.sasl
-
Implements the SASL PLAIN authentication Mechanism.
- CramMD5Mechanism() - Constructor for class org.apache.qpid.jms.sasl.CramMD5Mechanism
-
- CramMD5MechanismFactory - Class in org.apache.qpid.jms.sasl
-
Create the Plain SASL Authentication Mechanism types.
- CramMD5MechanismFactory() - Constructor for class org.apache.qpid.jms.sasl.CramMD5MechanismFactory
-
- create(String, Throwable) - Static method in class org.apache.qpid.jms.exceptions.JmsExceptionSupport
-
Creates or passes through a JMSException to be thrown to the client.
- create(Throwable) - Static method in class org.apache.qpid.jms.exceptions.JmsExceptionSupport
-
Creates or passes through a JMSException to be thrown to the client.
- create(String) - Static method in enum org.apache.qpid.jms.message.JmsMessageIDBuilder.BUILTIN
-
Creates a new JmsMessageIDBuilder from the named type (case insensitive).
- create(JmsResource, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- create(JmsResource, AsyncResult) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- create(JmsResource, AsyncResult) - Method in interface org.apache.qpid.jms.provider.Provider
-
Create the Provider version of the given JmsResource.
- create(URI) - Static method in class org.apache.qpid.jms.provider.ProviderFactory
-
Static create method that performs the ProviderFactory search and handles the
configuration and setup.
- create(JmsResource, AsyncResult) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- create(String, URI) - Static method in class org.apache.qpid.jms.transports.TransportFactory
-
Static create method that performs the TransportFactory search and handles the
configuration and setup.
- create(String) - Method in interface org.apache.qpid.jms.util.FactoryFinder.ObjectFactory
-
Creates the requested factory instance.
- create(String) - Method in class org.apache.qpid.jms.util.FactoryFinder.StandaloneObjectFactory
-
- create(Throwable) - Static method in class org.apache.qpid.jms.util.IOExceptionSupport
-
Checks the given cause to determine if it's already an IOException type and
if not creates a new IOException to wrap it.
- createAND(BooleanExpression, BooleanExpression) - Static method in class org.apache.qpid.jms.selector.filter.LogicExpression
-
- createBetween(Expression, Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createBooleanCast(Expression) - Static method in class org.apache.qpid.jms.selector.filter.UnaryExpression
-
- createBrowser(Queue) - Method in class org.apache.qpid.jms.JmsSession
-
- createBrowser(Queue, String) - Method in class org.apache.qpid.jms.JmsSession
-
- createBrowser(Queue) - Method in class org.apache.qpid.jms.JmsTopicSession
-
- createBrowser(Queue, String) - Method in class org.apache.qpid.jms.JmsTopicSession
-
- createBuilder() - Method in enum org.apache.qpid.jms.message.JmsMessageIDBuilder.BUILTIN
-
- createBytesMessage() - Method in class org.apache.qpid.jms.JmsSession
-
- createBytesMessage() - Method in interface org.apache.qpid.jms.message.JmsMessageFactory
-
Creates an instance of a basic JmsBytesMessage object.
- createBytesMessage() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFactory
-
- createChannelHandler() - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- createChannelHandler() - Method in class org.apache.qpid.jms.transports.netty.NettyWsTransport
-
- createConnection() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- createConnection(String, String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in class org.apache.qpid.jms.JmsConnection
-
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in class org.apache.qpid.jms.JmsConnection
-
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in class org.apache.qpid.jms.JmsConnection
-
- createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in class org.apache.qpid.jms.JmsQueueConnection
-
- createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in class org.apache.qpid.jms.JmsTopicConnection
-
- createConnectionFactory(String, Map<String, String>, Hashtable<Object, Object>) - Method in class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
- createConnectionFactory(Map<String, String>) - Method in class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
Factory method to create a new connection factory using the given properties
- createConsumer(Destination) - Method in class org.apache.qpid.jms.JmsQueueSession
-
- createConsumer(Destination, String) - Method in class org.apache.qpid.jms.JmsQueueSession
-
- createConsumer(Destination, String, boolean) - Method in class org.apache.qpid.jms.JmsQueueSession
-
- createConsumer(Destination) - Method in class org.apache.qpid.jms.JmsSession
-
- createConsumer(Destination, String) - Method in class org.apache.qpid.jms.JmsSession
-
- createConsumer(Destination, String, boolean) - Method in class org.apache.qpid.jms.JmsSession
-
- createConsumer(Destination) - Method in class org.apache.qpid.jms.JmsTopicSession
-
- createConsumer(Destination, String) - Method in class org.apache.qpid.jms.JmsTopicSession
-
- createConsumer(Destination, String, boolean) - Method in class org.apache.qpid.jms.JmsTopicSession
-
- createConsumer(JmsConsumerInfo, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- createContext(Hashtable<Object, Object>, Map<String, Object>) - Method in class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
- createDivide(Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ArithmeticExpression
-
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.apache.qpid.jms.JmsConnection
-
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.apache.qpid.jms.JmsQueueConnection
-
- createDurableSubscriber(Topic, String) - Method in class org.apache.qpid.jms.JmsQueueSession
-
- createDurableSubscriber(Topic, String, String, boolean) - Method in class org.apache.qpid.jms.JmsQueueSession
-
- createDurableSubscriber(Topic, String) - Method in class org.apache.qpid.jms.JmsSession
-
- createDurableSubscriber(Topic, String, String, boolean) - Method in class org.apache.qpid.jms.JmsSession
-
- createEndpoint(JmsConnectionInfo) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpConnectionBuilder
-
- createEndpoint(JmsConsumerInfo) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpConsumerBuilder
-
- createEndpoint(JmsProducerInfo) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpProducerBuilder
-
- createEndpoint(INFO) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
Given the resource information provided create and configure the local endpoint
whose open phase is managed by this builder.
- createEndpoint(JmsSessionInfo) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpSessionBuilder
-
- createEndpoint(JmsTemporaryDestination) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpTemporaryDestinationBuilder
-
- createEndpoint(JmsSessionInfo) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpTransactionCoordinatorBuilder
-
- createEntry(String) - Method in class org.apache.qpid.jms.jndi.LazyCreateContext
-
- createEqual(Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createFloat(String) - Static method in class org.apache.qpid.jms.selector.filter.ConstantExpression
-
- createFromDecimal(String) - Static method in class org.apache.qpid.jms.selector.filter.ConstantExpression
-
- createFromHex(String) - Static method in class org.apache.qpid.jms.selector.filter.ConstantExpression
-
- createFromOctal(String) - Static method in class org.apache.qpid.jms.selector.filter.ConstantExpression
-
- createGreaterThan(Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createGreaterThanEqual(Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createInExpression(PropertyExpression, List<Object>, boolean) - Static method in class org.apache.qpid.jms.selector.filter.UnaryExpression
-
- createInFilter(Expression, List) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createIsNotNull(Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createIsNull(Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createJmsMessage(AmqpConsumer, ByteBuf) - Static method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageBuilder
-
Create a new JmsMessage and underlying JmsMessageFacade that represents the proper
message type for the incoming AMQP message.
- createLessThan(Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createLessThanEqual(Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createLike(Expression, String, String) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createMapMessage() - Method in class org.apache.qpid.jms.JmsSession
-
- createMapMessage() - Method in interface org.apache.qpid.jms.message.JmsMessageFactory
-
Creates an instance of a basic JmsMapMessage object.
- createMapMessage() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFactory
-
- createMechanism() - Method in class org.apache.qpid.jms.sasl.AnonymousMechanismFactory
-
- createMechanism() - Method in class org.apache.qpid.jms.sasl.CramMD5MechanismFactory
-
- createMechanism() - Method in class org.apache.qpid.jms.sasl.ExternalMechanismFactory
-
- createMechanism() - Method in interface org.apache.qpid.jms.sasl.MechanismFactory
-
Creates an instance of the authentication mechanism implementation.
- createMechanism() - Method in class org.apache.qpid.jms.sasl.PlainMechanismFactory
-
- createMechanism() - Method in class org.apache.qpid.jms.sasl.ScramSHA1MechanismFactory
-
- createMechanism() - Method in class org.apache.qpid.jms.sasl.ScramSHA256MechanismFactory
-
- createMessage() - Method in class org.apache.qpid.jms.JmsSession
-
- createMessage() - Method in interface org.apache.qpid.jms.message.JmsMessageFactory
-
Creates an instance of a basic JmsMessage object.
- createMessage() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFactory
-
- createMessageEOFException(Throwable) - Static method in class org.apache.qpid.jms.exceptions.JmsExceptionSupport
-
Creates or passes through a MessageEOFException to be thrown to the client.
- createMessageFormatException(Throwable) - Static method in class org.apache.qpid.jms.exceptions.JmsExceptionSupport
-
Creates or passes through a MessageFormatException to be thrown to the client.
- createMessageID(String, long) - Method in interface org.apache.qpid.jms.message.JmsMessageIDBuilder
-
Create and return a new Message ID value.
- createMinus(Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ArithmeticExpression
-
- createMod(Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ArithmeticExpression
-
- createMultiply(Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ArithmeticExpression
-
- createNegate(Expression) - Static method in class org.apache.qpid.jms.selector.filter.UnaryExpression
-
- createNOT(BooleanExpression) - Static method in class org.apache.qpid.jms.selector.filter.UnaryExpression
-
- createNotBetween(Expression, Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createNotEqual(Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createNotInFilter(Expression, List) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createNotLike(Expression, String, String) - Static method in class org.apache.qpid.jms.selector.filter.ComparisonExpression
-
- createObjectMessage() - Method in class org.apache.qpid.jms.JmsSession
-
- createObjectMessage(Serializable) - Method in class org.apache.qpid.jms.JmsSession
-
- createObjectMessage(Serializable) - Method in interface org.apache.qpid.jms.message.JmsMessageFactory
-
Creates an instance of a basic JmsObjectMessage object.
- createObjectMessage() - Method in interface org.apache.qpid.jms.message.JmsMessageFactory
-
Creates an instance of a basic JmsObjectMessage object.
- createObjectMessage() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFactory
-
- createObjectMessage(Serializable) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFactory
-
- createOR(BooleanExpression, BooleanExpression) - Static method in class org.apache.qpid.jms.selector.filter.LogicExpression
-
- createPlus(Expression, Expression) - Static method in class org.apache.qpid.jms.selector.filter.ArithmeticExpression
-
- createProducer(Destination) - Method in class org.apache.qpid.jms.JmsQueueSession
-
- createProducer(Destination) - Method in class org.apache.qpid.jms.JmsSession
-
- createProducer(Destination) - Method in class org.apache.qpid.jms.JmsTopicSession
-
- createProducer(JmsProducerInfo, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- createProvider(URI) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- createProvider(URI) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProviderFactory
-
- createProvider(URI) - Method in class org.apache.qpid.jms.provider.failover.FailoverProviderFactory
-
- createProvider(URI) - Method in class org.apache.qpid.jms.provider.ProviderFactory
-
Creates an instance of the given AsyncProvider and configures it using the
properties set on the given remote broker URI.
- createPublisher(Topic) - Method in class org.apache.qpid.jms.JmsQueueSession
-
- createPublisher(Topic) - Method in class org.apache.qpid.jms.JmsSession
-
- createQueryString(Map<String, ? extends Object>) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Given a key / value mapping, create and return a URI formatted query string that is valid
and can be appended to a URI.
- createQueue(String) - Method in class org.apache.qpid.jms.JmsSession
-
- createQueue(String) - Method in class org.apache.qpid.jms.JmsTopicSession
-
- createQueue(String) - Method in class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
Factory method to create new Queue instances
- createQueueConnection() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- createQueueConnection(String, String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- createQueues(Hashtable<Object, Object>, Map<String, Object>) - Method in class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
- createQueueSession(boolean, int) - Method in class org.apache.qpid.jms.JmsConnection
-
- createQueueSession(boolean, int) - Method in class org.apache.qpid.jms.JmsTopicConnection
-
- createReceiver(Queue) - Method in class org.apache.qpid.jms.JmsSession
-
- createReceiver(Queue, String) - Method in class org.apache.qpid.jms.JmsSession
-
- createReceiver(Queue) - Method in class org.apache.qpid.jms.JmsTopicSession
-
- createReceiver(Queue, String) - Method in class org.apache.qpid.jms.JmsTopicSession
-
- createRedirectException(Symbol, String, ErrorCondition) - Static method in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
When a redirect type exception is received this method is called to create the
appropriate redirect exception type containing the error details needed.
- createReference(String, JNDIStorable) - Static method in class org.apache.qpid.jms.jndi.JNDIReferenceFactory
-
Create a Reference instance from a JNDIStorable object
- createResource(AmqpProvider, JmsConnectionInfo, Connection) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpConnectionBuilder
-
- createResource(AmqpConnection, JmsSessionInfo, Session) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpConnectionSessionBuilder
-
- createResource(AmqpSession, JmsConsumerInfo, Receiver) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpConsumerBuilder
-
- createResource(AmqpSession, JmsProducerInfo, Sender) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpProducerBuilder
-
- createResource(PARENT, INFO, ENDPOINT) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
Create the managed resource instance.
- createResource(AmqpConnection, JmsSessionInfo, Session) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpSessionBuilder
-
- createResource(AmqpSession, JmsTemporaryDestination, Sender) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpTemporaryDestinationBuilder
-
- createResource(AmqpTransactionContext, JmsSessionInfo, Sender) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpTransactionCoordinatorBuilder
-
- createSender(Queue) - Method in class org.apache.qpid.jms.JmsSession
-
- createSender(Queue) - Method in class org.apache.qpid.jms.JmsTopicSession
-
- createSession(boolean, int) - Method in class org.apache.qpid.jms.JmsConnection
-
- createSession(JmsSessionInfo, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- createSslContext(TransportSslOptions) - Static method in class org.apache.qpid.jms.transports.TransportSupport
-
Create a new SSLContext using the options specific in the given TransportSslOptions
instance.
- createSslEngine(SSLContext, TransportSslOptions) - Static method in class org.apache.qpid.jms.transports.TransportSupport
-
Create a new SSLEngine instance in client mode from the given SSLContext and
TransportSslOptions instances.
- createSslEngine(URI, SSLContext, TransportSslOptions) - Static method in class org.apache.qpid.jms.transports.TransportSupport
-
Create a new SSLEngine instance in client mode from the given SSLContext and
TransportSslOptions instances.
- createSslHandler(URI, TransportSslOptions) - Static method in class org.apache.qpid.jms.transports.TransportSupport
-
Creates a Netty SslHandler instance for use in Transports that require
an SSL encoder / decoder.
- createStreamMessage() - Method in class org.apache.qpid.jms.JmsSession
-
- createStreamMessage() - Method in interface org.apache.qpid.jms.message.JmsMessageFactory
-
Creates an instance of a basic JmsStreamMessage object.
- createStreamMessage() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFactory
-
- createSubcontext(Name) - Method in class org.apache.qpid.jms.jndi.ReadOnlyContext
-
- createSubcontext(String) - Method in class org.apache.qpid.jms.jndi.ReadOnlyContext
-
- createSubscriber(Topic) - Method in class org.apache.qpid.jms.JmsQueueSession
-
- createSubscriber(Topic, String, boolean) - Method in class org.apache.qpid.jms.JmsQueueSession
-
- createSubscriber(Topic) - Method in class org.apache.qpid.jms.JmsSession
-
- createSubscriber(Topic, String, boolean) - Method in class org.apache.qpid.jms.JmsSession
-
- createTemporaryDestination(JmsTemporaryDestination, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- createTemporaryQueue() - Method in class org.apache.qpid.jms.JmsConnection
-
- createTemporaryQueue() - Method in class org.apache.qpid.jms.JmsSession
-
- createTemporaryQueue() - Method in class org.apache.qpid.jms.JmsTopicSession
-
- createTemporaryTopic() - Method in class org.apache.qpid.jms.JmsConnection
-
- createTemporaryTopic() - Method in class org.apache.qpid.jms.JmsQueueSession
-
- createTemporaryTopic() - Method in class org.apache.qpid.jms.JmsSession
-
- createTextMessage() - Method in class org.apache.qpid.jms.JmsSession
-
- createTextMessage(String) - Method in class org.apache.qpid.jms.JmsSession
-
- createTextMessage(String) - Method in interface org.apache.qpid.jms.message.JmsMessageFactory
-
Creates an instance of a basic JmsTextMessage object.
- createTextMessage() - Method in interface org.apache.qpid.jms.message.JmsMessageFactory
-
Creates an instance of a basic JmsTextMessage object.
- createTextMessage() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFactory
-
- createTextMessage(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFactory
-
- createTimedOutException() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider.FailoverRequest
-
- createTopic(String) - Method in class org.apache.qpid.jms.JmsQueueSession
-
- createTopic(String) - Method in class org.apache.qpid.jms.JmsSession
-
- createTopic(String) - Method in class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
Factory method to create new Topic instances
- createTopicConnection() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- createTopicConnection(String, String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- createTopics(Hashtable<Object, Object>, Map<String, Object>) - Method in class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
- createTopicSession(boolean, int) - Method in class org.apache.qpid.jms.JmsConnection
-
- createTopicSession(boolean, int) - Method in class org.apache.qpid.jms.JmsQueueConnection
-
- createTransport(URI) - Method in class org.apache.qpid.jms.transports.TransportFactory
-
Creates an instance of the given Transport and configures it using the
properties set on the given remote broker URI.
- createURI(String) - Static method in class org.apache.qpid.jms.JmsConnectionFactory
-
- curChar - Variable in class org.apache.qpid.jms.selector.parser.SelectorParserImplTokenManager
-
- currentToken - Variable in exception org.apache.qpid.jms.selector.parser.ParseException
-
This is the last token that has been consumed successfully.
- generateId() - Method in class org.apache.qpid.jms.util.IdGenerator
-
Generate a unique id using the configured characteristics.
- generateParseException() - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- get(String) - Method in interface org.apache.qpid.jms.message.facade.JmsMapMessageFacade
-
Gets the value stored in the Map at the specified key.
- get(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMapMessageFacade
-
- getAcknowledgeCallback() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getAcknowledgementMode() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- getAcknowledgementMode() - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- getAcknowledgeMode() - Method in class org.apache.qpid.jms.JmsSession
-
- getAckType() - Method in class org.apache.qpid.jms.JmsAcknowledgeCallback
-
- getAllPropertyNames() - Method in class org.apache.qpid.jms.message.JmsMessage
-
return all property names, including standard JMS properties and JMSX
properties
- getAllPropertyNames(JmsMessage) - Static method in class org.apache.qpid.jms.message.JmsMessagePropertyIntercepter
-
For each of the currently configured message property intercepter instance a
string key value is inserted into an Set and returned.
- getAllPropertyNames() - Static method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessagePropertyIntercepter
-
For each of the currently configured message property intercepter instance a
string key value is inserted into an Set and returned.
- getAmqpConnection() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFactory
-
- getAmqpMessage() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getAmqpMessageFactory() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- getAmqpTimeToLiveOverride() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getAmqpTransactionId() - Method in class org.apache.qpid.jms.provider.amqp.AmqpTransactionContext
-
- getAnonymousProducerCacheSize() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- getApplicationProperty(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getApplicationPropertyNames(Set<String>) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getAvailableListener() - Method in interface org.apache.qpid.jms.JmsMessageAvailableConsumer
-
Gets the listener used to notify synchronous consumers that there is a message
available so that the MessageConsumer.receiveNoWait()
can be called.
- getAvailableListener() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- getBeginColumn() - Method in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- getBeginLine() - Method in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- getBlackList() - Method in class org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy
-
- getBodyAs(Class<T>) - Method in interface org.apache.qpid.jms.selector.filter.Filterable
-
This method is used by message filters which do content based routing (Like the XPath
based selectors).
- getBodyLength() - Method in interface org.apache.qpid.jms.message.facade.JmsBytesMessageFacade
-
- getBodyLength() - Method in class org.apache.qpid.jms.message.JmsBytesMessage
-
- getBodyLength() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsBytesMessageFacade
-
- getBoolean(String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getBooleanProperty(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getByte(String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getByteProperty(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getBytes(String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getCertificateChain(String) - Method in class org.apache.qpid.jms.transports.X509AliasKeyManager
-
- getChallengeResponse(byte[]) - Method in class org.apache.qpid.jms.sasl.AnonymousMechanism
-
- getChallengeResponse(byte[]) - Method in class org.apache.qpid.jms.sasl.CramMD5Mechanism
-
- getChallengeResponse(byte[]) - Method in class org.apache.qpid.jms.sasl.ExternalMechanism
-
- getChallengeResponse(byte[]) - Method in interface org.apache.qpid.jms.sasl.Mechanism
-
Create a response based on a given challenge from the remote peer.
- getChallengeResponse(byte[]) - Method in class org.apache.qpid.jms.sasl.PlainMechanism
-
- getChannelMax() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getChar(String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getClientAliases(String, Principal[]) - Method in class org.apache.qpid.jms.transports.X509AliasKeyManager
-
- getClientID() - Method in class org.apache.qpid.jms.JmsConnection
-
- getClientID() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getClientId() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getClientId() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- getClientIdGenerator() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getClientIDPrefix() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getCloseTimeout() - Method in class org.apache.qpid.jms.JmsConnection
-
- getCloseTimeout() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Gets the currently set close timeout.
- getCloseTimeout() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getCloseTimeout() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getCloseTimeout() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getColumn() - Method in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
Deprecated.
- getComponents() - Method in class org.apache.qpid.jms.util.URISupport.CompositeData
-
- getConfiguredPrefetch(JmsSession, JmsDestination, boolean, boolean) - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
- getConfiguredPrefetch(JmsSession, JmsDestination, boolean, boolean) - Method in interface org.apache.qpid.jms.policy.JmsPrefetchPolicy
-
Returns the prefetch value to use when creating a MessageConsumer instance.
- getConfiguredURI() - Method in class org.apache.qpid.jms.JmsConnection
-
- getConfiguredURI() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getConnectedURI() - Method in class org.apache.qpid.jms.JmsConnection
-
- getConnectedURI() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getConnection() - Method in class org.apache.qpid.jms.JmsSession
-
- getConnection() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getConnection() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- getConnection() - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- getConnection() - Method in class org.apache.qpid.jms.provider.amqp.AmqpTemporaryDestination
-
- getConnection() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
The AmqpConnection instance that is associated with this Message.
- getConnectionFactoryDefaults(Map<Object, Object>) - Method in class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
- getConnectionFactoryNames(Map<Object, Object>) - Method in class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
- getConnectionFactoryProperties(String, Map<Object, Object>) - Method in class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
- getConnectionId() - Method in class org.apache.qpid.jms.meta.JmsConsumerId
-
- getConnectionId() - Method in class org.apache.qpid.jms.meta.JmsProducerId
-
- getConnectionId() - Method in class org.apache.qpid.jms.meta.JmsSessionId
-
- getConnectionId() - Method in class org.apache.qpid.jms.meta.JmsTransactionId
-
- getConnectionIdGenerator() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getConnectTimeout() - Method in class org.apache.qpid.jms.JmsConnection
-
- getConnectTimeout() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Returns the currently configured wire level connect timeout.
- getConnectTimeout() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getConnectTimeout() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getConnectTimeout() - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- getConsumer(JmsConsumerInfo) - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- getConsumer(JmsConsumerId) - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- getConsumerId() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- getConsumerId() - Method in class org.apache.qpid.jms.message.JmsInboundMessageDispatch
-
- getConsumerId() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- getContentType() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
The annotation value for the JMS Message content type.
- getContextProtocol() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getCorrelationId() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Returns the correlation ID set on this message if one exists, null otherwise.
- getCorrelationId() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getCorrelationIdBytes() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Gets the set correlation ID of the message in raw bytes form.
- getCorrelationIdBytes() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getDefaultRemoteAddress() - Static method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getDefaultSslPort() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getDefaultTcpPort() - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- getDeliveryCount() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Returns the current delivery count of the Message as set in the underlying
message instance.
- getDeliveryCount() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getDeliveryMode() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- getDescribed() - Method in class org.apache.qpid.jms.provider.amqp.filters.AmqpJmsNoLocalType
-
- getDescribed() - Method in class org.apache.qpid.jms.provider.amqp.filters.AmqpJmsSelectorType
-
- getDescriptor() - Method in class org.apache.qpid.jms.provider.amqp.filters.AmqpJmsNoLocalType
-
- getDescriptor() - Method in class org.apache.qpid.jms.provider.amqp.filters.AmqpJmsSelectorType
-
- getDeserializationPolicy() - Method in class org.apache.qpid.jms.JmsConnection
-
- getDeserializationPolicy() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getDeserializationPolicy() - Method in class org.apache.qpid.jms.JmsSession
-
- getDeserializationPolicy() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getDeserializationPolicy() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- getDeserializationPolicy() - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- getDestination() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- getDestination() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- getDestination() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Gets the Destination value that was assigned to this message at the time it was
sent.
- getDestination() - Method in class org.apache.qpid.jms.message.JmsOutboundMessageDispatch
-
- getDestination() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- getDestination() - Method in class org.apache.qpid.jms.meta.JmsProducerInfo
-
- getDestination() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- getDestination() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getDestinationAddress(JmsDestination, AmqpConnection) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpDestinationHelper
-
- getDisabledCipherSuites() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getDisabledProtocols() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getDisableMessageID() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- getDisableMessageTimestamp() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- getDispatchId() - Method in class org.apache.qpid.jms.message.JmsOutboundMessageDispatch
-
- getDouble(String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getDoubleProperty(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getDrainTimeout() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- getDrainTimeout() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getDurableTopicPrefetch() - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
- getEnabledCipherSuites() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getEnabledProtocols() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getEncodedUsername() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getEndColumn() - Method in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- getEndLine() - Method in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- getEndpoint() - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- getEndpoint() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- getEnumeration() - Method in class org.apache.qpid.jms.JmsQueueBrowser
-
Gets an enumeration for browsing the current queue messages in the order they would be
received.
- getEnvironment() - Method in class org.apache.qpid.jms.jndi.ReadOnlyContext
-
- getExceptionListener() - Method in class org.apache.qpid.jms.JmsConnection
-
- getExceptionListener() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Gets the currently configured JMS ExceptionListener that will be set on all
new Connection objects created from this factory.
- getExpiration() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Returns the set expiration time for this message.
- getExpiration() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getExpressionSymbol() - Method in class org.apache.qpid.jms.selector.filter.BinaryExpression
-
Returns the symbol that represents this binary expression.
- getExpressionSymbol() - Method in class org.apache.qpid.jms.selector.filter.UnaryExpression
-
Returns the symbol that represents this binary expression.
- getFacade() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getFloat(String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getFloatProperty(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getFragment() - Method in class org.apache.qpid.jms.util.URISupport.CompositeData
-
- getGroupId() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Gets the Group ID that this message is assigned to.
- getGroupId() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getGroupSequence() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Gets the assigned group sequence of this message.
- getGroupSequence() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getHost() - Method in class org.apache.qpid.jms.util.URISupport.CompositeData
-
- getHostname() - Method in exception org.apache.qpid.jms.provider.ProviderRedirectedException
-
- getId() - Method in class org.apache.qpid.jms.JmsConnection
-
- getId() - Method in class org.apache.qpid.jms.JmsTemporaryDestination
-
- getId() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getId() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- getId() - Method in class org.apache.qpid.jms.meta.JmsProducerInfo
-
- getId() - Method in interface org.apache.qpid.jms.meta.JmsResource
-
Returns the assigned resource ID for this JmsResource instance.
- getId() - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- getId() - Method in class org.apache.qpid.jms.meta.JmsTransactionInfo
-
- getIdleTimeout() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- GetImage() - Method in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- getInitialContext(Hashtable<?, ?>) - Method in class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
- getInitialReconnectDelay() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getInitialResponse() - Method in class org.apache.qpid.jms.sasl.AnonymousMechanism
-
- getInitialResponse() - Method in class org.apache.qpid.jms.sasl.CramMD5Mechanism
-
- getInitialResponse() - Method in class org.apache.qpid.jms.sasl.ExternalMechanism
-
- getInitialResponse() - Method in interface org.apache.qpid.jms.sasl.Mechanism
-
Create an initial response based on selected mechanism.
- getInitialResponse() - Method in class org.apache.qpid.jms.sasl.PlainMechanism
-
- getInputStream() - Method in interface org.apache.qpid.jms.message.facade.JmsBytesMessageFacade
-
Create and return an InputStream instance that can be used to read the contents
of this message.
- getInputStream() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsBytesMessageFacade
-
- getInt(String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getIntProperty(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJMSCorrelationID() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJMSCorrelationIDAsBytes() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJMSDeliveryMode() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJMSDestination() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJmsDestination(AmqpJmsMessageFacade, JmsDestination) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpDestinationHelper
-
Decode the provided To address, type description, and consumer destination
information such that an appropriate Destination object can be returned.
- getJMSExpiration() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJMSMajorVersion() - Method in class org.apache.qpid.jms.JmsConnectionMetaData
-
Gets the JMS major version number.
- getJMSMessageID() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJMSMinorVersion() - Method in class org.apache.qpid.jms.JmsConnectionMetaData
-
Gets the JMS minor version number.
- getJmsMsgType() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsBytesMessageFacade
-
- getJmsMsgType() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMapMessageFacade
-
- getJmsMsgType() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getJmsMsgType() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsObjectMessageFacade
-
- getJmsMsgType() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsStreamMessageFacade
-
- getJmsMsgType() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsTextMessageFacade
-
- getJMSPriority() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJMSProviderName() - Method in class org.apache.qpid.jms.JmsConnectionMetaData
-
Gets the JMS provider name.
- getJMSRedelivered() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJMSReplyTo() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJmsReplyTo(AmqpJmsMessageFacade, JmsDestination) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpDestinationHelper
-
- getJMSTimestamp() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJMSType() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getJMSVersion() - Method in class org.apache.qpid.jms.JmsConnectionMetaData
-
Gets the JMS API version.
- getJMSXPropertyNames() - Method in class org.apache.qpid.jms.JmsConnectionMetaData
-
Gets an enumeration of the JMSX property names.
- getKeyAlias() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getKeyStoreLocation() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getKeyStorePassword() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getLastDeliveredSequenceId() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- getLeft() - Method in class org.apache.qpid.jms.selector.filter.BinaryExpression
-
- getLine() - Method in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
Deprecated.
- getListener() - Method in class org.apache.qpid.jms.JmsLocalTransactionContext
-
- getListener() - Method in class org.apache.qpid.jms.JmsNoTxTransactionContext
-
- getListener() - Method in interface org.apache.qpid.jms.JmsTransactionContext
-
- getLocalConnectionId() - Method in interface org.apache.qpid.jms.selector.filter.Filterable
-
Used by the NoLocal filter.
- getLocalHostName() - Static method in class org.apache.qpid.jms.util.InetAddressUtil
-
When using the
InetAddress.getHostName()
method in an
environment where neither a proper DNS lookup nor an
/etc/hosts
entry exists for a given host, the following exception will be thrown:
java.net.UnknownHostException: <hostname>: <hostname>
at java.net.InetAddress.getLocalHost(InetAddress.java:1425)
...
- getLocalPrincipal() - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- getLocalPrincipal() - Method in interface org.apache.qpid.jms.transports.Transport
-
- getLocalState() - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- getLocalState() - Method in class org.apache.qpid.jms.provider.amqp.AmqpAnonymousFallbackProducer
-
- getLock() - Method in class org.apache.qpid.jms.util.AbstractMessageQueue
-
- getLock() - Method in interface org.apache.qpid.jms.util.MessageQueue
-
- getLong(String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getLongProperty(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getMapNames() - Method in interface org.apache.qpid.jms.message.facade.JmsMapMessageFacade
-
Returns an Enumeration of all the names in the MapMessage object.
- getMapNames() - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getMapNames() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMapMessageFacade
-
- getMaxCacheSize() - Method in class org.apache.qpid.jms.util.LRUCache
-
- getMaxFrameSize() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getMaxPoolSize() - Method in class org.apache.qpid.jms.provider.amqp.AmqpTransferTagGenerator
-
Gets the current max pool size value.
- getMaxPrefetchSize() - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
Gets the currently configured max prefetch size value.
- getMaxReconnectAttempts() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getMaxReconnectDelay() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getMaxRedeliveries(JmsDestination) - Method in class org.apache.qpid.jms.policy.JmsDefaultRedeliveryPolicy
-
- getMaxRedeliveries() - Method in class org.apache.qpid.jms.policy.JmsDefaultRedeliveryPolicy
-
Returns the configured maximum redeliveries that a message will be
allowed to have before it is rejected by this client.
- getMaxRedeliveries(JmsDestination) - Method in interface org.apache.qpid.jms.policy.JmsRedeliveryPolicy
-
Returns the configured maximum redeliveries that a message will be
allowed to have before it is rejected by this client for a given destination.
- getMessage() - Method in class org.apache.qpid.jms.message.JmsInboundMessageDispatch
-
- getMessage() - Method in class org.apache.qpid.jms.message.JmsOutboundMessageDispatch
-
- getMessage() - Method in error org.apache.qpid.jms.selector.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessageAnnotation(String, Message) - Static method in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
Safe way to access message annotations which will check internal structure and
either return the annotation if it exists or null if the annotation or any annotations
are present.
- getMessageFactory() - Method in class org.apache.qpid.jms.JmsConnection
-
- getMessageFactory() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getMessageFactory() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getMessageFactory() - Method in interface org.apache.qpid.jms.provider.Provider
-
Gets the Provider specific Message factory for use in the JMS layer when a Session
is asked to create a Message type.
- getMessageFactory() - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- getMessageId() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Returns the message ID set on this message if one exists, null otherwise.
- getMessageId() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getMessageIDBuilder() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- getMessageIDBuilder() - Method in class org.apache.qpid.jms.meta.JmsProducerInfo
-
- getMessageIDBuilder(JmsSession, JmsDestination) - Method in class org.apache.qpid.jms.policy.JmsDefaultMessageIDPolicy
-
- getMessageIDBuilder() - Method in class org.apache.qpid.jms.policy.JmsDefaultMessageIDPolicy
-
- getMessageIDBuilder(JmsSession, JmsDestination) - Method in interface org.apache.qpid.jms.policy.JmsMessageIDPolicy
-
Returns the JmsMessageIDBuilder that should be used with the producer being created.
- getMessageIDPolicy() - Method in class org.apache.qpid.jms.JmsConnection
-
- getMessageIDPolicy() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getMessageIDPolicy() - Method in class org.apache.qpid.jms.JmsSession
-
- getMessageIDPolicy() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getMessageIDPolicy() - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- getMessageIDType() - Method in class org.apache.qpid.jms.policy.JmsDefaultMessageIDPolicy
-
- getMessageListener() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- getMessageListener() - Method in class org.apache.qpid.jms.JmsSession
-
- getMessageQueueSize() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- getMessageSelector() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- getMessageSelector() - Method in class org.apache.qpid.jms.JmsQueueBrowser
-
- getMetaData() - Method in class org.apache.qpid.jms.JmsConnection
-
- getName() - Method in class org.apache.qpid.jms.JmsDestination
-
- getName() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProviderFactory
-
- getName() - Method in class org.apache.qpid.jms.provider.failover.FailoverProviderFactory
-
- getName() - Method in class org.apache.qpid.jms.provider.ProviderFactory
-
- getName() - Method in class org.apache.qpid.jms.sasl.AnonymousMechanism
-
- getName() - Method in class org.apache.qpid.jms.sasl.CramMD5Mechanism
-
- getName() - Method in class org.apache.qpid.jms.sasl.ExternalMechanism
-
- getName() - Method in interface org.apache.qpid.jms.sasl.Mechanism
-
- getName() - Method in class org.apache.qpid.jms.sasl.PlainMechanism
-
- getName() - Method in class org.apache.qpid.jms.sasl.ScramSHA1Mechanism
-
- getName() - Method in class org.apache.qpid.jms.sasl.ScramSHA256Mechanism
-
- getName() - Method in class org.apache.qpid.jms.selector.filter.PropertyExpression
-
- getName() - Method in class org.apache.qpid.jms.transports.netty.NettySslTransportFactory
-
- getName() - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransportFactory
-
- getName() - Method in class org.apache.qpid.jms.transports.netty.NettyWssTransportFactory
-
- getName() - Method in class org.apache.qpid.jms.transports.netty.NettyWsTransportFactory
-
- getName() - Method in class org.apache.qpid.jms.transports.TransportFactory
-
- getNameInNamespace() - Method in class org.apache.qpid.jms.jndi.ReadOnlyContext
-
- getNameParser(Name) - Method in class org.apache.qpid.jms.jndi.ReadOnlyContext
-
- getNameParser(String) - Method in class org.apache.qpid.jms.jndi.ReadOnlyContext
-
- getNestedOptions() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getNestedOptions() - Method in class org.apache.qpid.jms.provider.failover.FailoverUriPool
-
Returns the currently set value for nested options which will be added to each
URI that is returned from the pool.
- getNetworkHost() - Method in exception org.apache.qpid.jms.provider.ProviderRedirectedException
-
- getNext() - Method in class org.apache.qpid.jms.provider.failover.FailoverUriPool
-
Returns the next URI in the pool of URIs.
- getNext() - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- getNextConsumerId() - Method in class org.apache.qpid.jms.JmsSession
-
- getNextIncomingSequenceNumber() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- getNextMessageSequence() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- getNextProducerId() - Method in class org.apache.qpid.jms.JmsSession
-
- getNextSessionId() - Method in class org.apache.qpid.jms.JmsConnection
-
- getNextTag() - Method in class org.apache.qpid.jms.provider.amqp.AmqpTransferTagGenerator
-
Retrieves the next available tag.
- getNextToken() - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- getNextToken() - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImplTokenManager
-
- getNextTransactionId() - Method in class org.apache.qpid.jms.JmsConnection
-
- getNoLocal() - Method in class org.apache.qpid.jms.JmsTopicSubscriber
-
- getObject() - Method in interface org.apache.qpid.jms.message.facade.JmsObjectMessageFacade
-
Gets the Object value that is contained in the provider message.
- getObject(String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getObject() - Method in class org.apache.qpid.jms.message.JmsObjectMessage
-
- getObject() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsObjectMessageFacade
-
- getObject() - Method in interface org.apache.qpid.jms.provider.amqp.message.AmqpObjectTypeDelegate
-
Read a Serialized object from the AMQP message using the strategy implemented
by this delegate.
- getObject() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpSerializedObjectDelegate
-
- getObject() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpTypedObjectDelegate
-
- getObjectFactory() - Static method in class org.apache.qpid.jms.util.FactoryFinder
-
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.qpid.jms.jndi.JNDIReferenceFactory
-
This will be called by a JNDIprovider when a Reference is retrieved from
a JNDI store - and generates the original instance
- getObjectProperty(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getOpenAbortException() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpConsumerBuilder
-
- getOpenAbortException() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpProducerBuilder
-
- getOpenAbortException() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
When aborting the open operation, and there isn't an error condition,
provided by the peer, the returned exception will be used instead.
- getOutputStream() - Method in interface org.apache.qpid.jms.message.facade.JmsBytesMessageFacade
-
Create and return a new OuputStream used to populate the body of the message.
- getOutputStream() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsBytesMessageFacade
-
- getParameters() - Method in class org.apache.qpid.jms.util.URISupport.CompositeData
-
- getParent() - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- getParent() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- getParentId() - Method in class org.apache.qpid.jms.meta.JmsConsumerId
-
- getParentId() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- getParentId() - Method in class org.apache.qpid.jms.meta.JmsProducerId
-
- getParentId() - Method in class org.apache.qpid.jms.meta.JmsProducerInfo
-
- getParentId() - Method in class org.apache.qpid.jms.meta.JmsSessionId
-
- getPassword() - Method in class org.apache.qpid.jms.JmsConnection
-
- getPassword() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getPassword() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getPassword() - Method in class org.apache.qpid.jms.sasl.AbstractMechanism
-
- getPassword() - Method in interface org.apache.qpid.jms.sasl.Mechanism
-
Returns the configured password value for this Mechanism.
- getPath() - Method in exception org.apache.qpid.jms.provider.ProviderRedirectedException
-
- getPath() - Method in class org.apache.qpid.jms.util.URISupport.CompositeData
-
- getPort() - Method in exception org.apache.qpid.jms.provider.ProviderRedirectedException
-
- getPrefetchPolicy() - Method in class org.apache.qpid.jms.JmsConnection
-
- getPrefetchPolicy() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getPrefetchPolicy() - Method in class org.apache.qpid.jms.JmsSession
-
- getPrefetchPolicy() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getPrefetchPolicy() - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- getPrefetchSize() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
Gets the configured prefetch size for this consumer.
- getPrefetchSize() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- getPresettlePolicy() - Method in class org.apache.qpid.jms.JmsConnection
-
- getPresettlePolicy() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getPresettlePolicy() - Method in class org.apache.qpid.jms.JmsSession
-
- getPresettlePolicy() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getPresettlePolicy() - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- getPriority() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- getPriority() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Returns the assigned priority value of this message in JMS ranged scoping.
- getPriority() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getPriority() - Method in class org.apache.qpid.jms.sasl.AnonymousMechanism
-
- getPriority() - Method in class org.apache.qpid.jms.sasl.CramMD5Mechanism
-
- getPriority() - Method in class org.apache.qpid.jms.sasl.ExternalMechanism
-
- getPriority() - Method in interface org.apache.qpid.jms.sasl.Mechanism
-
- getPriority() - Method in class org.apache.qpid.jms.sasl.PlainMechanism
-
- getPriority() - Method in class org.apache.qpid.jms.sasl.ScramSHA1Mechanism
-
- getPriority() - Method in class org.apache.qpid.jms.sasl.ScramSHA256Mechanism
-
- getPrivateKey(String) - Method in class org.apache.qpid.jms.transports.X509AliasKeyManager
-
- getProducer(JmsProducerInfo) - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- getProducer(JmsProducerId) - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- getProducerId() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- getProducerId() - Method in class org.apache.qpid.jms.message.JmsOutboundMessageDispatch
-
- getProducerId() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProducer
-
- getProperties() - Method in class org.apache.qpid.jms.jndi.JNDIStorable
-
Get the properties from this instance for storing in JNDI
- getProperties() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
Returns the connection properties for an established connection which defines the various
capabilities and configuration options of the remote connection.
- getProperties(Object) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Get properties from an object using reflection.
- getProperty(Map<String, String>, String, String) - Method in class org.apache.qpid.jms.jndi.JNDIStorable
-
- getProperty(String) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Returns the property stored in the message accessed via the given key/
- getProperty(JmsMessage, String) - Static method in class org.apache.qpid.jms.message.JmsMessagePropertyIntercepter
-
Static get method that takes a property name and gets the value either via
a registered property get object or through the JmsMessageFacade getProperty
method.
- getProperty(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getProperty(AmqpJmsMessageFacade, String) - Static method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessagePropertyIntercepter
-
Static get method that takes a property name and gets the value either via
a registered property get object or through the AmqpJmsMessageFacade getProperty
method.
- getProperty(String) - Method in interface org.apache.qpid.jms.selector.filter.Filterable
-
Extracts the named message property
- getProperty(Object, String) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Find a specific property getter in a given object based on a property name.
- getPropertyNames() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Returns the property names for this Message instance.
- getPropertyNames() - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getPropertyNames(JmsMessage, boolean) - Static method in class org.apache.qpid.jms.message.JmsMessagePropertyIntercepter
-
For each of the currently configured message property intercepter instance a
string key value is inserted into an Set and returned if the property has a
value and is available for a read operation.
- getPropertyNames() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
Returns a set of all the property names that have been set in this message.
- getPropertyNames(AmqpJmsMessageFacade) - Static method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessagePropertyIntercepter
-
For each of the currently configured message property intercepter instance a
string key value is inserted into an Set and returned if the property has a
value and is available for a read operation.
- getProtonConnection() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getProtonTransport() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getProvider() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- getProvider() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getProvider() - Method in interface org.apache.qpid.jms.provider.amqp.AmqpResourceParent
-
- getProvider() - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- getProvider() - Method in class org.apache.qpid.jms.provider.amqp.AmqpTransactionContext
-
- getProviderContext() - Method in class org.apache.qpid.jms.meta.JmsAbstractResourceId
-
- getProviderContext() - Method in interface org.apache.qpid.jms.meta.JmsResourceId
-
Return the previously stored Provider context object.
- getProviderHint() - Method in class org.apache.qpid.jms.meta.JmsAbstractResourceId
-
- getProviderHint() - Method in interface org.apache.qpid.jms.meta.JmsResourceId
-
Return the previously stored Provider hint object.
- getProviderListener() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getProviderListener() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getProviderListener() - Method in interface org.apache.qpid.jms.provider.Provider
-
Gets the currently set ProdiverListener instance.
- getProviderListener() - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- getProviderMajorVersion() - Method in class org.apache.qpid.jms.JmsConnectionMetaData
-
Gets the JMS provider major version number.
- getProviderMessageIdObject() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Returns the underlying providers message ID object for this message if one
exists, null otherwise.
- getProviderMessageIdObject() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getProviderMinorVersion() - Method in class org.apache.qpid.jms.JmsConnectionMetaData
-
Gets the JMS provider minor version number.
- getProviderVersion() - Method in class org.apache.qpid.jms.JmsConnectionMetaData
-
Gets the JMS provider version.
- getQueue() - Method in class org.apache.qpid.jms.JmsQueueBrowser
-
Gets the queue associated with this queue browser.
- getQueue() - Method in class org.apache.qpid.jms.JmsQueueReceiver
-
- getQueue() - Method in class org.apache.qpid.jms.JmsQueueSender
-
- getQueueBrowserPrefetch() - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
- getQueueName() - Method in class org.apache.qpid.jms.JmsQueue
-
- getQueueName() - Method in class org.apache.qpid.jms.JmsTemporaryQueue
-
- getQueuePrefetch() - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
- getQueuePrefix() - Method in class org.apache.qpid.jms.JmsConnection
-
- getQueuePrefix() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Returns the prefix applied to Queues that are created by the client.
- getQueuePrefix() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getQueuePrefix() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- getQueuePrefix() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnectionProperties
-
- getReceiveBufferSize() - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- getReconnectBackOffMultiplier() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getReconnectDelay() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getRedeliveryCount() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Returns the current redelivery count of the Message as set in the underlying
message instance.
- getRedeliveryCount() - Method in class org.apache.qpid.jms.message.JmsInboundMessageDispatch
-
- getRedeliveryCount() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getRedeliveryPolicy() - Method in class org.apache.qpid.jms.JmsConnection
-
- getRedeliveryPolicy() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Returns the JmsRedeliveryPolicy that is applied when a new connection is created.
- getRedeliveryPolicy() - Method in class org.apache.qpid.jms.JmsSession
-
- getRedeliveryPolicy() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getRedeliveryPolicy() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- getRedeliveryPolicy() - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- getReference() - Method in class org.apache.qpid.jms.jndi.JNDIStorable
-
Retrieve a Reference for this instance to store in JNDI
- getRemoteHost() - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- getRemoteLocation() - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- getRemoteLocation() - Method in interface org.apache.qpid.jms.transports.Transport
-
- getRemotePort() - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- getRemoteState() - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- getRemoteState() - Method in class org.apache.qpid.jms.provider.amqp.AmqpAnonymousFallbackProducer
-
- getRemoteURI() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getRemoteURI() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- getRemoteURI() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getRemoteURI() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getRemoteURI() - Method in interface org.apache.qpid.jms.provider.Provider
-
Returns the URI used to configure this Provider and specify the remote address of the
Broker it connects to.
- getRemoteURI() - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- getReplyTo() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Gets the Destination where replies for this Message are to be sent to.
- getReplyTo() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getReplyToGroupId() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getRequest() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- getRequestSweeperInterval() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getRequestTimeout() - Method in class org.apache.qpid.jms.JmsConnection
-
- getRequestTimeout() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getRequestTimeout() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getRequestTimeout() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getRequestTimeout() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpConnectionBuilder
-
- getRequestTimeout() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
Returns the configured time before the open of the resource is considered
to have failed.
- getRequestTimeout() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getResource() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- getResourceInfo() - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- getResourceInfo() - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- getRight() - Method in class org.apache.qpid.jms.selector.filter.BinaryExpression
-
- getRight() - Method in class org.apache.qpid.jms.selector.filter.UnaryExpression
-
- getSaslMechanisms() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getScheme() - Method in exception org.apache.qpid.jms.provider.ProviderRedirectedException
-
- getScheme() - Method in class org.apache.qpid.jms.util.URISupport.CompositeData
-
- getSelector() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- getSendBufferSize() - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- getSendTimeout() - Method in class org.apache.qpid.jms.JmsConnection
-
- getSendTimeout() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getSendTimeout() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getSendTimeout() - Method in class org.apache.qpid.jms.provider.amqp.AmqpFixedProducer
-
- getSendTimeout() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getSendTimeout() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getServerAliases(String, Principal[]) - Method in class org.apache.qpid.jms.transports.X509AliasKeyManager
-
- getSession(JmsSessionId) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
Retrieve the indicated Session instance from the list of active sessions.
- getSession() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- getSession() - Method in class org.apache.qpid.jms.provider.amqp.AmqpFixedProducer
-
- getSession() - Method in class org.apache.qpid.jms.provider.amqp.AmqpTemporaryDestination
-
- getSession() - Method in class org.apache.qpid.jms.provider.amqp.AmqpTransactionContext
-
- getSessionAcknowledgeMode(boolean, int) - Method in class org.apache.qpid.jms.JmsConnection
-
- getSessionId() - Method in class org.apache.qpid.jms.JmsSession
-
- getSessionId() - Method in class org.apache.qpid.jms.meta.JmsConsumerId
-
- getSessionId() - Method in class org.apache.qpid.jms.meta.JmsProducerId
-
- getSessionId() - Method in class org.apache.qpid.jms.meta.JmsTransactionInfo
-
- getSessionId() - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- getSessionInfo() - Method in class org.apache.qpid.jms.JmsSession
-
- getSessionOutgoingWindow() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getShort(String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getShortProperty(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getSoLinger() - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- getSoTimeout() - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- getStartupMaxReconnectAttempts() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- getStoreType() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getString(String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- getStringProperty(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- getSubscriptionName() - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- GetSuffix(int) - Method in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
Get the suffix.
- getSymbol(String) - Static method in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
Lookup and return the correct Proton Symbol instance based on the given key.
- getTabSize(int) - Method in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- getTemporaryDestination(JmsTemporaryDestination) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- getText() - Method in interface org.apache.qpid.jms.message.facade.JmsTextMessageFacade
-
Returns the String payload of the Message or null if none set.
- getText() - Method in class org.apache.qpid.jms.message.JmsTextMessage
-
- getText() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsTextMessageFacade
-
- getTimestamp() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Gets the timestamp assigned to the message when it was sent.
- getTimestamp() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getTimeToLive() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- getToken(int) - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- getTopic() - Method in class org.apache.qpid.jms.JmsTopicPublisher
-
- getTopic() - Method in class org.apache.qpid.jms.JmsTopicSubscriber
-
- getTopicName() - Method in class org.apache.qpid.jms.JmsTemporaryTopic
-
- getTopicName() - Method in class org.apache.qpid.jms.JmsTopic
-
- getTopicPrefetch() - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
- getTopicPrefix() - Method in class org.apache.qpid.jms.JmsConnection
-
- getTopicPrefix() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Returns the prefix applied to Topics that are created by the client.
- getTopicPrefix() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getTopicPrefix() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- getTopicPrefix() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnectionProperties
-
- getTrafficClass() - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- getTransacted() - Method in class org.apache.qpid.jms.JmsSession
-
- getTransactionContext() - Method in class org.apache.qpid.jms.JmsSession
-
Returns the transaction context of the session.
- getTransactionContext() - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
- getTransactionId() - Method in class org.apache.qpid.jms.JmsLocalTransactionContext
-
- getTransactionId() - Method in class org.apache.qpid.jms.JmsNoTxTransactionContext
-
- getTransactionId() - Method in interface org.apache.qpid.jms.JmsTransactionContext
-
- getTransactionId() - Method in class org.apache.qpid.jms.provider.amqp.AmqpTransactionContext
-
- getTransportListener() - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- getTransportListener() - Method in interface org.apache.qpid.jms.transports.Transport
-
Gets the currently set TransportListener instance
- getTransportOptions() - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- getTransportOptions() - Method in interface org.apache.qpid.jms.transports.Transport
-
- getTransportType() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProviderFactory
-
- getTrustStoreLocation() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getTrustStorePassword() - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- getType() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Returns the JMSType value as defined by the provider or set by the sending client.
- getType() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getUnresolvedDestinationTransformer() - Static method in class org.apache.qpid.jms.message.JmsMessageTransformation
-
- getUnsentMessage() - Method in exception org.apache.qpid.jms.JmsSendTimedOutException
-
- getUserId() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Returns the ID of the user that sent this message if available.
- getUserId() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getUserIdBytes() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Gets the set user ID of the message in raw bytes form.
- getUserIdBytes() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- getUsername() - Method in class org.apache.qpid.jms.JmsConnection
-
- getUsername() - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- getUsername() - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- getUsername() - Method in class org.apache.qpid.jms.sasl.AbstractMechanism
-
- getUsername() - Method in interface org.apache.qpid.jms.sasl.Mechanism
-
Returns the configured user name value for this Mechanism.
- getValue() - Method in class org.apache.qpid.jms.meta.JmsConnectionId
-
- getValue() - Method in class org.apache.qpid.jms.meta.JmsConsumerId
-
- getValue() - Method in class org.apache.qpid.jms.meta.JmsProducerId
-
- getValue() - Method in class org.apache.qpid.jms.meta.JmsSessionId
-
- getValue() - Method in class org.apache.qpid.jms.meta.JmsTransactionId
-
- getValue() - Method in enum org.apache.qpid.jms.sasl.Mechanism.PRIORITY
-
- getValue() - Method in class org.apache.qpid.jms.selector.filter.ConstantExpression
-
- getValue() - Method in class org.apache.qpid.jms.selector.parser.Token
-
An optional attribute value of the Token.
- getVhost() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- getWarnAfterReconnectAttempts() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
Gets the current setting controlling how many Connect / Reconnect attempts must occur
before a warn message is logged.
- getWhiteList() - Method in class org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy
-
- getWrappedRequest() - Method in class org.apache.qpid.jms.provider.WrappedAsyncResult
-
- group - Variable in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- jj_nt - Variable in class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
Next token.
- jjFillToken() - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImplTokenManager
-
- jjstrLiteralImages - Static variable in class org.apache.qpid.jms.selector.parser.SelectorParserImplTokenManager
-
Token literal values.
- JMS_AMQP_ACK_TYPE - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMS_AMQP_REPLY_TO_GROUP_ID - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
- JMS_AMQP_TTL - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
- JMS_AMQP_TYPED_ENCODING - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
- JMS_BYTES_MESSAGE - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a JMS BytesMessage
which has a body that consists of raw bytes.
- JMS_CORRELATIONID - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMS_DELIVERY_MODE - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMS_DEST_TYPE_MSG_ANNOTATION_SYMBOL_NAME - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpDestinationHelper
-
- JMS_DESTINATION - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMS_EXPIRATION - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMS_ID_PREFIX - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageIdHelper
-
- JMS_MAP_MESSAGE - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a JMS MapMessage
which has an Map instance serialized in its message body.
- JMS_MESSAGE - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a generic JMS Message
which has no body.
- JMS_MESSAGEID - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMS_MSG_TYPE - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
Attribute used to mark the class type of JMS message that a particular message
instance represents, used internally by the client.
- JMS_NO_LOCAL_SYMBOL - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- JMS_OBJECT_MESSAGE - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a JMS ObjectMessage
which has an Object value serialized in its message body.
- JMS_PRIORITY - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMS_REDELIVERED - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMS_REPLY_TO_TYPE_MSG_ANNOTATION_SYMBOL_NAME - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpDestinationHelper
-
- JMS_REPLYTO - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMS_SELECTOR_SYMBOL - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- JMS_STREAM_MESSAGE - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a JMS StreamMessage
which has a body that is a structured collection of primitives values.
- JMS_TEXT_MESSAGE - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
Value mapping for JMS_MSG_TYPE which indicates the message is a JMS TextMessage
which has a body that contains a UTF-8 encoded String.
- JMS_TIMESTAMP - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMS_TYPE - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JmsAbstractResourceId - Class in org.apache.qpid.jms.meta
-
Base class for all JmsResourceId instances.
- JmsAbstractResourceId() - Constructor for class org.apache.qpid.jms.meta.JmsAbstractResourceId
-
- JmsAcknowledgeCallback - Class in org.apache.qpid.jms
-
- JmsAcknowledgeCallback(JmsSession) - Constructor for class org.apache.qpid.jms.JmsAcknowledgeCallback
-
- JmsBytesMessage - Class in org.apache.qpid.jms.message
-
- JmsBytesMessage(JmsBytesMessageFacade) - Constructor for class org.apache.qpid.jms.message.JmsBytesMessage
-
- JmsBytesMessageFacade - Interface in org.apache.qpid.jms.message.facade
-
Interface for a Message Facade that wraps a BytesMessage based message
instance.
- JmsClientProperties - Class in org.apache.qpid.jms
-
- JmsClientProperties() - Constructor for class org.apache.qpid.jms.JmsClientProperties
-
- JmsConnection - Class in org.apache.qpid.jms
-
Implementation of a JMS Connection
- JmsConnection(String, Provider, IdGenerator) - Constructor for class org.apache.qpid.jms.JmsConnection
-
- JmsConnectionClosedException - Exception in org.apache.qpid.jms.exceptions
-
An exception thrown when attempt is made to use a connection when the connection has been closed.
- JmsConnectionClosedException(IOException) - Constructor for exception org.apache.qpid.jms.exceptions.JmsConnectionClosedException
-
- JmsConnectionClosedException() - Constructor for exception org.apache.qpid.jms.exceptions.JmsConnectionClosedException
-
- JmsConnectionFactory - Class in org.apache.qpid.jms
-
JMS ConnectionFactory Implementation.
- JmsConnectionFactory() - Constructor for class org.apache.qpid.jms.JmsConnectionFactory
-
- JmsConnectionFactory(String, String) - Constructor for class org.apache.qpid.jms.JmsConnectionFactory
-
- JmsConnectionFactory(String) - Constructor for class org.apache.qpid.jms.JmsConnectionFactory
-
- JmsConnectionFactory(URI) - Constructor for class org.apache.qpid.jms.JmsConnectionFactory
-
- JmsConnectionFactory(String, String, URI) - Constructor for class org.apache.qpid.jms.JmsConnectionFactory
-
- JmsConnectionFactory(String, String, String) - Constructor for class org.apache.qpid.jms.JmsConnectionFactory
-
- JmsConnectionFailedException - Exception in org.apache.qpid.jms.exceptions
-
An exception thrown when attempt is made to use a connection when the connection has already failed.
- JmsConnectionFailedException(IOException) - Constructor for exception org.apache.qpid.jms.exceptions.JmsConnectionFailedException
-
- JmsConnectionFailedException() - Constructor for exception org.apache.qpid.jms.exceptions.JmsConnectionFailedException
-
- JmsConnectionId - Class in org.apache.qpid.jms.meta
-
- JmsConnectionId(String) - Constructor for class org.apache.qpid.jms.meta.JmsConnectionId
-
- JmsConnectionId(JmsConnectionId) - Constructor for class org.apache.qpid.jms.meta.JmsConnectionId
-
- JmsConnectionId(JmsSessionId) - Constructor for class org.apache.qpid.jms.meta.JmsConnectionId
-
- JmsConnectionId(JmsProducerId) - Constructor for class org.apache.qpid.jms.meta.JmsConnectionId
-
- JmsConnectionId(JmsConsumerId) - Constructor for class org.apache.qpid.jms.meta.JmsConnectionId
-
- JmsConnectionInfo - Class in org.apache.qpid.jms.meta
-
Meta object that contains the JmsConnection identification and configuration
options.
- JmsConnectionInfo(JmsConnectionId) - Constructor for class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- JmsConnectionListener - Interface in org.apache.qpid.jms
-
Providers an interface for client's to listener to events related to
an JmsConnection.
- JmsConnectionMetaData - Class in org.apache.qpid.jms
-
A ConnectionMetaData
object provides information describing
the Connection
object.
- JmsConsumerId - Class in org.apache.qpid.jms.meta
-
- JmsConsumerId(String, long, long) - Constructor for class org.apache.qpid.jms.meta.JmsConsumerId
-
- JmsConsumerId(JmsSessionId, long) - Constructor for class org.apache.qpid.jms.meta.JmsConsumerId
-
- JmsConsumerId(JmsConsumerId) - Constructor for class org.apache.qpid.jms.meta.JmsConsumerId
-
- JmsConsumerId(String) - Constructor for class org.apache.qpid.jms.meta.JmsConsumerId
-
- JmsConsumerInfo - Class in org.apache.qpid.jms.meta
-
- JmsConsumerInfo(JmsConsumerId) - Constructor for class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- JmsConsumerInfo(JmsSessionInfo, long) - Constructor for class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- JmsDefaultDeserializationPolicy - Class in org.apache.qpid.jms.policy
-
Default implementation of the deserialization policy that can read white and black list of
classes/packages from the environment, and be updated by the connection uri options.
- JmsDefaultDeserializationPolicy() - Constructor for class org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy
-
Creates an instance of this policy with default configuration.
- JmsDefaultDeserializationPolicy(JmsDefaultDeserializationPolicy) - Constructor for class org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy
-
- JmsDefaultMessageIDPolicy - Class in org.apache.qpid.jms.policy
-
The default MessageID policy used for all MessageProducers created from the
client's connection factory.
- JmsDefaultMessageIDPolicy() - Constructor for class org.apache.qpid.jms.policy.JmsDefaultMessageIDPolicy
-
Initialize default Message ID builder policy
- JmsDefaultMessageIDPolicy(JmsDefaultMessageIDPolicy) - Constructor for class org.apache.qpid.jms.policy.JmsDefaultMessageIDPolicy
-
Creates a new JmsDefaultMessageIDPolicy instance copied from the source policy.
- JmsDefaultPrefetchPolicy - Class in org.apache.qpid.jms.policy
-
Defines the prefetch message policies for different types of consumers
- JmsDefaultPrefetchPolicy() - Constructor for class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
Initialize default prefetch policies
- JmsDefaultPrefetchPolicy(JmsDefaultPrefetchPolicy) - Constructor for class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
Creates a new JmsPrefetchPolicy instance copied from the source policy.
- JmsDefaultPresettlePolicy - Class in org.apache.qpid.jms.policy
-
Policy object that allows for configuration of options that affect when
a JMS MessageProducer will result in AMQP presettled message sends.
- JmsDefaultPresettlePolicy() - Constructor for class org.apache.qpid.jms.policy.JmsDefaultPresettlePolicy
-
- JmsDefaultPresettlePolicy(JmsDefaultPresettlePolicy) - Constructor for class org.apache.qpid.jms.policy.JmsDefaultPresettlePolicy
-
- JmsDefaultRedeliveryPolicy - Class in org.apache.qpid.jms.policy
-
Defines the policy used to manage redelivered and recovered Messages.
- JmsDefaultRedeliveryPolicy() - Constructor for class org.apache.qpid.jms.policy.JmsDefaultRedeliveryPolicy
-
- JmsDefaultRedeliveryPolicy(JmsDefaultRedeliveryPolicy) - Constructor for class org.apache.qpid.jms.policy.JmsDefaultRedeliveryPolicy
-
- JmsDefaultResourceVisitor - Class in org.apache.qpid.jms.meta
-
Default Visitor implementation that does nothing in each method to
make custom implementations simpler by only needing to override the
visitation cases they need to handle.
- JmsDefaultResourceVisitor() - Constructor for class org.apache.qpid.jms.meta.JmsDefaultResourceVisitor
-
- JmsDefaultUnresolvedDestinationTransformer - Class in org.apache.qpid.jms.message
-
Default Destination resolver that will try and find a way to convert an unknown foreign
JMS Destination object by looking for method in the object to identify the true type.
- JmsDefaultUnresolvedDestinationTransformer() - Constructor for class org.apache.qpid.jms.message.JmsDefaultUnresolvedDestinationTransformer
-
- JmsDeserializationPolicy - Interface in org.apache.qpid.jms.policy
-
Defines the interface for a policy object that controls what types of message
content are permissible when the body of an incoming ObjectMessage is being
deserialized.
- JmsDestination - Class in org.apache.qpid.jms
-
Jms Destination
- JmsDestination(String, boolean, boolean) - Constructor for class org.apache.qpid.jms.JmsDestination
-
- JmsDurableTopicSubscriber - Class in org.apache.qpid.jms
-
Implementation of a TopicSubscriber that is Durable
- JmsDurableTopicSubscriber(JmsConsumerId, JmsSession, JmsDestination, String, boolean, String) - Constructor for class org.apache.qpid.jms.JmsDurableTopicSubscriber
-
- JmsExceptionSupport - Class in org.apache.qpid.jms.exceptions
-
Exception support class.
- JmsInboundMessageDispatch - Class in org.apache.qpid.jms.message
-
Envelope used to deliver incoming messages to their targeted consumer.
- JmsInboundMessageDispatch(long) - Constructor for class org.apache.qpid.jms.message.JmsInboundMessageDispatch
-
- JmsInitialContextFactory - Class in org.apache.qpid.jms.jndi
-
A factory of the StompJms InitialContext which contains
ConnectionFactory
instances as well as a child context
called destinations which contain all of the current active
destinations, in child context depending on the QoS such as transient or
durable and queue or topic.
- JmsInitialContextFactory() - Constructor for class org.apache.qpid.jms.jndi.JmsInitialContextFactory
-
- JmsLocalTransactionContext - Class in org.apache.qpid.jms
-
Manages the details of a Session operating inside of a local JMS transaction.
- JmsLocalTransactionContext(JmsSession) - Constructor for class org.apache.qpid.jms.JmsLocalTransactionContext
-
- JmsMapMessage - Class in org.apache.qpid.jms.message
-
Implementation of the JMS MapMessage.
- JmsMapMessage(JmsMapMessageFacade) - Constructor for class org.apache.qpid.jms.message.JmsMapMessage
-
- JmsMapMessageFacade - Interface in org.apache.qpid.jms.message.facade
-
Interface for a message Facade that wraps a MapMessage style provider
message.
- JmsMessage - Class in org.apache.qpid.jms.message
-
- JmsMessage(JmsMessageFacade) - Constructor for class org.apache.qpid.jms.message.JmsMessage
-
- JmsMessageAvailableConsumer - Interface in org.apache.qpid.jms
-
Marker interface used for MessageConsumer instances that support sending
a notification event when a message has arrived when the consumer is not
in asynchronous dispatch mode.
- JmsMessageAvailableListener - Interface in org.apache.qpid.jms
-
Internal JmsMessage available listener.
- JmsMessageConsumer - Class in org.apache.qpid.jms
-
implementation of a JMS Message Consumer
- JmsMessageConsumer(JmsConsumerId, JmsSession, JmsDestination, String, boolean) - Constructor for class org.apache.qpid.jms.JmsMessageConsumer
-
- JmsMessageConsumer(JmsConsumerId, JmsSession, JmsDestination, String, String, boolean) - Constructor for class org.apache.qpid.jms.JmsMessageConsumer
-
- JmsMessageDispatcher - Interface in org.apache.qpid.jms
-
- JmsMessageFacade - Interface in org.apache.qpid.jms.message.facade
-
The Message Facade interface defines the required mapping between a Provider's
own Message type and the JMS Message types.
- JmsMessageFactory - Interface in org.apache.qpid.jms.message
-
Interface that a Provider should implement to provide a Provider
Specific JmsMessage implementation that optimizes the exchange of
message properties and payload between the JMS Message API and the
underlying Provider Message implementations.
- JmsMessageIDBuilder - Interface in org.apache.qpid.jms.message
-
Interface for creating a custom Message ID builder to populate the
Message ID field of the outgoing message.
- JmsMessageIDBuilder.BUILTIN - Enum in org.apache.qpid.jms.message
-
- JmsMessageIDPolicy - Interface in org.apache.qpid.jms.policy
-
Interface for a policy that controls what kind of MessageID type is used for Messages
sent to a specific destination.
- JmsMessageProducer - Class in org.apache.qpid.jms
-
Implementation of a JMS MessageProducer
- JmsMessageProducer(JmsProducerId, JmsSession, JmsDestination) - Constructor for class org.apache.qpid.jms.JmsMessageProducer
-
- JmsMessagePropertyIntercepter - Class in org.apache.qpid.jms.message
-
Utility class used to intercept calls to Message property gets and sets and map the
correct fields in the underlying JmsMessageFacade to the property name being operated on.
- JmsMessagePropertyIntercepter() - Constructor for class org.apache.qpid.jms.message.JmsMessagePropertyIntercepter
-
- JmsMessageSupport - Class in org.apache.qpid.jms.message
-
Set of common utilities and definitions useful for JMS Message handling.
- JmsMessageSupport() - Constructor for class org.apache.qpid.jms.message.JmsMessageSupport
-
- JmsMessageTransformation - Class in org.apache.qpid.jms.message
-
A helper class for converting normal JMS interfaces into the QpidJMS specific
versions.
- JmsMessageTransformation() - Constructor for class org.apache.qpid.jms.message.JmsMessageTransformation
-
- JmsNoTxTransactionContext - Class in org.apache.qpid.jms
-
Used in non-transacted JMS Sessions to throw proper errors indicating
that the Session is not transacted and cannot be treated as such.
- JmsNoTxTransactionContext() - Constructor for class org.apache.qpid.jms.JmsNoTxTransactionContext
-
- JmsObjectMessage - Class in org.apache.qpid.jms.message
-
- JmsObjectMessage(JmsObjectMessageFacade) - Constructor for class org.apache.qpid.jms.message.JmsObjectMessage
-
- JmsObjectMessageFacade - Interface in org.apache.qpid.jms.message.facade
-
Interface for a message Facade that wraps an ObjectMessage based
provider message.
- JmsOperationTimedOutException - Exception in org.apache.qpid.jms
-
Exception that indicates a blocking operation timed out while waiting
for the remote to acknowledge or process it.
- JmsOperationTimedOutException(String) - Constructor for exception org.apache.qpid.jms.JmsOperationTimedOutException
-
- JmsOperationTimedOutException(String, String) - Constructor for exception org.apache.qpid.jms.JmsOperationTimedOutException
-
- JmsOutboundMessageDispatch - Class in org.apache.qpid.jms.message
-
Envelope that wraps the objects involved in a Message send operation.
- JmsOutboundMessageDispatch() - Constructor for class org.apache.qpid.jms.message.JmsOutboundMessageDispatch
-
- JmsPrefetchPolicy - Interface in org.apache.qpid.jms.policy
-
Interface for all Prefetch Policy implementations.
- JmsPresettlePolicy - Interface in org.apache.qpid.jms.policy
-
Interface for building policy objects that control when a MessageProducer or
MessageConsumer instance will operate in presettled mode.
- JmsProducerId - Class in org.apache.qpid.jms.meta
-
- JmsProducerId(JmsSessionId, long) - Constructor for class org.apache.qpid.jms.meta.JmsProducerId
-
- JmsProducerId(JmsProducerId) - Constructor for class org.apache.qpid.jms.meta.JmsProducerId
-
- JmsProducerId(String, long, long) - Constructor for class org.apache.qpid.jms.meta.JmsProducerId
-
- JmsProducerId(String) - Constructor for class org.apache.qpid.jms.meta.JmsProducerId
-
- JmsProducerInfo - Class in org.apache.qpid.jms.meta
-
- JmsProducerInfo(JmsProducerId) - Constructor for class org.apache.qpid.jms.meta.JmsProducerInfo
-
- JmsProducerInfo(JmsProducerId, JmsMessageIDBuilder) - Constructor for class org.apache.qpid.jms.meta.JmsProducerInfo
-
- JmsQueue - Class in org.apache.qpid.jms
-
JMS Queue implementation
- JmsQueue() - Constructor for class org.apache.qpid.jms.JmsQueue
-
- JmsQueue(String) - Constructor for class org.apache.qpid.jms.JmsQueue
-
- JmsQueueBrowser - Class in org.apache.qpid.jms
-
A client uses a QueueBrowser
object to look at messages on a queue without
removing them.
- JmsQueueBrowser(JmsSession, JmsDestination, String) - Constructor for class org.apache.qpid.jms.JmsQueueBrowser
-
Constructor for an JmsQueueBrowser - used internally
- JmsQueueConnection - Class in org.apache.qpid.jms
-
- JmsQueueConnection(String, Provider, IdGenerator) - Constructor for class org.apache.qpid.jms.JmsQueueConnection
-
- JmsQueueReceiver - Class in org.apache.qpid.jms
-
Implementation of a JMS QueueReceiver
- JmsQueueReceiver(JmsConsumerId, JmsSession, JmsDestination, String) - Constructor for class org.apache.qpid.jms.JmsQueueReceiver
-
Constructor
- JmsQueueSender - Class in org.apache.qpid.jms
-
Implementation of a Queue Sender
- JmsQueueSender(JmsProducerId, JmsSession, JmsDestination) - Constructor for class org.apache.qpid.jms.JmsQueueSender
-
- JmsQueueSession - Class in org.apache.qpid.jms
-
JMS QueueSession implementation
- JmsQueueSession(JmsConnection, JmsSessionId, int) - Constructor for class org.apache.qpid.jms.JmsQueueSession
-
- JmsRedeliveryPolicy - Interface in org.apache.qpid.jms.policy
-
Interface for a Redelivery Policy object used to determine how many times a Message
can be redelivered by the client before being dropped.
- JmsResource - Interface in org.apache.qpid.jms.meta
-
Base class for the JMS object representing JMS resources such as Connection, Session, etc.
- JmsResourceId - Interface in org.apache.qpid.jms.meta
-
Base for all Id type classes used in the JMS Framework
- JmsResourceNotFoundException - Exception in org.apache.qpid.jms
-
Thrown when the remote peer return amqp:not-found for instances other
than those that would generate an InvalidDestinationException or some
other more situation appropriate JMSException instance.
- JmsResourceNotFoundException(String) - Constructor for exception org.apache.qpid.jms.JmsResourceNotFoundException
-
- JmsResourceNotFoundException(String, String) - Constructor for exception org.apache.qpid.jms.JmsResourceNotFoundException
-
- JmsResourceVistor - Interface in org.apache.qpid.jms.meta
-
Visitor interface to make processing JmsResources simpler.
- JmsSelector() - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- JmsSendTimedOutException - Exception in org.apache.qpid.jms
-
Exception thrown when a blocking send call times out waiting to be sent.
- JmsSendTimedOutException(String) - Constructor for exception org.apache.qpid.jms.JmsSendTimedOutException
-
- JmsSendTimedOutException(String, String) - Constructor for exception org.apache.qpid.jms.JmsSendTimedOutException
-
- JmsSendTimedOutException(String, JmsMessage) - Constructor for exception org.apache.qpid.jms.JmsSendTimedOutException
-
- JmsSendTimedOutException(String, String, JmsMessage) - Constructor for exception org.apache.qpid.jms.JmsSendTimedOutException
-
- JmsSession - Class in org.apache.qpid.jms
-
JMS Session implementation
- JmsSession(JmsConnection, JmsSessionId, int) - Constructor for class org.apache.qpid.jms.JmsSession
-
- JmsSessionId - Class in org.apache.qpid.jms.meta
-
- JmsSessionId(String, long) - Constructor for class org.apache.qpid.jms.meta.JmsSessionId
-
- JmsSessionId(JmsConnectionId, long) - Constructor for class org.apache.qpid.jms.meta.JmsSessionId
-
- JmsSessionId(JmsSessionId) - Constructor for class org.apache.qpid.jms.meta.JmsSessionId
-
- JmsSessionId(JmsProducerId) - Constructor for class org.apache.qpid.jms.meta.JmsSessionId
-
- JmsSessionId(JmsConsumerId) - Constructor for class org.apache.qpid.jms.meta.JmsSessionId
-
- JmsSessionInfo - Class in org.apache.qpid.jms.meta
-
- JmsSessionInfo(JmsConnectionInfo, long) - Constructor for class org.apache.qpid.jms.meta.JmsSessionInfo
-
- JmsSessionInfo(JmsSessionId) - Constructor for class org.apache.qpid.jms.meta.JmsSessionInfo
-
- JmsStreamMessage - Class in org.apache.qpid.jms.message
-
JMS Stream message implementation.
- JmsStreamMessage(JmsStreamMessageFacade) - Constructor for class org.apache.qpid.jms.message.JmsStreamMessage
-
- JmsStreamMessageFacade - Interface in org.apache.qpid.jms.message.facade
-
Interface for a Message Facade that wraps a stream or list based provider
message instance.
- JmsTemporaryDestination - Class in org.apache.qpid.jms
-
Temporary Destination Object
- JmsTemporaryDestination() - Constructor for class org.apache.qpid.jms.JmsTemporaryDestination
-
- JmsTemporaryDestination(String, boolean) - Constructor for class org.apache.qpid.jms.JmsTemporaryDestination
-
- JmsTemporaryQueue - Class in org.apache.qpid.jms
-
Temporary Queue Object
- JmsTemporaryQueue() - Constructor for class org.apache.qpid.jms.JmsTemporaryQueue
-
- JmsTemporaryQueue(String) - Constructor for class org.apache.qpid.jms.JmsTemporaryQueue
-
- JmsTemporaryTopic - Class in org.apache.qpid.jms
-
Temporary Topic Object
- JmsTemporaryTopic() - Constructor for class org.apache.qpid.jms.JmsTemporaryTopic
-
- JmsTemporaryTopic(String) - Constructor for class org.apache.qpid.jms.JmsTemporaryTopic
-
- JmsTextMessage - Class in org.apache.qpid.jms.message
-
- JmsTextMessage(JmsTextMessageFacade) - Constructor for class org.apache.qpid.jms.message.JmsTextMessage
-
- JmsTextMessageFacade - Interface in org.apache.qpid.jms.message.facade
-
A Facade around a provider message that behaves like a TextMessage instance.
- JmsTopic - Class in org.apache.qpid.jms
-
JMS Topic object.
- JmsTopic() - Constructor for class org.apache.qpid.jms.JmsTopic
-
- JmsTopic(String) - Constructor for class org.apache.qpid.jms.JmsTopic
-
- JmsTopicConnection - Class in org.apache.qpid.jms
-
- JmsTopicConnection(String, Provider, IdGenerator) - Constructor for class org.apache.qpid.jms.JmsTopicConnection
-
- JmsTopicPublisher - Class in org.apache.qpid.jms
-
Implementation of a TopicPublisher
- JmsTopicPublisher(JmsProducerId, JmsSession, JmsDestination) - Constructor for class org.apache.qpid.jms.JmsTopicPublisher
-
- JmsTopicSession - Class in org.apache.qpid.jms
-
Implementation of a TopicSession
- JmsTopicSession(JmsConnection, JmsSessionId, int) - Constructor for class org.apache.qpid.jms.JmsTopicSession
-
- JmsTopicSubscriber - Class in org.apache.qpid.jms
-
Implementation of a TopicSubscriber
- JmsTransactionContext - Interface in org.apache.qpid.jms
-
A Transaction Context is used to track and manage the state of a
Transaction in a JMS Session object.
- JmsTransactionId - Class in org.apache.qpid.jms.meta
-
- JmsTransactionId(JmsConnectionId, long) - Constructor for class org.apache.qpid.jms.meta.JmsTransactionId
-
- JmsTransactionInDoubtException - Exception in org.apache.qpid.jms
-
JMSException derivative that defines that a TX outcome is unknown.
- JmsTransactionInDoubtException(String, String) - Constructor for exception org.apache.qpid.jms.JmsTransactionInDoubtException
-
- JmsTransactionInDoubtException(String) - Constructor for exception org.apache.qpid.jms.JmsTransactionInDoubtException
-
- JmsTransactionInfo - Class in org.apache.qpid.jms.meta
-
- JmsTransactionInfo(JmsSessionId, JmsTransactionId) - Constructor for class org.apache.qpid.jms.meta.JmsTransactionInfo
-
- JmsTransactionListener - Interface in org.apache.qpid.jms
-
Allows for a listener to be notified when a transaction is started, commits
or is rolled back.
- JmsTransactionSynchronization - Class in org.apache.qpid.jms
-
Interface for JmsResources that are part of a running transaction to use
to register for notifications of transaction commit and rollback in order
to execute specific actions.
- JmsTransactionSynchronization() - Constructor for class org.apache.qpid.jms.JmsTransactionSynchronization
-
- JmsUnresolvedDestinationTransformer - Interface in org.apache.qpid.jms.message
-
Defines an interface for a handler object that will be called when the
transformation of a JMS Destination object fails to determine the proper
destination type to create.
- JMSX_DELIVERY_COUNT - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMSX_GROUPID - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMSX_GROUPSEQ - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMSX_USERID - Static variable in class org.apache.qpid.jms.message.JmsMessageSupport
-
- JMSXGROUPID - Static variable in class org.apache.qpid.jms.JmsClientProperties
-
JMS-defined message property representing the group a message belongs to.
- JMSXGROUPSEQ - Static variable in class org.apache.qpid.jms.JmsClientProperties
-
JMS-defined message property representing the sequence number of a message within a group.
- JMSXUSERID - Static variable in class org.apache.qpid.jms.JmsClientProperties
-
JMS-defined message property representing the user who sent a message.
- JNDIReferenceFactory - Class in org.apache.qpid.jms.jndi
-
Converts objects implementing JNDIStorable into a property fields so they can be
stored and regenerated from JNDI
- JNDIReferenceFactory() - Constructor for class org.apache.qpid.jms.jndi.JNDIReferenceFactory
-
- JNDIStorable - Class in org.apache.qpid.jms.jndi
-
Facilitates objects to be stored in JNDI as properties
- JNDIStorable() - Constructor for class org.apache.qpid.jms.jndi.JNDIStorable
-
- OCTAL_LITERAL - Static variable in interface org.apache.qpid.jms.selector.parser.SelectorParserImplConstants
-
RegularExpression Id.
- OCTET_STREAM_CONTENT_TYPE - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
Content type used to mark Data sections as containing arbitrary bytes.
- onAsyncException(Throwable) - Method in class org.apache.qpid.jms.JmsConnection
-
Handles any asynchronous errors that occur from the JMS framework classes.
- onCacheEviction(Map.Entry<K, V>) - Method in class org.apache.qpid.jms.util.LRUCache
-
Event point used by subclasses to perform some cleanup action when an
element is evicted from the cache.
- onConnectionEstablished(URI) - Method in class org.apache.qpid.jms.JmsConnection
-
- onConnectionEstablished(URI) - Method in interface org.apache.qpid.jms.JmsConnectionListener
-
Called when a connection has been successfully established.
- onConnectionEstablished(URI) - Method in class org.apache.qpid.jms.provider.DefaultProviderListener
-
- onConnectionEstablished(URI) - Method in interface org.apache.qpid.jms.provider.ProviderListener
-
Called to indicate that the underlying connection to the Broker has been established
for the first time.
- onConnectionEstablished(URI) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- onConnectionFailure(IOException) - Method in class org.apache.qpid.jms.JmsConnection
-
- onConnectionFailure(Throwable) - Method in interface org.apache.qpid.jms.JmsConnectionListener
-
Called when an unrecoverable error occurs and the Connection must be closed.
- onConnectionFailure(IOException) - Method in class org.apache.qpid.jms.provider.DefaultProviderListener
-
- onConnectionFailure(IOException) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- onConnectionFailure(IOException) - Method in interface org.apache.qpid.jms.provider.ProviderListener
-
Called to indicate that the underlying connection to the Broker has been lost and
the Provider will not perform any reconnect.
- onConnectionFailure(IOException) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- onConnectionInterrupted(URI) - Method in class org.apache.qpid.jms.JmsConnection
-
- onConnectionInterrupted(URI) - Method in interface org.apache.qpid.jms.JmsConnectionListener
-
Called when the Connection to the remote peer is lost.
- onConnectionInterrupted() - Method in class org.apache.qpid.jms.JmsLocalTransactionContext
-
- onConnectionInterrupted() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- onConnectionInterrupted() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- onConnectionInterrupted() - Method in class org.apache.qpid.jms.JmsNoTxTransactionContext
-
- onConnectionInterrupted() - Method in class org.apache.qpid.jms.JmsSession
-
- onConnectionInterrupted() - Method in interface org.apache.qpid.jms.JmsTransactionContext
-
Signals that the connection that was previously established has been lost and the
listener should alter its state to reflect the fact that there is no active connection.
- onConnectionInterrupted(URI) - Method in class org.apache.qpid.jms.provider.DefaultProviderListener
-
- onConnectionInterrupted(URI) - Method in interface org.apache.qpid.jms.provider.ProviderListener
-
Called from a fault tolerant Provider instance to signal that the underlying
connection to the Broker has been lost.
- onConnectionInterrupted(URI) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- onConnectionRecovered(Provider) - Method in class org.apache.qpid.jms.JmsConnection
-
- onConnectionRecovered(Provider) - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- onConnectionRecovered(Provider) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- onConnectionRecovered(Provider) - Method in class org.apache.qpid.jms.JmsSession
-
- onConnectionRecovered(Provider) - Method in class org.apache.qpid.jms.provider.DefaultProviderListener
-
- onConnectionRecovered(Provider) - Method in interface org.apache.qpid.jms.provider.ProviderListener
-
Called to indicate that a connection to the Broker has been reestablished and
that all recovery operations have succeeded and the connection will now be
transitioned to a recovered state.
- onConnectionRecovered(Provider) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- onConnectionRecovery(Provider) - Method in class org.apache.qpid.jms.JmsConnection
-
- onConnectionRecovery(Provider) - Method in class org.apache.qpid.jms.JmsLocalTransactionContext
-
- onConnectionRecovery(Provider) - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- onConnectionRecovery(Provider) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- onConnectionRecovery(Provider) - Method in class org.apache.qpid.jms.JmsNoTxTransactionContext
-
- onConnectionRecovery(Provider) - Method in class org.apache.qpid.jms.JmsSession
-
- onConnectionRecovery(Provider) - Method in interface org.apache.qpid.jms.JmsTransactionContext
-
Called when the connection to the remote peer has been lost and then a new
connection established.
- onConnectionRecovery(Provider) - Method in class org.apache.qpid.jms.provider.DefaultProviderListener
-
- onConnectionRecovery(Provider) - Method in interface org.apache.qpid.jms.provider.ProviderListener
-
Called to indicate that a connection to the Broker has been reestablished and
that notified listener should start to recover it's state.
- onConnectionRecovery(Provider) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- onConnectionRestored(URI) - Method in class org.apache.qpid.jms.JmsConnection
-
- onConnectionRestored(URI) - Method in interface org.apache.qpid.jms.JmsConnectionListener
-
Called when normal communication has been restored to a remote peer.
- onConnectionRestored() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- onConnectionRestored() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- onConnectionRestored() - Method in class org.apache.qpid.jms.JmsSession
-
- onConnectionRestored(URI) - Method in class org.apache.qpid.jms.provider.DefaultProviderListener
-
- onConnectionRestored(URI) - Method in interface org.apache.qpid.jms.provider.ProviderListener
-
Called to signal that all recovery operations are now complete and the Provider
is again in a normal connected state.
- onConnectionRestored(URI) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- onConsumerClosed(MessageConsumer, Exception) - Method in interface org.apache.qpid.jms.JmsConnectionListener
-
Called when the MessageConsumer is closed due to remote action or local error detection.
- onData(ByteBuf) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- onData(ByteBuf) - Method in interface org.apache.qpid.jms.transports.TransportListener
-
Called when new incoming data has become available.
- onDispatch() - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Called before a message is dispatched to its intended consumer to allow for
any necessary processing of message data such as setting read-only state etc.
- onDispatch() - Method in class org.apache.qpid.jms.message.JmsMessage
-
Used to trigger processing required before dispatch of a message to its intended
consumer.
- onDispatch() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- onException(Exception) - Method in class org.apache.qpid.jms.JmsConnection
-
- onException(JMSException) - Method in class org.apache.qpid.jms.JmsConnection
-
- onException(Exception) - Method in class org.apache.qpid.jms.JmsSession
-
- onException(JMSException) - Method in class org.apache.qpid.jms.JmsSession
-
- onFailure(Throwable) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer.ScheduledRequest
-
- onFailure(Throwable) - Method in interface org.apache.qpid.jms.provider.AsyncResult
-
If the operation fails this method is invoked with the Exception
that caused the failure.
- onFailure(Throwable) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider.CreateConnectionRequest
-
- onFailure(Throwable) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider.FailoverRequest
-
- onFailure(Throwable) - Method in class org.apache.qpid.jms.provider.NoOpAsyncResult
-
- onFailure(Throwable) - Method in class org.apache.qpid.jms.provider.ProviderFuture
-
- onFailure(Throwable) - Method in class org.apache.qpid.jms.provider.WrappedAsyncResult
-
- onInboundMessage(JmsInboundMessageDispatch) - Method in class org.apache.qpid.jms.JmsConnection
-
- onInboundMessage(JmsInboundMessageDispatch) - Method in interface org.apache.qpid.jms.JmsConnectionListener
-
Called when a Connection is notified that a new Message has arrived for
one of it's currently active subscriptions.
- onInboundMessage(JmsInboundMessageDispatch) - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
Called from the session when a new Message has been dispatched to this Consumer
from the connection.
- onInboundMessage(JmsInboundMessageDispatch) - Method in interface org.apache.qpid.jms.JmsMessageDispatcher
-
Called when a new Message delivery is in progress.
- onInboundMessage(JmsInboundMessageDispatch) - Method in class org.apache.qpid.jms.JmsSession
-
- onInboundMessage(JmsInboundMessageDispatch) - Method in class org.apache.qpid.jms.provider.DefaultProviderListener
-
- onInboundMessage(JmsInboundMessageDispatch) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- onInboundMessage(JmsInboundMessageDispatch) - Method in interface org.apache.qpid.jms.provider.ProviderListener
-
Called when a new Message has arrived for a registered consumer.
- onInboundMessage(JmsInboundMessageDispatch) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- onMessageAvailable(MessageConsumer) - Method in interface org.apache.qpid.jms.JmsMessageAvailableListener
-
Called when a Message is available to be received by a client
- onPendingFailure(Throwable) - Method in interface org.apache.qpid.jms.provider.ProviderSynchronization
-
- onPendingSuccess() - Method in interface org.apache.qpid.jms.provider.ProviderSynchronization
-
- onProducerClosed(MessageProducer, Exception) - Method in interface org.apache.qpid.jms.JmsConnectionListener
-
Called when the MessageProducer is closed due to remote action or local error detection.
- onProviderException(Exception) - Method in class org.apache.qpid.jms.JmsConnection
-
- onProviderException(Exception) - Method in class org.apache.qpid.jms.provider.DefaultProviderListener
-
- onProviderException(Exception) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- onProviderException(Exception) - Method in interface org.apache.qpid.jms.provider.ProviderListener
-
Called to indicate that a some client operation caused or received an
error that is not considered fatal at the provider level.
- onProviderException(Exception) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- onResourceClosed(JmsResource, Exception) - Method in class org.apache.qpid.jms.JmsConnection
-
- onResourceClosed(JmsResource, Exception) - Method in class org.apache.qpid.jms.provider.DefaultProviderListener
-
- onResourceClosed(JmsResource, Exception) - Method in interface org.apache.qpid.jms.provider.ProviderListener
-
Called to indicate that a currently active resource has been closed
due to some error condition, management request or some other action.
- onResourceClosed(JmsResource, Exception) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- onSend(long) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Called before a message is sent to allow a Message instance to move the
contents from a logical data structure to a binary form for transmission, or
other processing such as setting proper message headers etc.
- onSend(long) - Method in class org.apache.qpid.jms.message.JmsMessage
-
Used to trigger processing required to place the message in a state where it is
ready to be written to the wire.
- onSend(long) - Method in class org.apache.qpid.jms.message.JmsStreamMessage
-
- onSend(long) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsBytesMessageFacade
-
- onSend(long) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- onSend(long) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsObjectMessageFacade
-
- onSend() - Method in interface org.apache.qpid.jms.provider.amqp.message.AmqpObjectTypeDelegate
-
Signals that the message is about to be sent so we should ensure proper state of
the marshaled object and message annotations prior to that.
- onSend() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpSerializedObjectDelegate
-
- onSend() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpTypedObjectDelegate
-
- onSessionClosed(Session, Exception) - Method in interface org.apache.qpid.jms.JmsConnectionListener
-
Called when the session is closed due to remote action or local error detection.
- onSuccess() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer.ScheduledRequest
-
- onSuccess() - Method in interface org.apache.qpid.jms.provider.AsyncResult
-
If the operation succeeds the resulting value produced is set to null and
the waiting parties are signaled.
- onSuccess() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider.CreateConnectionRequest
-
- onSuccess() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider.FailoverRequest
-
- onSuccess() - Method in class org.apache.qpid.jms.provider.NoOpAsyncResult
-
- onSuccess() - Method in class org.apache.qpid.jms.provider.ProviderFuture
-
- onSuccess() - Method in class org.apache.qpid.jms.provider.WrappedAsyncResult
-
- onTransactionCommitted() - Method in interface org.apache.qpid.jms.JmsTransactionListener
-
- onTransactionRolledBack() - Method in interface org.apache.qpid.jms.JmsTransactionListener
-
- onTransactionStarted() - Method in interface org.apache.qpid.jms.JmsTransactionListener
-
- onTransportClosed() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
Callback method for the Transport to report that the underlying connection
has closed.
- onTransportClosed() - Method in interface org.apache.qpid.jms.transports.TransportListener
-
Called if the connection state becomes closed.
- onTransportError(Throwable) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
Callback method for the Transport to report connection errors.
- onTransportError(Throwable) - Method in interface org.apache.qpid.jms.transports.TransportListener
-
Called when an error occurs during normal Transport operations.
- OPEN_HOSTNAME - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- OR - Static variable in interface org.apache.qpid.jms.selector.parser.SelectorParserImplConstants
-
RegularExpression Id.
- orExpression() - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- org.apache.qpid.jms - package org.apache.qpid.jms
-
The core AMQP JMS client implementation classes.
- org.apache.qpid.jms.exceptions - package org.apache.qpid.jms.exceptions
-
- org.apache.qpid.jms.jndi - package org.apache.qpid.jms.jndi
-
- org.apache.qpid.jms.message - package org.apache.qpid.jms.message
-
- org.apache.qpid.jms.message.facade - package org.apache.qpid.jms.message.facade
-
- org.apache.qpid.jms.meta - package org.apache.qpid.jms.meta
-
- org.apache.qpid.jms.policy - package org.apache.qpid.jms.policy
-
- org.apache.qpid.jms.provider - package org.apache.qpid.jms.provider
-
- org.apache.qpid.jms.provider.amqp - package org.apache.qpid.jms.provider.amqp
-
- org.apache.qpid.jms.provider.amqp.builders - package org.apache.qpid.jms.provider.amqp.builders
-
- org.apache.qpid.jms.provider.amqp.filters - package org.apache.qpid.jms.provider.amqp.filters
-
- org.apache.qpid.jms.provider.amqp.message - package org.apache.qpid.jms.provider.amqp.message
-
- org.apache.qpid.jms.provider.failover - package org.apache.qpid.jms.provider.failover
-
- org.apache.qpid.jms.sasl - package org.apache.qpid.jms.sasl
-
- org.apache.qpid.jms.selector - package org.apache.qpid.jms.selector
-
- org.apache.qpid.jms.selector.filter - package org.apache.qpid.jms.selector.filter
-
Filter implementations for wildcards & JMS selectors
- org.apache.qpid.jms.selector.parser - package org.apache.qpid.jms.selector.parser
-
- org.apache.qpid.jms.transports - package org.apache.qpid.jms.transports
-
- org.apache.qpid.jms.transports.netty - package org.apache.qpid.jms.transports.netty
-
- org.apache.qpid.jms.util - package org.apache.qpid.jms.util
-
- parent - Variable in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- parse(String) - Method in class org.apache.qpid.jms.jndi.NameParserImpl
-
- parse(String) - Static method in class org.apache.qpid.jms.selector.SelectorParser
-
- parseComposite(URI) - Static method in class org.apache.qpid.jms.util.URISupport
-
Given a composite URI, parse the individual URI elements contained within that URI and
return a CompsoteData instance that contains the parsed URI values.
- parseContentTypeForTextualCharset(String) - Static method in class org.apache.qpid.jms.util.ContentTypeSupport
-
- ParseException - Exception in org.apache.qpid.jms.selector.parser
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.qpid.jms.selector.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException() - Constructor for exception org.apache.qpid.jms.selector.parser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception org.apache.qpid.jms.selector.parser.ParseException
-
- parseParameters(URI) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Get properties from a URI and return them in a new Map<String, String>
instance.
- parseParameters(String) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Parse properties from a named resource -eg.
- parseParameters(URI) - Static method in class org.apache.qpid.jms.util.URISupport
-
Given a URI parse and extract any URI query options and return them as a Key / Value
mapping.
- parseQuery(String) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Get properties from a URI query string.
- PartialPooledByteBufAllocator - Class in org.apache.qpid.jms.transports.netty
-
A ByteBufAllocator
which is partial pooled.
- PATH - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- peek() - Method in interface org.apache.qpid.jms.message.facade.JmsStreamMessageFacade
-
Peek and return the next element in the stream.
- peek() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsStreamMessageFacade
-
- peek() - Method in class org.apache.qpid.jms.util.AbstractMessageQueue
-
- peek() - Method in interface org.apache.qpid.jms.util.MessageQueue
-
Return but do not remove the first element in the Message queue.
- peekFirst() - Method in class org.apache.qpid.jms.util.AbstractMessageQueue
-
Returns but does not remove the first entry in the implementation queue.
- peekFirst() - Method in class org.apache.qpid.jms.util.FifoMessageQueue
-
- peekFirst() - Method in class org.apache.qpid.jms.util.PriorityMessageQueue
-
- performPullIfRequired(long, boolean) - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
Triggers a pull request from the connected Provider with the given timeout value
if the consumer is a pull consumer or requested to be treated as one, and the
local queue is still running, and is currently empty.
- PlainMechanism - Class in org.apache.qpid.jms.sasl
-
Implements the SASL PLAIN authentication Mechanism.
- PlainMechanism() - Constructor for class org.apache.qpid.jms.sasl.PlainMechanism
-
- PlainMechanismFactory - Class in org.apache.qpid.jms.sasl
-
Create the Plain SASL Authentication Mechanism types.
- PlainMechanismFactory() - Constructor for class org.apache.qpid.jms.sasl.PlainMechanismFactory
-
- PLATFORM - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- PLATFORM_DETAILS - Static variable in class org.apache.qpid.jms.util.MetaDataSupport
-
- plus(Number, Number) - Method in class org.apache.qpid.jms.selector.filter.ArithmeticExpression
-
- pop() - Method in interface org.apache.qpid.jms.message.facade.JmsStreamMessageFacade
-
Pops the next element in the stream.
- pop() - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsStreamMessageFacade
-
- populateProperties(Map<String, String>) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- populateProperties(Map<String, String>) - Method in class org.apache.qpid.jms.JmsDestination
-
- populateProperties(Map<String, String>) - Method in class org.apache.qpid.jms.jndi.JNDIStorable
-
Initialize the instance from properties stored in JNDI
- PORT - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- postCommit() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- postRollback() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- preCommit() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- preRollback() - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- presettle - Variable in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- presettle - Variable in class org.apache.qpid.jms.provider.amqp.AmqpProducer
-
- prevCharIsCR - Variable in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- prevCharIsLF - Variable in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- primaryExpr() - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- printDuration(double) - Static method in class org.apache.qpid.jms.util.TimeUtils
-
Prints the duration in a human readable format as X days Y hours Z minutes etc.
- priority - Variable in class org.apache.qpid.jms.JmsMessageProducer
-
- PriorityMessageQueue - Class in org.apache.qpid.jms.util
-
Simple Message Priority ordered Queue.
- PriorityMessageQueue() - Constructor for class org.apache.qpid.jms.util.PriorityMessageQueue
-
- processCapabilities(Symbol[]) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnectionProperties
-
- processConnectionInfo(JmsConnectionInfo) - Method in class org.apache.qpid.jms.meta.JmsDefaultResourceVisitor
-
- processConnectionInfo(JmsConnectionInfo) - Method in interface org.apache.qpid.jms.meta.JmsResourceVistor
-
- processConsumerInfo(JmsConsumerInfo) - Method in class org.apache.qpid.jms.meta.JmsDefaultResourceVisitor
-
- processConsumerInfo(JmsConsumerInfo) - Method in interface org.apache.qpid.jms.meta.JmsResourceVistor
-
- processDeliveryUpdates(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- processDeliveryUpdates(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- processDeliveryUpdates(AmqpProvider) - Method in interface org.apache.qpid.jms.provider.amqp.AmqpEventSink
-
Called when the Proton Engine signals an Delivery related event has been triggered
for the given endpoint.
- processDeliveryUpdates(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.AmqpFixedProducer
-
- processDeliveryUpdates(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.AmqpTransactionCoordinator
-
- processDeliveryUpdates(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- processDestination(JmsTemporaryDestination) - Method in class org.apache.qpid.jms.meta.JmsDefaultResourceVisitor
-
- processDestination(JmsTemporaryDestination) - Method in interface org.apache.qpid.jms.meta.JmsResourceVistor
-
- processFlowUpdates(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- processFlowUpdates(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- processFlowUpdates(AmqpProvider) - Method in interface org.apache.qpid.jms.provider.amqp.AmqpEventSink
-
Called when the Proton Engine signals an Flow related event has been triggered
for the given endpoint.
- processFlowUpdates(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.AmqpFixedProducer
-
- processFlowUpdates(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- processProducerInfo(JmsProducerInfo) - Method in class org.apache.qpid.jms.meta.JmsDefaultResourceVisitor
-
- processProducerInfo(JmsProducerInfo) - Method in interface org.apache.qpid.jms.meta.JmsResourceVistor
-
- processProperties(Map<Symbol, Object>) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnectionProperties
-
- processRemoteClose(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- processRemoteClose(AmqpProvider) - Method in interface org.apache.qpid.jms.provider.amqp.AmqpEventSink
-
Event handler for remote peer close of this resource.
- processRemoteClose(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- processRemoteDetach(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- processRemoteDetach(AmqpProvider) - Method in interface org.apache.qpid.jms.provider.amqp.AmqpEventSink
-
Event handler for remote peer detach of this resource.
- processRemoteDetach(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- processRemoteOpen(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.AmqpAbstractResource
-
- processRemoteOpen(AmqpProvider) - Method in interface org.apache.qpid.jms.provider.amqp.AmqpEventSink
-
Event handler for remote peer open of this resource.
- processRemoteOpen(AmqpProvider) - Method in class org.apache.qpid.jms.provider.amqp.builders.AmqpResourceBuilder
-
- processSessionInfo(JmsSessionInfo) - Method in class org.apache.qpid.jms.meta.JmsDefaultResourceVisitor
-
- processSessionInfo(JmsSessionInfo) - Method in interface org.apache.qpid.jms.meta.JmsResourceVistor
-
- processTransactionInfo(JmsTransactionInfo) - Method in class org.apache.qpid.jms.meta.JmsDefaultResourceVisitor
-
- processTransactionInfo(JmsTransactionInfo) - Method in interface org.apache.qpid.jms.meta.JmsResourceVistor
-
- producerInfo - Variable in class org.apache.qpid.jms.JmsMessageProducer
-
- PRODUCT - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- PROPERTY_IDGENERATOR_HOST_PREFIX - Static variable in class org.apache.qpid.jms.util.IdGenerator
-
- propertyExists(String) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
- propertyExists(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- propertyExists(JmsMessage, String) - Static method in class org.apache.qpid.jms.message.JmsMessagePropertyIntercepter
-
Static inspection method to determine if a named property exists for a given message.
- propertyExists(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- propertyExists(AmqpJmsMessageFacade, String) - Static method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessagePropertyIntercepter
-
Static query method to determine if a specific property exists in the given message.
- PropertyExpression - Class in org.apache.qpid.jms.selector.filter
-
Represents a property expression
- PropertyExpression(String) - Constructor for class org.apache.qpid.jms.selector.filter.PropertyExpression
-
- PropertyUtil - Class in org.apache.qpid.jms.util
-
Utilities for properties
- PropertyUtil() - Constructor for class org.apache.qpid.jms.util.PropertyUtil
-
- Provider - Interface in org.apache.qpid.jms.provider
-
Defines the interface that an Implementation of a Specific wire level protocol
provider must implement.
- PROVIDER_MAJOR_VERSION - Static variable in class org.apache.qpid.jms.util.MetaDataSupport
-
- PROVIDER_MINOR_VERSION - Static variable in class org.apache.qpid.jms.util.MetaDataSupport
-
- PROVIDER_NAME - Static variable in class org.apache.qpid.jms.util.MetaDataSupport
-
- PROVIDER_VERSION - Static variable in class org.apache.qpid.jms.util.MetaDataSupport
-
- ProviderClosedException - Exception in org.apache.qpid.jms.provider
-
- ProviderClosedException(String) - Constructor for exception org.apache.qpid.jms.provider.ProviderClosedException
-
- ProviderConstants - Class in org.apache.qpid.jms.provider
-
Set of Provider specific constants used when interacting with the Provider API.
- ProviderConstants.ACK_TYPE - Enum in org.apache.qpid.jms.provider
-
- providerContext - Variable in class org.apache.qpid.jms.meta.JmsAbstractResourceId
-
- ProviderFactory - Class in org.apache.qpid.jms.provider
-
Interface that all JMS Providers must implement.
- ProviderFactory() - Constructor for class org.apache.qpid.jms.provider.ProviderFactory
-
- providerFailed(IOException) - Method in class org.apache.qpid.jms.JmsConnection
-
- ProviderFuture - Class in org.apache.qpid.jms.provider
-
Asynchronous Provider Future class.
- ProviderFuture() - Constructor for class org.apache.qpid.jms.provider.ProviderFuture
-
- ProviderFuture(ProviderSynchronization) - Constructor for class org.apache.qpid.jms.provider.ProviderFuture
-
- providerHint - Variable in class org.apache.qpid.jms.meta.JmsAbstractResourceId
-
- ProviderListener - Interface in org.apache.qpid.jms.provider
-
Events interface used to update the listener with changes in provider state.
- ProviderRedirectedException - Exception in org.apache.qpid.jms.provider
-
IOException
derivative that defines that the remote peer has requested that this
connection be redirected to some alternative peer.
- ProviderRedirectedException(String, String, String, String, int, String) - Constructor for exception org.apache.qpid.jms.provider.ProviderRedirectedException
-
- ProviderSynchronization - Interface in org.apache.qpid.jms.provider
-
Synchronization callback interface used to execute state updates
or similar tasks in the thread context where the associated
ProviderFuture is managed.
- ProviderWrapper<E extends Provider> - Class in org.apache.qpid.jms.provider
-
Allows one
Provider
instance to wrap around another and provide some additional
features beyond the normal
Provider
interface.
- ProviderWrapper(E) - Constructor for class org.apache.qpid.jms.provider.ProviderWrapper
-
- publish(Message) - Method in class org.apache.qpid.jms.JmsTopicPublisher
-
- publish(Topic, Message) - Method in class org.apache.qpid.jms.JmsTopicPublisher
-
- publish(Message, int, int, long) - Method in class org.apache.qpid.jms.JmsTopicPublisher
-
- publish(Topic, Message, int, int, long) - Method in class org.apache.qpid.jms.JmsTopicPublisher
-
- pull(long, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
Request a remote peer send a Message to this client.
- pull(JmsConsumerId, long, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- pull(JmsConsumerId, long, AsyncResult) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- pull(JmsConsumerId, long, AsyncResult) - Method in interface org.apache.qpid.jms.provider.Provider
-
Request a remote peer send a Message to this client.
- pull(JmsConsumerId, long, AsyncResult) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- pullRequest - Variable in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- pumpToProtonTransport() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- pumpToProtonTransport(AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- put(String, Object) - Method in interface org.apache.qpid.jms.message.facade.JmsMapMessageFacade
-
Sets an object value with the specified name into the Map.
- put(Object) - Method in interface org.apache.qpid.jms.message.facade.JmsStreamMessageFacade
-
Writes a new object value to the stream.
- put(String, Object) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMapMessageFacade
-
- put(Object) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsStreamMessageFacade
-
- sanitizeHostName(String) - Static method in class org.apache.qpid.jms.util.IdGenerator
-
- SaslMechanismFinder - Class in org.apache.qpid.jms.sasl
-
Used to find a SASL Mechanism that most closely matches the preferred set
of Mechanisms supported by the remote peer.
- SaslMechanismFinder() - Constructor for class org.apache.qpid.jms.sasl.SaslMechanismFinder
-
- schedule(Runnable, long) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
Allows a connection resource to schedule a task for future execution.
- schedule(Runnable, long) - Method in class org.apache.qpid.jms.provider.amqp.AmqpSession
-
Allows a session resource to schedule a task for future execution.
- scheduleRequestTimeout(AsyncResult, long, Exception) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
Allows a resource to request that its parent resource schedule a future
cancellation of a request and return it a
Future
instance that
can be used to cancel the scheduled automatic failure of the request.
- SCHEME - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- ScramSHA1Mechanism - Class in org.apache.qpid.jms.sasl
-
Implements the SASL Scram SHA1 authentication Mechanism.
- ScramSHA1Mechanism() - Constructor for class org.apache.qpid.jms.sasl.ScramSHA1Mechanism
-
- ScramSHA1MechanismFactory - Class in org.apache.qpid.jms.sasl
-
Create the Scram SHA1 SASL Authentication Mechanism type.
- ScramSHA1MechanismFactory() - Constructor for class org.apache.qpid.jms.sasl.ScramSHA1MechanismFactory
-
- ScramSHA256Mechanism - Class in org.apache.qpid.jms.sasl
-
Implements the SASL Scram SHA 256 authentication Mechanism.
- ScramSHA256Mechanism() - Constructor for class org.apache.qpid.jms.sasl.ScramSHA256Mechanism
-
- ScramSHA256MechanismFactory - Class in org.apache.qpid.jms.sasl
-
Create the Scram SHA256 SASL Authentication Mechanism types.
- ScramSHA256MechanismFactory() - Constructor for class org.apache.qpid.jms.sasl.ScramSHA256MechanismFactory
-
- SelectorParser - Class in org.apache.qpid.jms.selector
-
- SelectorParser() - Constructor for class org.apache.qpid.jms.selector.SelectorParser
-
- SelectorParserImpl - Class in org.apache.qpid.jms.selector.parser
-
JMS Selector Parser generated by JavaCC
Do not edit this .java file directly - it is generated from SelectorParserImpl.jj
Edit SelectorParserImpl.jj and rebuild with the 'generate-selector-parser' profile.
- SelectorParserImpl(InputStream) - Constructor for class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- SelectorParserImpl(InputStream, String) - Constructor for class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- SelectorParserImpl(Reader) - Constructor for class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- SelectorParserImpl(SelectorParserImplTokenManager) - Constructor for class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- SelectorParserImplConstants - Interface in org.apache.qpid.jms.selector.parser
-
Token literal values and constants.
- SelectorParserImplTokenManager - Class in org.apache.qpid.jms.selector.parser
-
Token Manager.
- SelectorParserImplTokenManager(SimpleCharStream) - Constructor for class org.apache.qpid.jms.selector.parser.SelectorParserImplTokenManager
-
- SelectorParserImplTokenManager(SimpleCharStream, int) - Constructor for class org.apache.qpid.jms.selector.parser.SelectorParserImplTokenManager
-
- send(JmsConnection, JmsOutboundMessageDispatch) - Method in class org.apache.qpid.jms.JmsLocalTransactionContext
-
- send(Message) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- send(Message, int, int, long) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- send(Destination, Message) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- send(Destination, Message, int, int, long) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- send(JmsConnection, JmsOutboundMessageDispatch) - Method in class org.apache.qpid.jms.JmsNoTxTransactionContext
-
- send(Queue, Message) - Method in class org.apache.qpid.jms.JmsQueueSender
-
- send(Queue, Message, int, int, long) - Method in class org.apache.qpid.jms.JmsQueueSender
-
- send(JmsMessageProducer, Destination, Message, int, int, long, boolean, boolean) - Method in class org.apache.qpid.jms.JmsSession
-
- send(JmsConnection, JmsOutboundMessageDispatch) - Method in interface org.apache.qpid.jms.JmsTransactionContext
-
Allows the context to intercept and perform any additional logic
prior to a message being sent on to the connection and subsequently
the remote peer.
- send(JmsOutboundMessageDispatch, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpAnonymousFallbackProducer
-
- send(JmsOutboundMessageDispatch, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpFixedProducer
-
- send(JmsOutboundMessageDispatch, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProducer
-
Sends the given message
- send(JmsOutboundMessageDispatch, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- send(JmsOutboundMessageDispatch, AsyncResult) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- send(JmsOutboundMessageDispatch, AsyncResult) - Method in interface org.apache.qpid.jms.provider.Provider
-
Sends the JmsMessage contained in the outbound dispatch envelope.
- send(JmsOutboundMessageDispatch, AsyncResult) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- send(ByteBuf) - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- send(ByteBuf) - Method in class org.apache.qpid.jms.transports.netty.NettyWsTransport
-
- send(ByteBuf) - Method in interface org.apache.qpid.jms.transports.Transport
-
Sends a chunk of data over the Transport connection.
- SEPARATOR - Static variable in class org.apache.qpid.jms.jndi.ReadOnlyContext
-
- SERIALIZED_JAVA_OBJECT_CONTENT_TYPE - Static variable in class org.apache.qpid.jms.provider.amqp.message.AmqpMessageSupport
-
Content type used to mark Data sections as containing a serialized java object.
- session - Variable in class org.apache.qpid.jms.JmsMessageConsumer
-
- session - Variable in class org.apache.qpid.jms.JmsMessageProducer
-
- session - Variable in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- session - Variable in class org.apache.qpid.jms.provider.amqp.AmqpProducer
-
- setAcknowledgeCallback(JmsAcknowledgeCallback) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setAcknowledgementMode(int) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setAcknowledgementMode(int) - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- setAckType(int) - Method in class org.apache.qpid.jms.JmsAcknowledgeCallback
-
Sets the acknowledgement type that will be used.
- setAll(int) - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
Sets the prefetch values for all options in this policy to the set limit.
- setAmqpTimeToLiveOverride(Long) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
Sets a value which will be used to override any ttl value that may otherwise be set
based on the expiration value when sending the underlying AMQP message.
- setAnonymousProducerCache(boolean) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- setAnonymousProducerCacheSize(int) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- setAnonymousRelaySupported(boolean) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnectionProperties
-
Sets if the connection supports sending to an anonymous relay link.
- setApplicationProperty(String, Object) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setAvailableListener(JmsMessageAvailableListener) - Method in interface org.apache.qpid.jms.JmsMessageAvailableConsumer
-
Sets the listener used to notify synchronous consumers that there is a message
available so that the MessageConsumer.receiveNoWait()
can be called.
- setAvailableListener(JmsMessageAvailableListener) - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- setBlackList(String) - Method in class org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy
-
Replaces the currently configured blackList with a comma separated
string containing the new blackList.
- setBoolean(String, boolean) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setBooleanProperty(String, boolean) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setBrowser(boolean) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setByte(String, byte) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setByteProperty(String, byte) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setBytes(String, byte[]) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setBytes(String, byte[], int, int) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setChannelMax(int) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- setChar(String, char) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setClientID(String) - Method in class org.apache.qpid.jms.JmsConnection
-
- setClientID(String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Sets the JMS clientID to use for connections created by this factory.
- setClientId(String) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setClientId(String) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setClientIdGenerator(IdGenerator) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setClientIDPrefix(String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Sets the prefix used by auto-generated JMS Client ID values which are used if the JMS
client does not explicitly specify one.
- setCloseTimeout(long) - Method in class org.apache.qpid.jms.JmsConnection
-
- setCloseTimeout(long) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Sets the close timeout used to control how long a Connection close will wait for
clean shutdown of the connection before giving up.
- setCloseTimeout(long) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setConfiguredURI(URI) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setConnectedURI(URI) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setConnection(JmsConnection) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setConnectionIdGenerator(IdGenerator) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setConnectionIDPrefix(String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Sets the prefix used by connection id generator.
- setConnectionOpenFailed(boolean) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnectionProperties
-
Sets the state of the connection open failed flag.
- setConnectTimeout(long) - Method in class org.apache.qpid.jms.JmsConnection
-
- setConnectTimeout(long) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Sets the timeout value used to control how long a client will wait for a successful
connection to the remote peer to be established before considering the attempt to
have failed.
- setConnectTimeout(long) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setConnectTimeout(int) - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- setConsumerId(JmsConsumerId) - Method in class org.apache.qpid.jms.message.JmsInboundMessageDispatch
-
- setContentType(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setContextProtocol(String) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
The protocol value to use when creating an SSLContext via
SSLContext.getInstance(protocol).
- setCorrelationId(String) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the correlation ID for this message.
- setCorrelationId(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setCorrelationIdBytes(byte[]) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the correlation ID of the message in raw byte form.
- setCorrelationIdBytes(byte[]) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setDebugStream(PrintStream) - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImplTokenManager
-
- setDefaultSslPort(int) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- setDefaultTcpPort(int) - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- setDeliveryCount(int) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the delivery count on the message.
- setDeliveryCount(int) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setDeliveryMode(int) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- setDeserializationPolicy(JmsDeserializationPolicy) - Method in class org.apache.qpid.jms.JmsConnection
-
- setDeserializationPolicy(JmsDeserializationPolicy) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Sets the JmsDeserializationPolicy that is applied when a new connection is created.
- setDeserializationPolicy(JmsDeserializationPolicy) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setDeserializationPolicy(JmsDeserializationPolicy) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setDeserializationPolicy(JmsDeserializationPolicy) - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- setDestination(JmsDestination) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the Destination that this message is being sent to.
- setDestination(JmsDestination) - Method in class org.apache.qpid.jms.message.JmsOutboundMessageDispatch
-
- setDestination(JmsDestination) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setDestination(JmsDestination) - Method in class org.apache.qpid.jms.meta.JmsProducerInfo
-
- setDestination(JmsDestination) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setDisabledCipherSuites(String[]) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- setDisabledProtocols(String[]) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
The protocols to be disable.
- setDisableMessageID(boolean) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- setDisableMessageTimestamp(boolean) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- setDispatchId(long) - Method in class org.apache.qpid.jms.message.JmsOutboundMessageDispatch
-
- setDouble(String, double) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setDoubleProperty(String, double) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setDrainTimeout(int) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
Sets the drain timeout (in milliseconds) after which a consumer will be
treated as having failed and will be closed due to unknown state of the
remote having not responded to the requested drain.
- setDurableTopicPrefetch(int) - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
Sets the durable topic prefetch value, this value is limited by the max
prefetch size setting.
- setEnabledCipherSuites(String[]) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- setEnabledProtocols(String[]) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
The protocols to be set as enabled.
- setEnqueueFirst(boolean) - Method in class org.apache.qpid.jms.message.JmsInboundMessageDispatch
-
- setExceptionListener(ExceptionListener) - Method in class org.apache.qpid.jms.JmsConnection
-
- setExceptionListener(ExceptionListener) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Sets the JMS ExceptionListener that will be set on all new Connection objects
created from this factory.
- setExpiration(long) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets an expiration time on this message.
- setExpiration(long) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setFloat(String, float) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setFloatProperty(String, float) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setForceAsyncAcks(boolean) - Method in class org.apache.qpid.jms.JmsConnection
-
- setForceAsyncAcks(boolean) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Should the message acknowledgments from a consumer be sent synchronously or
asynchronously.
- setForceAsyncAcks(boolean) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setForceAsyncSend(boolean) - Method in class org.apache.qpid.jms.JmsConnection
-
- setForceAsyncSend(boolean) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setForceAsyncSends(boolean) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setForceSyncSend(boolean) - Method in class org.apache.qpid.jms.JmsConnection
-
- setForceSyncSend(boolean) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Configures whether or not the client will always send messages synchronously or not
regardless of other factors that might result in an asynchronous send.
- setForceSyncSend(boolean) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setGroupId(String) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the Group ID to use for this message.
- setGroupId(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setGroupSequence(int) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the group sequence value for this message.
- setGroupSequence(int) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setIdleTimeout(int) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
Sets the idle timeout (in milliseconds) after which the connection will
be closed if the peer has not send any data.
- setInDoubt(boolean) - Method in class org.apache.qpid.jms.meta.JmsTransactionInfo
-
- setInitialReconnectDelay(long) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- setInt(String, int) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setIntProperty(String, int) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setJMSCorrelationID(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setJMSCorrelationIDAsBytes(byte[]) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setJMSDeliveryMode(int) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setJMSDestination(Destination) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setJMSExpiration(long) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setJMSMessageID(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setJMSPriority(int) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setJMSRedelivered(boolean) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setJMSReplyTo(Destination) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setJMSTimestamp(long) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setJMSType(String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setKeyAlias(String) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- setKeyStoreLocation(String) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
Sets the location on disk of the key store to use.
- setKeyStorePassword(String) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- setLastDeliveredSequenceId(long) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setLeft(Expression) - Method in class org.apache.qpid.jms.selector.filter.BinaryExpression
-
- setListener(JmsTransactionListener) - Method in class org.apache.qpid.jms.JmsLocalTransactionContext
-
- setListener(JmsTransactionListener) - Method in class org.apache.qpid.jms.JmsNoTxTransactionContext
-
- setListener(JmsTransactionListener) - Method in interface org.apache.qpid.jms.JmsTransactionContext
-
Sets the single JMS Transaction listener which will be notified of significant TX events
such as Commit or Rollback.
- setLocalMessageExpiry(boolean) - Method in class org.apache.qpid.jms.JmsConnection
-
- setLocalMessageExpiry(boolean) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Controls whether message expiration checking is done locally (in addition to any broker
side checks) in each MessageConsumer prior to dispatching a message.
- setLocalMessageExpiry(boolean) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setLocalMessageExpiry(boolean) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setLocalMessagePriority(boolean) - Method in class org.apache.qpid.jms.JmsConnection
-
- setLocalMessagePriority(boolean) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Enables client-side message priority support in MessageConsumer instances.
- setLocalMessagePriority(boolean) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setLong(String, long) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setLongProperty(String, long) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setMaxCacheSize(int) - Method in class org.apache.qpid.jms.util.LRUCache
-
- setMaxFrameSize(int) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
Sets the max frame size (in bytes).
- setMaxPoolSize(int) - Method in class org.apache.qpid.jms.provider.amqp.AmqpTransferTagGenerator
-
Sets the max tag pool size.
- setMaxPrefetchSize(int) - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
Sets the maximum prefetch size value.
- setMaxReconnectAttempts(int) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- setMaxReconnectDelay(long) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- setMaxRedeliveries(int) - Method in class org.apache.qpid.jms.policy.JmsDefaultRedeliveryPolicy
-
Configures the maximum number of time a message can be redelivered before it
will be rejected by this client.
- setMessage(JmsMessage) - Method in class org.apache.qpid.jms.message.JmsInboundMessageDispatch
-
- setMessage(JmsMessage) - Method in class org.apache.qpid.jms.message.JmsOutboundMessageDispatch
-
- setMessageId(String) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the message ID for this message.
- setMessageId(Object) - Method in class org.apache.qpid.jms.message.JmsInboundMessageDispatch
-
- setMessageId(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setMessageIDBuilder(JmsMessageIDBuilder) - Method in class org.apache.qpid.jms.policy.JmsDefaultMessageIDPolicy
-
- setMessageIDPolicy(JmsMessageIDPolicy) - Method in class org.apache.qpid.jms.JmsConnection
-
- setMessageIDPolicy(JmsMessageIDPolicy) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Sets the JmsMessageIDPolicy that is use to configure the JmsMessageIDBuilder
that is assigned to any new MessageProducer created from Connection instances
that this factory has created.
- setMessageIDPolicy(JmsMessageIDPolicy) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setMessageIDPolicy(JmsMessageIDPolicy) - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- setMessageIDType(String) - Method in class org.apache.qpid.jms.policy.JmsDefaultMessageIDPolicy
-
Sets the type of the Message IDs used to populate the outgoing Messages
- setMessageListener(MessageListener) - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- setMessageListener(MessageListener) - Method in class org.apache.qpid.jms.JmsSession
-
- setName(String) - Method in class org.apache.qpid.jms.JmsDestination
-
- setNoLocal(boolean) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setObject(Serializable) - Method in interface org.apache.qpid.jms.message.facade.JmsObjectMessageFacade
-
Stores the given object into the provider Message.
- setObject(String, Object) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setObject(Serializable) - Method in class org.apache.qpid.jms.message.JmsObjectMessage
-
- setObject(Serializable) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsObjectMessageFacade
-
- setObject(Serializable) - Method in interface org.apache.qpid.jms.provider.amqp.message.AmqpObjectTypeDelegate
-
Given a serializable instance, store the value into the AMQP message using
the strategy implemented by this delegate.
- setObject(Serializable) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpSerializedObjectDelegate
-
- setObject(Serializable) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpTypedObjectDelegate
-
- setObjectFactory(FactoryFinder.ObjectFactory) - Static method in class org.apache.qpid.jms.util.FactoryFinder
-
Sets the ObjectFactory instance to use when searching for the Factory class.
- setObjectMessageUsesAmqpTypes(boolean) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
Configures the body type used in ObjectMessage instances that are sent from
this connection.
- setObjectProperty(String, Object) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setPassword(String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setPassword(String) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setPassword(String) - Method in class org.apache.qpid.jms.sasl.AbstractMechanism
-
- setPassword(String) - Method in interface org.apache.qpid.jms.sasl.Mechanism
-
Sets the password value for this Mechanism.
- setPersistent(boolean) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the persistent flag on this message.
- setPersistent(boolean) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setPopulateJMSXUserID(boolean) - Method in class org.apache.qpid.jms.JmsConnection
-
- setPopulateJMSXUserID(boolean) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Controls whether message sent from the Connection will have the JMSXUserID message
property populated with the authenticated user ID of the Connection.
- setPopulateJMSXUserID(boolean) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setPrefetchPolicy(JmsPrefetchPolicy) - Method in class org.apache.qpid.jms.JmsConnection
-
- setPrefetchPolicy(JmsPrefetchPolicy) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setPrefetchPolicy(JmsPrefetchPolicy) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setPrefetchPolicy(JmsPrefetchPolicy) - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- setPrefetchSize(int) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setPresettle(boolean) - Method in class org.apache.qpid.jms.message.JmsOutboundMessageDispatch
-
- setPresettle(boolean) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setPresettle(boolean) - Method in class org.apache.qpid.jms.meta.JmsProducerInfo
-
Sets the presettle mode of the producer, when true the producer will be created
as a presettled producer and all messages it sends will be settled before dispatch.
- setPresettle(boolean) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- setPresettle(boolean) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProducer
-
Sets whether the producer will presettle all messages that it sends.
- setPresettleAll(boolean) - Method in class org.apache.qpid.jms.policy.JmsDefaultPresettlePolicy
-
Sets the presettle all sends option.
- setPresettleConsumers(boolean) - Method in class org.apache.qpid.jms.policy.JmsDefaultPresettlePolicy
-
The presettle all consumers value to apply.
- setPresettlePolicy(JmsPresettlePolicy) - Method in class org.apache.qpid.jms.JmsConnection
-
- setPresettlePolicy(JmsPresettlePolicy) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Sets the JmsPresettlePolicy that is applied to MessageProducers.
- setPresettlePolicy(JmsPresettlePolicy) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setPresettlePolicy(JmsPresettlePolicy) - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- setPresettleProducers(boolean) - Method in class org.apache.qpid.jms.policy.JmsDefaultPresettlePolicy
-
Sets the the presettle all sends option.
- setPresettleQueueConsumers(boolean) - Method in class org.apache.qpid.jms.policy.JmsDefaultPresettlePolicy
-
The presettle Queue consumers value to apply.
- setPresettleQueueProducers(boolean) - Method in class org.apache.qpid.jms.policy.JmsDefaultPresettlePolicy
-
Sets the presettle Queue sends option.
- setPresettleTopicConsumers(boolean) - Method in class org.apache.qpid.jms.policy.JmsDefaultPresettlePolicy
-
The presettle Topic consumers value to apply.
- setPresettleTopicProducers(boolean) - Method in class org.apache.qpid.jms.policy.JmsDefaultPresettlePolicy
-
Sets the presettle Topic sends option.
- setPresettleTransactedProducers(boolean) - Method in class org.apache.qpid.jms.policy.JmsDefaultPresettlePolicy
-
Sets the presettle in transactions option.
- setPriority(int) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- setPriority(int) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the message priority for this message using a JMS priority scoped value.
- setPriority(int) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setProducerId(JmsProducerId) - Method in class org.apache.qpid.jms.message.JmsOutboundMessageDispatch
-
- setProperties(Map<String, String>) - Method in class org.apache.qpid.jms.jndi.JNDIStorable
-
set the properties for this instance as retrieved from JNDI
- setProperties(Object, Map<String, String>) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Set properties on an object using the provided map.
- setProperties(Object, Properties) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Set properties on an object using the provided Properties object.
- setProperty(String, Object) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the message property value using the supplied key to identify the value
that should be set or updated.
- setProperty(JmsMessage, String, Object) - Static method in class org.apache.qpid.jms.message.JmsMessagePropertyIntercepter
-
Static set method that takes a property name and sets the value either via
a registered property set object or through the JmsMessageFacade setProperty
method.
- setProperty(String, Object) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setProperty(AmqpJmsMessageFacade, String, Object) - Static method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessagePropertyIntercepter
-
Static set method that takes a property name and sets the value either via
a registered property set object or through the AmqpJmsMessageFacade setProperty
method.
- setProperty(Object, String, Object) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Set a property named property on a given Object.
- setProviderContext(Object) - Method in class org.apache.qpid.jms.meta.JmsAbstractResourceId
-
- setProviderContext(Object) - Method in interface org.apache.qpid.jms.meta.JmsResourceId
-
Allows a Provider to embed a bit of Context for later use.
- setProviderHint(Object) - Method in class org.apache.qpid.jms.meta.JmsAbstractResourceId
-
- setProviderHint(Object) - Method in interface org.apache.qpid.jms.meta.JmsResourceId
-
Allows a Provider to embed a hint in this Id value for later use.
- setProviderListener(ProviderListener) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- setProviderListener(ProviderListener) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- setProviderListener(ProviderListener) - Method in interface org.apache.qpid.jms.provider.Provider
-
Sets the listener of events from this Provider instance.
- setProviderListener(ProviderListener) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- setProviderMessageIdObject(Object) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the underlying providers message ID object for this message, or
clears it if the provided value is null.
- setProviderMessageIdObject(Object) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setQueueBrowserPrefetch(int) - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
- setQueuePrefetch(int) - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
- setQueuePrefix(String) - Method in class org.apache.qpid.jms.JmsConnection
-
- setQueuePrefix(String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setQueuePrefix(String) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setQueuePrefix(String) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- setQueuePrefix(String) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnectionProperties
-
Sets the prefix value used to decorate Queue address values.
- setRandomize(boolean) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- setRandomize(boolean) - Method in class org.apache.qpid.jms.provider.failover.FailoverUriPool
-
Sets whether the URIs that are returned by this pool are returned in random
order or not.
- setReadOnlyBody(boolean) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setReadOnlyProperties(boolean) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setReceiveBufferSize(int) - Method in class org.apache.qpid.jms.transports.TransportOptions
-
Sets the receive buffer size in bytes, the value must be greater than zero
or an
IllegalArgumentException
will be thrown.
- setReceiveLocalOnly(boolean) - Method in class org.apache.qpid.jms.JmsConnection
-
- setReceiveLocalOnly(boolean) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Controls whether the client only checks its local message buffer when using
receive calls with a timeout, or will instead drain remaining credit from the
remote peer to ensure there are really no messages available if the
timeout expires before a message arrives in the consumers local buffer.
- setReceiveLocalOnly(boolean) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setReceiveNoWaitLocalOnly(boolean) - Method in class org.apache.qpid.jms.JmsConnection
-
- setReceiveNoWaitLocalOnly(boolean) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Controls whether the client only checks its local message buffer when using
receiveNoWait calls, or will instead drain remaining credit from the
remote peer synchronously to ensure there are really no messages available
that have yet to arrive in the consumers local buffer.
- setReceiveNoWaitLocalOnly(boolean) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setReconnectBackOffMultiplier(double) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- setReconnectDelay(long) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- setRedelivered(boolean) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Used to set the redelivered state of a message.
- setRedelivered(boolean) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setRedeliveryCount(int) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Used to update the message redelivery after a local redelivery of the Message
has been performed.
- setRedeliveryCount(int) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setRedeliveryPolicy(JmsRedeliveryPolicy) - Method in class org.apache.qpid.jms.JmsConnection
-
- setRedeliveryPolicy(JmsRedeliveryPolicy) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
Sets the JmsRedeliveryPolicy that is applied when a new connection is created.
- setRedeliveryPolicy(JmsRedeliveryPolicy) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setRedeliveryPolicy(JmsRedeliveryPolicy) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setRedeliveryPolicy(JmsRedeliveryPolicy) - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- setRemoteURI(String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setReplyTo(JmsDestination) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the Destination where replies to this Message are to be sent.
- setReplyTo(JmsDestination) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setReplyToAddressFromDestination(AmqpJmsMessageFacade, JmsDestination) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpDestinationHelper
-
- setReplyToGroupId(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setRequestTimeout(long) - Method in class org.apache.qpid.jms.JmsConnection
-
- setRequestTimeout(long) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setRequestTimeout(long) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setRight(Expression) - Method in class org.apache.qpid.jms.selector.filter.BinaryExpression
-
- setRight(Expression) - Method in class org.apache.qpid.jms.selector.filter.UnaryExpression
-
- setSaslLayer(boolean) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
Sets whether a sasl layer is used for the connection or not.
- setSaslMechanisms(String[]) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
Sets a selection of mechanisms to restrict the choice to, enabling only
a subset of the servers offered mechanisms to be selectable.
- setSelector(String) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setSendAcksAsync(boolean) - Method in class org.apache.qpid.jms.meta.JmsSessionInfo
-
- setSendAsync(boolean) - Method in class org.apache.qpid.jms.message.JmsOutboundMessageDispatch
-
- setSendBufferSize(int) - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- setSendTimeout(long) - Method in class org.apache.qpid.jms.JmsConnection
-
- setSendTimeout(long) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setSendTimeout(long) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setSessionOutgoingWindow(long) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
Sets the outgoing window size for the AMQP session.
- setShort(String, short) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setShortProperty(String, short) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setSoLinger(int) - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- setSoTimeout(int) - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- setStartupMaxReconnectAttempts(int) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- setStoreType(String) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- setString(String, String) - Method in class org.apache.qpid.jms.message.JmsMapMessage
-
- setStringProperty(String, String) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setSubscriptionName(String) - Method in class org.apache.qpid.jms.meta.JmsConsumerInfo
-
- setTabSize(int) - Method in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- setTcpKeepAlive(boolean) - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- setTcpNoDelay(boolean) - Method in class org.apache.qpid.jms.transports.TransportOptions
-
- setText(String) - Method in interface org.apache.qpid.jms.message.facade.JmsTextMessageFacade
-
Sets the new String payload of the wrapped message, or clears the old value
if the given value is null.
- setText(String) - Method in class org.apache.qpid.jms.message.JmsTextMessage
-
- setText(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsTextMessageFacade
-
- setTimestamp(long) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the timestamp value of this message.
- setTimestamp(long) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setTimeToLive(long) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- setToAddressFromDestination(AmqpJmsMessageFacade, JmsDestination) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpDestinationHelper
-
- setTopicPrefetch(int) - Method in class org.apache.qpid.jms.policy.JmsDefaultPrefetchPolicy
-
- setTopicPrefix(String) - Method in class org.apache.qpid.jms.JmsConnection
-
- setTopicPrefix(String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setTopicPrefix(String) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setTopicPrefix(String) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnection
-
- setTopicPrefix(String) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConnectionProperties
-
Sets the prefix value used to decorate Topic address values.
- setTraceBytes(boolean) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- setTraceFrames(boolean) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- setTrafficClass(int) - Method in class org.apache.qpid.jms.transports.TransportOptions
-
Sets the traffic class value used by the TCP connection, valid
range is between 0 and 255.
- setTransactionContext(JmsTransactionContext) - Method in class org.apache.qpid.jms.JmsSession
-
Sets the transaction context of the session.
- setTransportListener(TransportListener) - Method in class org.apache.qpid.jms.transports.netty.NettyTcpTransport
-
- setTransportListener(TransportListener) - Method in interface org.apache.qpid.jms.transports.Transport
-
Sets the Transport Listener instance that will be notified of incoming data or
error events.
- setTransportType(String) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProviderFactory
-
- setTrustAll(boolean) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- setTrustStoreLocation(String) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- setTrustStorePassword(String) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- setType(String) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the String value used to define the Message JMSType by the client.
- setType(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setUnresolvedDestinationHandler(JmsUnresolvedDestinationTransformer) - Static method in class org.apache.qpid.jms.message.JmsMessageTransformation
-
- setUseReconnectBackOff(boolean) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- setUserId(String) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the User ID for the connection that is being used to send this message.
- setUserId(String) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setUserIdBytes(byte[]) - Method in interface org.apache.qpid.jms.message.facade.JmsMessageFacade
-
Sets the user ID of the message in raw byte form.
- setUserIdBytes(byte[]) - Method in class org.apache.qpid.jms.provider.amqp.message.AmqpJmsMessageFacade
-
- setUsername(String) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setUsername(String) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setUsername(String) - Method in class org.apache.qpid.jms.sasl.AbstractMechanism
-
- setUsername(String) - Method in interface org.apache.qpid.jms.sasl.Mechanism
-
Sets the user name value for this Mechanism.
- setValidatePropertyNames(boolean) - Method in class org.apache.qpid.jms.JmsConnection
-
- setValidatePropertyNames(boolean) - Method in class org.apache.qpid.jms.JmsConnectionFactory
-
- setValidatePropertyNames(boolean) - Method in class org.apache.qpid.jms.message.JmsMessage
-
- setValidatePropertyNames(boolean) - Method in class org.apache.qpid.jms.meta.JmsConnectionInfo
-
- setVerifyHost(boolean) - Method in class org.apache.qpid.jms.transports.TransportSslOptions
-
- setVhost(String) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
Sets the hostname to be used in the AMQP SASL Init and Open frames.
- setWarnAfterReconnectAttempts(int) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
Sets the number of Connect / Reconnect attempts that must occur before a warn message
is logged indicating that the transport is not connected.
- setWhiteList(String) - Method in class org.apache.qpid.jms.policy.JmsDefaultDeserializationPolicy
-
Replaces the currently configured whiteList with a comma separated
string containing the new whiteList.
- SHA_1 - Static variable in class org.apache.qpid.jms.sasl.ScramSHA1Mechanism
-
- SHA_256 - Static variable in class org.apache.qpid.jms.sasl.ScramSHA256Mechanism
-
- shutdown() - Method in class org.apache.qpid.jms.JmsConnection
-
Called to free all Connection resources.
- shutdown(Exception) - Method in class org.apache.qpid.jms.JmsConnection
-
Called to free all Connection resources.
- shutdown() - Method in class org.apache.qpid.jms.JmsLocalTransactionContext
-
- shutdown() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
Called to release all producer resources without requiring a destroy request
to be sent to the remote peer.
- shutdown(Exception) - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- shutdown() - Method in class org.apache.qpid.jms.JmsMessageProducer
-
Called to release all producer resources without requiring a destroy request
to be sent to the remote peer.
- shutdown(Exception) - Method in class org.apache.qpid.jms.JmsMessageProducer
-
- shutdown() - Method in class org.apache.qpid.jms.JmsNoTxTransactionContext
-
- shutdown() - Method in class org.apache.qpid.jms.JmsSession
-
This method should terminate all Session resources and prepare for disposal of the
Session.
- shutdown(Exception) - Method in class org.apache.qpid.jms.JmsSession
-
- shutdown() - Method in interface org.apache.qpid.jms.JmsTransactionContext
-
Rolls back any work done in this transaction and releases any locks
currently held.
- shutdown(ExecutorService) - Static method in class org.apache.qpid.jms.util.ThreadPoolUtils
-
Shutdown the given executor service only (ie not graceful shutdown).
- shutdownGraceful(ExecutorService) - Static method in class org.apache.qpid.jms.util.ThreadPoolUtils
-
Shutdown the given executor service graceful at first, and then aggressively if the await
termination timeout was hit.
- shutdownGraceful(ExecutorService, long) - Static method in class org.apache.qpid.jms.util.ThreadPoolUtils
-
Shutdown the given executor service graceful at first, and then aggressively if the await
termination timeout was hit.
- shutdownNow(ExecutorService) - Static method in class org.apache.qpid.jms.util.ThreadPoolUtils
-
Shutdown now the given executor service aggressively.
- signalConnected() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider.CreateConnectionRequest
-
- SimpleCharStream - Class in org.apache.qpid.jms.selector.parser
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- SimpleCharStream(Reader) - Constructor for class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- SimpleCharStream(InputStream) - Constructor for class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
- size() - Method in class org.apache.qpid.jms.provider.failover.FailoverUriPool
-
- size() - Method in class org.apache.qpid.jms.util.FifoMessageQueue
-
- size() - Method in interface org.apache.qpid.jms.util.MessageQueue
-
Returns the number of Messages currently in the Queue.
- size() - Method in class org.apache.qpid.jms.util.PriorityMessageQueue
-
- SOLE_CONNECTION_CAPABILITY - Static variable in class org.apache.qpid.jms.provider.amqp.AmqpSupport
-
- specialToken - Variable in class org.apache.qpid.jms.selector.parser.Token
-
This field is used to access special tokens that occur prior to this token, but after the
immediately preceding regular (non-special) token.
- splitComponents(String) - Static method in class org.apache.qpid.jms.util.URISupport
-
Given the inner portion of a composite URI, split and return each inner URI as a string
element in a new String array.
- start() - Method in class org.apache.qpid.jms.JmsConnection
-
- start() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- start() - Method in class org.apache.qpid.jms.JmsSession
-
- start(AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
Starts the consumer by setting the link credit to the given prefetch value.
- start() - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- start(JmsResource, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- start() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- start(JmsResource, AsyncResult) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- start() - Method in interface org.apache.qpid.jms.provider.Provider
-
Starts the Provider.
- start(JmsResource, AsyncResult) - Method in interface org.apache.qpid.jms.provider.Provider
-
Starts the Provider version of the given JmsResource.
- start() - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- start(JmsResource, AsyncResult) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- start() - Method in class org.apache.qpid.jms.util.AbstractMessageQueue
-
- start() - Method in interface org.apache.qpid.jms.util.MessageQueue
-
Starts the Message Queue.
- started - Variable in class org.apache.qpid.jms.JmsMessageConsumer
-
- staticFlag - Static variable in class org.apache.qpid.jms.selector.parser.SimpleCharStream
-
Whether parser is static.
- stop() - Method in class org.apache.qpid.jms.JmsConnection
-
- stop() - Method in class org.apache.qpid.jms.JmsMessageConsumer
-
- stop() - Method in class org.apache.qpid.jms.JmsSession
-
- stop(AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
Stops the consumer, using all link credit and waiting for in-flight messages to arrive.
- stop(JmsResource, AsyncResult) - Method in class org.apache.qpid.jms.provider.amqp.AmqpProvider
-
- stop(JmsResource, AsyncResult) - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider
-
- stop(JmsResource, AsyncResult) - Method in interface org.apache.qpid.jms.provider.Provider
-
Stops (pauses) the Provider version of the given JmsResource, the resource would then
need to be started again via a call to start()
For some JMS Resources it is necessary or advantageous to have a stopped state that
can be triggered to stop the resource generating new events or messages.
- stop(JmsResource, AsyncResult) - Method in class org.apache.qpid.jms.provider.ProviderWrapper
-
- stop() - Method in class org.apache.qpid.jms.util.AbstractMessageQueue
-
- stop() - Method in interface org.apache.qpid.jms.util.MessageQueue
-
Stops the Message Queue.
- stop() - Method in class org.apache.qpid.jms.util.StopWatch
-
Stops the stop watch
- stopRequest - Variable in class org.apache.qpid.jms.provider.amqp.AmqpConsumer
-
- StopWatch - Class in org.apache.qpid.jms.util
-
A very simple stop watch.
- StopWatch() - Constructor for class org.apache.qpid.jms.util.StopWatch
-
Starts the stop watch
- StopWatch(boolean) - Constructor for class org.apache.qpid.jms.util.StopWatch
-
Creates the stop watch
- STRING_LITERAL - Static variable in interface org.apache.qpid.jms.selector.parser.SelectorParserImplConstants
-
RegularExpression Id.
- StringArrayConverter - Class in org.apache.qpid.jms.util
-
Class for converting to/from String[] to be used instead of a
PropertyEditor
which otherwise causes memory leaks as the
JDK
PropertyEditorManager
is a static class and has strong
references to classes, causing problems in hot-deployment environments.
- StringArrayConverter() - Constructor for class org.apache.qpid.jms.util.StringArrayConverter
-
- stringLitteral() - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImpl
-
- stripBefore(String, char) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Return a String up to and including character
- stripPrefix(String, String) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Return a String minus the given prefix.
- stripUpto(String, char) - Static method in class org.apache.qpid.jms.util.PropertyUtil
-
Return a portion of a String value by looking beyond the given
character.
- succeedsWhenOffline() - Method in class org.apache.qpid.jms.provider.failover.FailoverProvider.FailoverRequest
-
Should the request just succeed when the Provider is not connected.
- suspendedConnection - Variable in class org.apache.qpid.jms.JmsMessageConsumer
-
- SwitchTo(int) - Method in class org.apache.qpid.jms.selector.parser.SelectorParserImplTokenManager
-
- sync(long, TimeUnit) - Method in class org.apache.qpid.jms.provider.ProviderFuture
-
Timed wait for a response to a Provider operation.
- sync() - Method in class org.apache.qpid.jms.provider.ProviderFuture
-
Waits for a response to some Provider requested operation.