A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages

A

A3_SERVERS_XML - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
abort() - Method in class org.objectweb.joram.client.jms.admin.AdminRequestor
Aborts the running request.
AbortedRequestException - Exception in org.objectweb.joram.client.jms.connection
 
AbortedRequestException() - Constructor for exception org.objectweb.joram.client.jms.connection.AbortedRequestException
 
abortReply(AbstractJmsReply) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
abortRequest() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
 
abortRequest() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
 
abortRequest() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
 
abortRequest() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
abortRequest() - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
abortRequest(int) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
Not synchronized because it would possibly deadlock with some reply listeners (actually requestors).
AbstractConnectionFactory - Class in org.objectweb.joram.client.jms.admin
Implements the javax.jms.ConnectionFactory interface.
AbstractConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Constructs an empty ConnectionFactory.
AbstractConnectionFactory(String) - Constructor for class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Constructs a ConnectionFactory dedicated to a given server.
AbstractConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Constructs a ConnectionFactory dedicated to a given server.
ack(String, int) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
ackCount - Variable in class org.objectweb.joram.client.jms.admin.Subscription
Number of pending acks for this subscription.
acknowledge() - Method in class org.objectweb.joram.client.jms.JMSContext
 
acknowledge() - Method in class org.objectweb.joram.client.jms.Message
API method.
acknowledge() - Method in class org.objectweb.joram.client.jms.Session
Method acknowledging the received messages.
acknowledge() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
acknowledge(int) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
acknowledge(Destination, String) - Method in class org.objectweb.joram.client.jms.Session
Method acknowledging one received message.
acknowledgeMode - Variable in class org.objectweb.joram.client.jms.Session
The acknowledgement mode of the session.
ackPendingMessages(long) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
AckTimerTask() - Constructor for class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.AckTimerTask
 
ACQUISITION_QUEUE - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the implementation class for a Queue allowing to collect data from external sources.
ACQUISITION_TOPIC - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the implementation class for a Topic allowing to collect data from external sources.
acquisitionPeriod - Variable in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
activate() - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
activated - Variable in class org.objectweb.joram.client.jms.local.LocalConnections
If true, creation of new connections is available.
activateListener(Message, MessageListener, int) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
activateMessageInput() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
Activate the subscription server side.
Activator - Class in org.objectweb.joram.client.osgi
 
Activator() - Constructor for class org.objectweb.joram.client.osgi.Activator
 
addAMQPBridgeConnection(int, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Adds an AMQP server and starts a live connection with it, accessible via the url provided.
addAMQPBridgeConnection(int, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Adds an AMQP server and starts a live connection with it, accessible via the url provided.
addAMQPBridgeConnection(int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Adds an AMQP server and starts a live connection with it, accessible via the url provided.
addAMQPBridgeConnection(int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
addClientIDToProxy(String) - Method in class org.objectweb.joram.client.jms.Connection
 
addClusteredQueue(Queue) - Method in class org.objectweb.joram.client.jms.Queue
Adds a queue into the cluster this queue belongs to.
addClusteredTopic(Topic) - Method in class org.objectweb.joram.client.jms.Topic
Adds a topic into the cluster this topic belongs to.
addCompletionListener(CompletionListener, Message) - Method in class org.objectweb.joram.client.jms.connection.CompletionListener
 
addConnectionFactory(String, ConnectionFactory) - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
Adds a connection factory to the cluster with the specified location key.
addConnectionFactory(ConnectionFactory) - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
Adds a connection factory to the cluster.
addConsumer(MessageConsumer) - Method in class org.objectweb.joram.client.jms.Session
Called here and by sub-classes.
addDeliveries(Hashtable) - Method in class org.objectweb.joram.client.jms.XAContext
Adds new deliveries occured within the resumed transaction.
addDestination(String, Destination) - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
Adds a destination to the cluster with the specified location key.
addDestination(Destination) - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
Adds a destination to the cluster.
addDomain(String, int, int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Adds a domain to the platform.
addDomain(String, int, int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Adds a domain to the platform.
addDomain(String, int, int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Adds a domain to the platform.
addDomain(String, int, int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Adds a domain to the platform.
addDomain(String, int, int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Adds a domain to the platform.
addDomain(String, String, int, int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Adds a domain to the platform using a specific network component.
addDomain(String, String, int, int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Adds a domain to the platform using a specific network component.
addDomain(String, String, int, int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Adds a domain to the platform using a specific network component.
addDomain(String, String, int, int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Adds a domain to the platform using a specific network component.
addDomain(String, String, int, int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Adds a domain to the platform using a specific network component.
addId(String) - Method in class org.objectweb.joram.client.jms.MessageAcks
Adds a message identifier.
addIds(Vector<String>) - Method in class org.objectweb.joram.client.jms.MessageAcks
Adds a vector of message identifiers.
addInInterceptor(String) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
addInterceptor(String, List<MessageInterceptor>) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
addInterceptor(String, Properties) - Method in class org.objectweb.joram.client.jms.Destination
Administration method add interceptor.
addInterceptorIN(String, Properties) - Method in class org.objectweb.joram.client.jms.admin.User
Add interceptor
addInterceptorOUT(String, Properties) - Method in class org.objectweb.joram.client.jms.admin.User
Add interceptor
addInterceptors(String) - Method in class org.objectweb.joram.client.jms.Destination
Administration method add interceptors.
addInterceptors(String) - Method in interface org.objectweb.joram.client.jms.DestinationMBean
add interceptors
addInterceptorsIN(String) - Method in class org.objectweb.joram.client.jms.admin.User
Add interceptors
addInterceptorsIN(String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
add interceptors
addInterceptorsOUT(String) - Method in class org.objectweb.joram.client.jms.admin.User
Add interceptors
addInterceptorsOUT(String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
add interceptors
addJMSBridgeConnection(int, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Adds a JMS server and starts a live connection with it, accessible via the url provided.
addJMSBridgeConnection(int, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Adds a JMS server and starts a live connection with it, accessible via the url provided.
addJMSBridgeConnection(int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Adds a JMS server and starts a live connection with it, accessible via the url provided.
addJMSBridgeConnection(int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
addLocalConnection(LocalRequestChannel) - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
addMessageListener(MessageListener) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
addMessageListener(MessageConsumerListener, boolean) - Method in class org.objectweb.joram.client.jms.Session
Called by MessageConsumer
addOutInterceptor(String) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
addPendingMessage(ReliableTcpConnection.TcpMessage) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
addProducer(MessageProducer) - Method in class org.objectweb.joram.client.jms.Session
Called here and by sub-classes.
addReader(String) - Method in class org.objectweb.joram.client.jms.Destination
Administration method setting a given user as a reader on this destination.
addReader(String) - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Administration method setting a given user as a reader on this destination.
addRemoteDestination(String) - Method in class org.objectweb.joram.client.jms.Queue
Adds a destination to an alias queue's destinations' list.
addRemoteDestination(Queue) - Method in class org.objectweb.joram.client.jms.Queue
Adds a destination to an alias queue's destinations' list.
addresses - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
addSendings(Hashtable) - Method in class org.objectweb.joram.client.jms.XAContext
Adds new sendings performed by the resumed transaction.
addServer(int, String, String, int, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Adds a server to the platform.
addServer(int, String, String, int, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Adds a server to the platform.
addServer(int, String, String, int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Adds a server to the platform.
addServer(int, String, String, int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Adds a server to the platform.
addServer(int, String, String, int, String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Adds a server to the platform.
addServer(int, String, String, int, String, String[], String[]) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Adds a server to the platform.
addServer(int, String, String, int, String, String[], String[]) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Adds a server to the platform.
addServer(int, String, String, int, String, String[], String[]) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Adds a server to the platform.
addServer(int, String, String, int, String, String[], String[]) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
addServerAddress(String, int) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
addSession(Session) - Method in class org.objectweb.joram.client.jms.Connection
Called here and by sub-classes.
addWriter(String) - Method in class org.objectweb.joram.client.jms.Destination
Administration method setting a given user as a writer on this destination.
addWriter(String) - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Administration method setting a given user as a writer on this destination.
ADM_NAME_PROPERTY - Static variable in class org.objectweb.joram.client.jms.admin.AdminModule
 
ADM_NAME_PROPERTY - Static variable in class org.objectweb.joram.client.jms.admin.AdminWrapper
 
ADMIN_HOST_NAME - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
ADMIN_PORT - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
ADMIN_XML_PATH - Static variable in class org.objectweb.joram.client.osgi.Activator
 
adminConnect() - Static method in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
AdminException - Exception in org.objectweb.joram.client.jms.admin
An AdminException is an exception thrown by an administration method.
AdminException(String) - Constructor for exception org.objectweb.joram.client.jms.admin.AdminException
Constructs an AdminException instance.
AdminHelper - Class in org.objectweb.joram.client.jms.admin
Deprecated. 
AdminHelper() - Constructor for class org.objectweb.joram.client.jms.admin.AdminHelper
Deprecated.
 
AdministeredObject - Class in org.objectweb.joram.client.jms.admin
The AdministeredObject class is the parent class of all JORAM administered objects.
AdministeredObject() - Constructor for class org.objectweb.joram.client.jms.admin.AdministeredObject
 
AdminItf - Interface in org.objectweb.joram.client.jms.admin
The AdminItf interface defines the set of methods needed for administration and monitoring of the Joram platform.
AdminMessage - Class in org.objectweb.joram.client.jms.admin
The class AdminMessage allows to send and receive administration messages.
AdminMessage() - Constructor for class org.objectweb.joram.client.jms.admin.AdminMessage
Instantiates a bright new AdminMessage.
AdminMessage(Session, Message) - Constructor for class org.objectweb.joram.client.jms.admin.AdminMessage
Instantiates an AdminMessage wrapping a consumed MOM message containing a Admin message.
AdminModule - Class in org.objectweb.joram.client.jms.admin
The AdminModule class allows to set an administrator connection to a given JORAM server, and provides administration and monitoring methods at a server/platform level.
AdminModule() - Constructor for class org.objectweb.joram.client.jms.admin.AdminModule
 
adminName - Variable in class org.objectweb.joram.client.jms.Destination
Symbolic name given by the administrator.
AdminRequestor - Class in org.objectweb.joram.client.jms.admin
The AdminRequestor class allows making administration service requests.
AdminRequestor(Connection) - Constructor for class org.objectweb.joram.client.jms.admin.AdminRequestor
Constructor for the AdminRequestor class.
AdminWrapper - Class in org.objectweb.joram.client.jms.admin
The AdminWrapper class allows to set an administrator connection to a given JORAM server, and provides administration and monitoring methods at a server/platform level.
AdminWrapper(Connection) - Constructor for class org.objectweb.joram.client.jms.admin.AdminWrapper
Creates an administration wrapper for a Joram server.
agentId - Variable in class org.objectweb.joram.client.jms.Destination
Identifier of the agent destination.
ALIAS_QUEUE - Static variable in class org.objectweb.joram.client.jms.Destination
 
alloc(String, String) - Method in class org.objectweb.joram.client.jms.pool.ConnectionPool
Allocates a Connection for the specified identity.
allocatedcnx - Variable in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
 
AMQPAcquisition - Static variable in class org.objectweb.joram.client.jms.admin.AMQPAcquisitionQueue
Class name of handler allowing to acquire messages to a foreign AMQP provider.
AMQPAcquisition - Static variable in class org.objectweb.joram.client.jms.admin.AMQPAcquisitionTopic
Class name of handler allowing to acquire messages to a foreign AMQP provider.
AMQPAcquisitionQueue - Class in org.objectweb.joram.client.jms.admin
The AMQPAcquisitionQueue class allows administrators to create AMQP acquisition queues (AMQP bridge in).
AMQPAcquisitionQueue() - Constructor for class org.objectweb.joram.client.jms.admin.AMQPAcquisitionQueue
 
AMQPAcquisitionTopic - Class in org.objectweb.joram.client.jms.admin
The AMQPAcquisitionTopic class allows administrators to create AMQP acquisition topics (AMQP bridge in).
AMQPAcquisitionTopic() - Constructor for class org.objectweb.joram.client.jms.admin.AMQPAcquisitionTopic
 
AMQPDistribution - Static variable in class org.objectweb.joram.client.jms.admin.AMQPDistributionQueue
Class name of handler allowing to distribute messages to a foreign AMQP provider.
AMQPDistribution - Static variable in class org.objectweb.joram.client.jms.admin.AMQPDistributionTopic
Class name of handler allowing to distribute messages to a foreign AMQP provider.
AMQPDistributionQueue - Class in org.objectweb.joram.client.jms.admin
The AMQPDistributionQueue class allows administrators to create AMQP distribution queues (AMQP bridge out).
AMQPDistributionQueue() - Constructor for class org.objectweb.joram.client.jms.admin.AMQPDistributionQueue
 
AMQPDistributionTopic - Class in org.objectweb.joram.client.jms.admin
The AMQPDistributionTopic class allows administrators to create AMQP distribution topics (AMQP bridge out).
AMQPDistributionTopic() - Constructor for class org.objectweb.joram.client.jms.admin.AMQPDistributionTopic
 
APP_SERVER - Static variable in class org.objectweb.joram.client.jms.Session.SessionMode
The session is used by an application server.
async - Variable in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
asyncSend - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Determines whether the persistent produced messages are asynchronously sent (without acknowledge) or not.
asyncSend - Variable in class org.objectweb.joram.client.jms.Session
Indicates whether the messages produced are asynchronously sent or not (without or with acknowledgment).
asyncSub - Variable in class org.objectweb.joram.client.jms.Session
Indicates whether the subscription requests are asynchronously handled or not.
AtomicCounter(String) - Constructor for class org.objectweb.joram.client.jms.Connection.AtomicCounter
 
ATT_CLASSNAME - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for className attribute
ATT_CNXTIMER - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for cnxTimer attribute
ATT_DMQ - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for dead message queue attribute
ATT_FOREIGN - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ATT_HOST - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for host attribute
ATT_IDENTITYCLASS - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for identity class attribute
ATT_LOCATION - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for location attribute
ATT_LOGIN - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for login attribute
ATT_NAME - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for name attribute
ATT_NBMAXMSG - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for nbMaxMsg attribute
ATT_PARENT - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for parent attribute
ATT_PASSWORD - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for password attribute
ATT_PORT - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for port attribute
ATT_RELIABLECLASS - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for reliableClass attribute
ATT_SERVERID - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for serverId attribute
ATT_SYNCEXCONFULLDEST - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for syncExceptionOnFull attribute
ATT_THRESHOLD - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for threshold attribute
ATT_TIMEOUT - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for timeout attribute
ATT_TYPE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for type attribute
ATT_URL - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for url attribute
ATT_URLS - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for urls attribute
ATT_USER - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for user attribute
ATT_VALUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for value attribute
autoAck - Variable in class org.objectweb.joram.client.jms.Session
true if the session's acknowledgements are automatic.
autoStart - Variable in class org.objectweb.joram.client.jms.ContextConnection
 
available - Variable in class org.objectweb.joram.client.jms.StreamMessage
 

B

BASE_DIR_PATH - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
baseDir - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
baseDirPath - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
batch - Variable in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
bis - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
BOOLEAN - Static variable in class org.objectweb.joram.client.jms.StreamMessage
 
branchQualifier - Variable in class org.objectweb.joram.client.jms.XidImpl
 
browsers - Variable in class org.objectweb.joram.client.jms.Session
Vector of queue browsers.
buildJmsException(MomExceptionReply) - Static method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
Converts a MomExceptionReply to the corresponding JMSException.
BYTE - Static variable in class org.objectweb.joram.client.jms.StreamMessage
 
BYTES - Static variable in class org.objectweb.joram.client.jms.StreamMessage
 
BytesMessage - Class in org.objectweb.joram.client.jms
Implements the javax.jms.BytesMessage interface.
BytesMessage() - Constructor for class org.objectweb.joram.client.jms.BytesMessage
Instantiates a bright new BytesMessage.
BytesMessage(Session, Message) - Constructor for class org.objectweb.joram.client.jms.BytesMessage
Instantiates a BytesMessage wrapping a consumed MOM message containing a bytes array.

C

cache - Variable in class org.objectweb.joram.client.jms.pool.ConnectionPool
Map containing the lists of connections for each identity
cancelTimer() - Static method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
cconsumers - Variable in class org.objectweb.joram.client.jms.Connection
Vector of the connection's consumers.
cf - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
cf - Variable in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
The underlying ConnectionFactory
cfs - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Contains ConnectionFactory defined in the current script
channel - Variable in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
The related RequestChannel.
channel - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
CHAR - Static variable in class org.objectweb.joram.client.jms.StreamMessage
 
check() - Method in class org.objectweb.joram.client.jms.Destination
Check the destination identifier.
checkClientID() - Method in class org.objectweb.joram.client.jms.Session
 
checkCLMessageProducer(MessageProducer) - Method in class org.objectweb.joram.client.jms.Session
 
checkCLMessageProducer(Session, MessageProducer) - Method in class org.objectweb.joram.client.jms.Connection
 
checkCLMessageProducer(Session, MessageProducer) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
checkClosed() - Method in class org.objectweb.joram.client.jms.Connection
Checks if the connection is closed.
checkClosed() - Method in class org.objectweb.joram.client.jms.MessageConsumer
 
checkClosed() - Method in class org.objectweb.joram.client.jms.Session
Checks if the session is closed.
checkCLSession(Session) - Method in class org.objectweb.joram.client.jms.Connection
 
checkCLSession(Session) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
checkConsumers(String) - Method in class org.objectweb.joram.client.jms.Connection
Called by temporary destinations deletion.
checkConsumers(String) - Method in class org.objectweb.joram.client.jms.Session
Called by Connection (i.e. temporary destinations deletion)
checkDemultiplexerDaemon() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
checkId(String) - Static method in class org.objectweb.joram.client.jms.Destination
Check the specified destination identifier.
checkIdentifier(String) - Method in class org.objectweb.joram.client.jms.Message
 
checkPeriod - Variable in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
checkSessionMode(int) - Method in class org.objectweb.joram.client.jms.Session
Checks the session mode.
checkSessionThread() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
checkSessionThread() - Method in class org.objectweb.joram.client.jms.MultiSessionConsumer
 
checkSessionThread() - Method in class org.objectweb.joram.client.jms.SingleSessionConsumer
 
checkShared(Topic, String, String) - Method in class org.objectweb.joram.client.jms.Session
 
checkThread() - Method in class org.objectweb.joram.client.jms.Connection
 
checkThread() - Method in class org.objectweb.joram.client.jms.Session
 
checkThreadOfControl() - Method in class org.objectweb.joram.client.jms.Session
Checks if the calling thread is the thread of control.
className - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
cleanup() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
Aborts all running requests.
cleanup(boolean) - Method in class org.objectweb.joram.client.jms.Connection
Used by OutboundConnection in the connector layer.
clear() - Method in class org.objectweb.joram.client.jms.Queue
 
clear() - Method in interface org.objectweb.joram.client.jms.QueueMBean
 
clearBody() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
clearBody() - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
clearBody() - Method in class org.objectweb.joram.client.jms.Message
API method.
clearBody() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
clearProperties() - Method in class org.objectweb.joram.client.jms.JMSProducer
 
clearProperties() - Method in class org.objectweb.joram.client.jms.Message
API method.
clearSubscription(String) - Method in class org.objectweb.joram.client.jms.admin.User
 
clearSubscription(String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
 
clientID - Variable in class org.objectweb.joram.client.jms.Connection
Client's identifier.
clientID - Variable in class org.objectweb.joram.client.jms.FactoryParameters
The clientID used by connection
CLOCK_SYNCHRO_THRESHOLD - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
Name of the property allowing to change the threshold of warning for the verification of the synchronization between the client and server clock.
clockSynchroThreshold - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
Value of the threshold of warning for the verification of the synchronization between the client and server clock.
clone() - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
close() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Closes the underlying requestor.
close() - Method in class org.objectweb.joram.client.jms.admin.AdminRequestor
Closes the AdminRequestor and its session.
close() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Closes the underlying requestor.
close() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
close() - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
close() - Method in class org.objectweb.joram.client.jms.Connection
API method for closing the connection; even if the connection appears to be broken, closes the sessions.
close() - Method in class org.objectweb.joram.client.jms.Connection.Closer
 
close() - Method in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
 
close() - Method in interface org.objectweb.joram.client.jms.connection.RequestChannel
 
close() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
Not synchronized because it would possibly deadlock with some reply listeners (actually requestors).
close() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.DemultiplexerDaemon
 
close() - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
close() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
close() - Method in class org.objectweb.joram.client.jms.ContextConnection
 
close() - Method in class org.objectweb.joram.client.jms.JMSConsumer
API method
close() - Method in class org.objectweb.joram.client.jms.JMSContext
API method.
close() - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
close() - Method in interface org.objectweb.joram.client.jms.local.LocalRequestChannelMBean
Closes the connection and unregisters the MBean.
close() - Method in class org.objectweb.joram.client.jms.MessageConsumer
API method.
close() - Method in class org.objectweb.joram.client.jms.MessageConsumer.Closer
 
close() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
Called by Session.
close() - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
close() - Method in class org.objectweb.joram.client.jms.MultiSessionConsumer
 
close() - Method in class org.objectweb.joram.client.jms.MultiSessionConsumer.MessageDispatcher
 
close() - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
Close the pooled connection, depending of the pool state this can results in the real closing of the connection of the inserting in the pool of idle connections.
close() - Method in class org.objectweb.joram.client.jms.QueueBrowser
API method.
close() - Method in class org.objectweb.joram.client.jms.Session
API method.
close() - Method in class org.objectweb.joram.client.jms.Session.Closer
 
close() - Method in class org.objectweb.joram.client.jms.Session.SessionDaemon
 
close() - Method in interface org.objectweb.joram.client.jms.SessionMBean
Closes the session.
close() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
close() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
close() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.Reader
 
close() - Method in class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
Closes the TCP connection.
close() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
close() - Method in class org.objectweb.joram.client.jms.XASession
API method.
CLOSE - Static variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.Status
 
CLOSE - Static variable in class org.objectweb.joram.client.jms.connection.Requestor.Status
 
CLOSE - Static variable in class org.objectweb.joram.client.jms.Connection.Status
Status of the connection when it is closed.
CLOSE - Static variable in class org.objectweb.joram.client.jms.MessageConsumer.Status
Status of the message consumer when it is closed.
CLOSE - Static variable in class org.objectweb.joram.client.jms.MessageConsumerListener.Status
 
CLOSE - Static variable in class org.objectweb.joram.client.jms.Session.Status
Status of the connection when it is closed.
CLOSE - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
closeAllConnections() - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
closeBrowser(QueueBrowser) - Method in class org.objectweb.joram.client.jms.Session
Called by Queue browser.
closeConnectionConsumer(MultiSessionConsumer) - Method in class org.objectweb.joram.client.jms.Connection
Called by MultiSessionConsumer.
closeConsumer(MessageConsumer) - Method in class org.objectweb.joram.client.jms.Session
Called by MessageConsumer.
closed - Variable in class org.objectweb.joram.client.jms.JMSContext
Allows to prevent exception if the context is closed more than on time.
closed - Variable in class org.objectweb.joram.client.jms.MessageProducer
true if the producer is closed.
closed - Variable in class org.objectweb.joram.client.jms.QueueBrowser
true if the browser is closed.
closeMessageConsumer(String) - Method in class org.objectweb.joram.client.jms.Connection
 
closeProducer(MessageProducer) - Method in class org.objectweb.joram.client.jms.Session
Called by MessageProducer.
closer - Variable in class org.objectweb.joram.client.jms.Connection
Used to synchronize the method close()
closer - Variable in class org.objectweb.joram.client.jms.MessageConsumer
Used to synchronize the method close()
closer - Variable in class org.objectweb.joram.client.jms.Session
Used to synchronize the method close()
Closer() - Constructor for class org.objectweb.joram.client.jms.Connection.Closer
 
Closer() - Constructor for class org.objectweb.joram.client.jms.MessageConsumer.Closer
 
Closer() - Constructor for class org.objectweb.joram.client.jms.Session.Closer
 
Closer(Exception) - Constructor for class org.objectweb.joram.client.jms.connection.RequestMultiplexer.Closer
 
closeSession(Session) - Method in class org.objectweb.joram.client.jms.Connection
Called by Session.
closing() - Method in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
 
closing() - Method in interface org.objectweb.joram.client.jms.connection.RequestChannel
 
closing() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
closing() - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
closing() - Method in class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
 
closingTask - Variable in class org.objectweb.joram.client.jms.Session
Task for closing the session if it becomes pending.
cluster - Variable in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
 
cluster - Variable in class org.objectweb.joram.client.jms.admin.ClusterDestination
 
cluster - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Temporary set of cluster's elements
CLUSTER_QUEUE - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the implementation class for a clustered Queue.
ClusterConnectionFactory - Class in org.objectweb.joram.client.jms.admin
A base class for clustered connection factories.
ClusterConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
Constructs an empty clustered connection factory.
ClusterDestination - Class in org.objectweb.joram.client.jms.admin
A base class for clustered destinations.
ClusterDestination() - Constructor for class org.objectweb.joram.client.jms.admin.ClusterDestination
Constructs an empty clustered destination.
ClusterDestination(Hashtable<String, Destination>) - Constructor for class org.objectweb.joram.client.jms.admin.ClusterDestination
Constructs a cluster destination.
ClusterQueue - Class in org.objectweb.joram.client.jms.admin
Clustered queue.
ClusterQueue() - Constructor for class org.objectweb.joram.client.jms.admin.ClusterQueue
Constructs an empty cluster queue.
ClusterQueue(Hashtable) - Constructor for class org.objectweb.joram.client.jms.admin.ClusterQueue
Constructs a cluster queue.
ClusterTopic - Class in org.objectweb.joram.client.jms.admin
Clustered topic.
ClusterTopic() - Constructor for class org.objectweb.joram.client.jms.admin.ClusterTopic
Constructs an empty cluster topic.
ClusterTopic(Hashtable) - Constructor for class org.objectweb.joram.client.jms.admin.ClusterTopic
Constructs a cluster topic.
cnx - Static variable in class org.objectweb.joram.client.jms.admin.AdminModule
The connection used to link the administrator and the platform.
cnx - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
cnx - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
cnx - Variable in class org.objectweb.joram.client.jms.MultiSessionConsumer
 
cnx - Variable in class org.objectweb.joram.client.jms.Session
The connection the session belongs to.
cnx - Variable in class org.objectweb.joram.client.jms.TemporaryQueue
The connection the queue belongs to, null if not known.
cnx - Variable in class org.objectweb.joram.client.jms.TemporaryTopic
The connection the topic belongs to, null if not known.
cnx - Variable in class org.objectweb.joram.client.jms.XAResourceMngr
The connection this manager belongs to.
cnxJMXBeanBaseName - Variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
 
cnxPendingTimer - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Period in milliseconds between two ping requests sent by the client connection to the server; if the server does not receive any ping request during approximatively more than 3* cnxPendingTimer, the connection is considered as dead and processed as required.
cnxTimer - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
code(Hashtable<String, Object>, String) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
CollectorQueue - Class in org.objectweb.joram.client.jms.admin
The CollectorQueue class allows administrators to create JMS collector queues.
CollectorQueue() - Constructor for class org.objectweb.joram.client.jms.admin.CollectorQueue
 
CollectorTopic - Class in org.objectweb.joram.client.jms.admin
The CollectorTopic class allows administrators to create JMS collector topics (JMS bridge in).
CollectorTopic() - Constructor for class org.objectweb.joram.client.jms.admin.CollectorTopic
 
collocatedConnect() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Opens a connection with the collocated Joram server.
collocatedConnect(String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Opens a connection with the collocated JORAM server.
collocatedConnect(String, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
commit() - Method in class org.objectweb.joram.client.jms.JMSContext
 
commit() - Method in class org.objectweb.joram.client.jms.Session
API method.
commit() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
commit() - Method in class org.objectweb.joram.client.jms.XASession
API method inherited from session, but intercepted here for forbidding its use in the XA context (as defined by the API).
commit(Xid) - Method in class org.objectweb.joram.client.jms.XAResourceMngr
Notifies the RM that a transaction is commited.
commit(Xid, boolean) - Method in class org.objectweb.joram.client.jms.XAResource
Commits the resource.
completionListener - Variable in class org.objectweb.joram.client.jms.JMSProducer
 
CompletionListener - Class in org.objectweb.joram.client.jms.connection
 
CompletionListener(Session, MessageProducer) - Constructor for class org.objectweb.joram.client.jms.connection.CompletionListener
 
completionListeners - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
compressedMinSize - Variable in class org.objectweb.joram.client.jms.FactoryParameters
This attribute defines the minimum size beyond which the message body is compressed.
compressedMinSize - Variable in class org.objectweb.joram.client.jms.Session
If a message body is upper than the compressedMinSize, this message body is compressed.
compressionLevel - Variable in class org.objectweb.joram.client.jms.FactoryParameters
This attribute defines the compression level (0-9) used when the message body is compressed.
compressionLevel - Variable in class org.objectweb.joram.client.jms.Session
the compression level (0-9)
conf - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Working attribute used during configuration's
configureConnectionFactory(AbstractConnectionFactory) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
configureDestination(Destination) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
connect() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Opens a TCP connection with the Joram server running on the default "localhost" host and listening to the default 16010 port.
connect() - Method in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
 
connect() - Method in interface org.objectweb.joram.client.jms.connection.RequestChannel
 
connect() - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
connect() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
connect() - Method in class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
 
connect(boolean) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
connect(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdminConnect
Creates an administration connection with default parameters, a JoramAdmin MBean is created and registered in the given domain.
connect(String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminConnectMBean
Creates an administration connection with default parameters, a JoramAdmin MBean is created and registered in the given domain.
connect(String, int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Opens a TCP connection with the Joram server running on a given host and listening to a given port.
connect(String, int, String, String, int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
connect(String, int, String, String, int, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
connect(String, int, String, String, int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
connect(String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Opens a TCP connection with the Joram server running on the default "localhost" host and listening to the default 16010 port.
connect(String, String, int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
connect(String, String, int, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
Next to Joram 5.2 use connect methods with ConnectionFactory.
connect(String, String, int, String, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdminConnect
Creates an administration connection with given parameters, a JoramAdmin MBean is created and registered.
connect(String, String, int, String, String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminConnectMBean
Creates an administration connection with given parameters, a JoramAdmin MBean is created and registered.
connect(ConnectionFactory) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Opens a connection dedicated to administering with the Joram server which parameters are wrapped by a given ConnectionFactory.
connect(ConnectionFactory, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Opens a connection dedicated to administering with the Joram server which parameters are wrapped by a given ConnectionFactory.
connect(ConnectionFactory, String, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Opens a connection dedicated to administering with the Joram server which parameters are wrapped by a given ConnectionFactory.
connect(TopicConnectionFactory, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
No longer use TopicConnectionFactory next to Joram 5.2.
connect(TopicConnectionFactory, String, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
No longer use TopicConnectionFactory next to Joram 5.2.
CONNECT - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
CONNECT - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
CONNECTING - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
connectingTimer - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Duration in seconds during which connecting is attempted (connecting might take time if the server is temporarily not reachable).
connection - Variable in class org.objectweb.joram.client.jms.ContextConnection
 
connection - Variable in class org.objectweb.joram.client.jms.JMSContext
 
connection - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
Connection - Class in org.objectweb.joram.client.jms
Implements the javax.jms.Connection interface.
Connection() - Constructor for class org.objectweb.joram.client.jms.Connection
Creates a Connection instance.
Connection.AtomicCounter - Class in org.objectweb.joram.client.jms
 
Connection.Closer - Class in org.objectweb.joram.client.jms
This class synchronizes the close.
Connection.Status - Class in org.objectweb.joram.client.jms
Status of the connection.
ConnectionFactory - Class in org.objectweb.joram.client.jms
Implements all the javax.jms.ConnectionFactory interfaces.
ConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.ConnectionFactory
Constructs an empty ConnectionFactory.
ConnectionFactory(String) - Constructor for class org.objectweb.joram.client.jms.ConnectionFactory
Constructs a ConnectionFactory dedicated to a given server.
ConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.ConnectionFactory
Constructs a ConnectionFactory dedicated to a given server.
ConnectionKey - Class in org.objectweb.joram.client.jms.pool
A Key to retrieve Connection in cache.
ConnectionKey(String, String) - Constructor for class org.objectweb.joram.client.jms.pool.ConnectionKey
Creates a new ConnectionKey object for user's name and password.
ConnectionMBean - Interface in org.objectweb.joram.client.jms
 
ConnectionMetaData - Class in org.objectweb.joram.client.jms
Implements the javax.jms.ConnectionMetaData interface.
ConnectionMetaData() - Constructor for class org.objectweb.joram.client.jms.ConnectionMetaData
 
ConnectionPool - Class in org.objectweb.joram.client.jms.pool
Implements a pool of connection resulting of a unique ConnectionFactory object.
ConnectionPool(int) - Constructor for class org.objectweb.joram.client.jms.pool.ConnectionPool
Creates a new pool of connections.
connections - Variable in class org.objectweb.joram.client.jms.local.LocalConnections
Lists the opened local connections.
consumer - Variable in class org.objectweb.joram.client.jms.admin.AdminRequestor
 
consumer - Variable in class org.objectweb.joram.client.jms.JMSConsumer
 
consumerListener - Variable in class org.objectweb.joram.client.jms.Session.MessageListenerContext
 
consumers - Variable in class org.objectweb.joram.client.jms.Session
Vector of message consumers.
CONSUMING_REPLY - Static variable in class org.objectweb.joram.client.jms.MessageConsumerListener.ReceiveStatus
 
context - Variable in class org.objectweb.joram.client.jms.XAJMSContext
Embedded JMSContext object associated with this XAJMSContext.
ContextConnection - Class in org.objectweb.joram.client.jms
 
ContextConnection(Connection) - Constructor for class org.objectweb.joram.client.jms.ContextConnection
 
convertJMSMessage(Message) - Static method in class org.objectweb.joram.client.jms.Message
Converts a non-Joram JMS message into a Joram message.
counter - Variable in class org.objectweb.joram.client.jms.ContextConnection
 
create() - Static method in class org.objectweb.joram.client.jms.admin.DeadMQueue
Deprecated.
Admin method creating and deploying a dead message queue on the local server.
create() - Static method in class org.objectweb.joram.client.jms.admin.MailAcquisitionQueue
Administration method creating and deploying a mail acquisition queue on the local server.
create() - Static method in class org.objectweb.joram.client.jms.admin.MailAcquisitionTopic
Administration method creating and deploying a mail acquisition topic on the local server.
create() - Static method in class org.objectweb.joram.client.jms.admin.MailDistributionQueue
Administration method creating and deploying a Mail distribution queue on the local server.
create() - Static method in class org.objectweb.joram.client.jms.admin.MailDistributionTopic
Administration method creating and deploying a Mail distribution topic on the local server.
create() - Static method in class org.objectweb.joram.client.jms.admin.MonitoringQueue
Administration method creating and deploying a JMX acquisition queue on the local server.
create() - Static method in class org.objectweb.joram.client.jms.admin.MonitoringTopic
Administration method creating and deploying a JMX acquisition topic on the local server.
create() - Static method in class org.objectweb.joram.client.jms.local.LocalConnectionFactory
Administration method creating a ConnectionFactory instance for creating local in-VM connections.
create() - Static method in class org.objectweb.joram.client.jms.local.QueueLocalConnectionFactory
Deprecated.
Administration method creating a javax.jms.QueueConnectionFactory instance for creating local connections.
create() - Static method in class org.objectweb.joram.client.jms.local.TopicLocalConnectionFactory
Deprecated.
Administration method creating a javax.jms.TopicConnectionFactory instance for creating local connections.
create() - Static method in class org.objectweb.joram.client.jms.local.XALocalConnectionFactory
Deprecated.
Administration method creating a javax.jms.XAConnectionFactory instance for creating local connections.
create() - Static method in class org.objectweb.joram.client.jms.local.XAQueueLocalConnectionFactory
Deprecated.
Administration method creating a javax.jms.XAQueueConnectionFactory instance for creating local connections.
create() - Static method in class org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory
Deprecated.
Administration method creating a javax.jms.XATopicConnectionFactory instance for creating local connections.
create() - Static method in class org.objectweb.joram.client.jms.Queue
Administration method creating and deploying a queue on the local server.
create() - Static method in class org.objectweb.joram.client.jms.tcp.QueueTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.QueueConnectionFactory instance for creating TCP connections with the default server.
create() - Static method in class org.objectweb.joram.client.jms.tcp.TcpConnectionFactory
Administration method creating a ConnectionFactory instance for creating TCP connections with the default server.
create() - Static method in class org.objectweb.joram.client.jms.tcp.TopicTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.TopicConnectionFactory instance for creating TCP connections with the default server.
create() - Static method in class org.objectweb.joram.client.jms.tcp.XAQueueTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.XAQueueConnectionFactory instance for creating TCP connections with the default server.
create() - Static method in class org.objectweb.joram.client.jms.tcp.XATcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.XAConnectionFactory instance for creating TCP connections with the default server.
create() - Static method in class org.objectweb.joram.client.jms.tcp.XATopicTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.XATopicConnectionFactory instance for creating TCP connections with the default server.
create() - Static method in class org.objectweb.joram.client.jms.Topic
Admin method creating and deploying a topic on the local server.
create(int) - Static method in class org.objectweb.joram.client.jms.admin.DeadMQueue
Deprecated.
Admin method creating and deploying a dead message queue on a given server.
create(int) - Static method in class org.objectweb.joram.client.jms.admin.MailAcquisitionQueue
Administration method creating and deploying a mail acquisition queue on a given server.
create(int) - Static method in class org.objectweb.joram.client.jms.admin.MailAcquisitionTopic
Administration method creating and deploying a mail acquisition topic on a given server.
create(int) - Static method in class org.objectweb.joram.client.jms.admin.MailDistributionQueue
Administration method creating and deploying a Mail distribution queue on a given server.
create(int) - Static method in class org.objectweb.joram.client.jms.admin.MailDistributionTopic
Administration method creating and deploying a Mail distribution topic on a given server.
create(int) - Static method in class org.objectweb.joram.client.jms.admin.MonitoringQueue
Administration method creating and deploying a JMX acquisition queue on a given server.
create(int) - Static method in class org.objectweb.joram.client.jms.admin.MonitoringTopic
Administration method creating and deploying a JMX acquisition topic on a given server.
create(int) - Static method in class org.objectweb.joram.client.jms.Queue
Administration method creating and deploying a queue on a given server.
create(int) - Static method in class org.objectweb.joram.client.jms.Topic
Admin method creating and deploying a topic on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPAcquisitionQueue
Administration method creating and deploying a AMQP acquisition queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPAcquisitionTopic
Administration method creating and deploying a AMQP acquisition topic on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPDistributionQueue
Administration method creating and deploying a AMQP distribution queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPDistributionTopic
Administration method creating and deploying a AMQP distribution topic on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.CollectorQueue
Administration method creating and deploying an URL acquisition queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.CollectorTopic
Administration method creating and deploying an URL acquisition topic on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.DeadMQueue
Deprecated.
Admin method creating and deploying a dead message queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.FtpQueue
Administration method creating and deploying a FTP queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.JMSAcquisitionQueue
Administration method creating and deploying a JMS acquisition queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.JMSAcquisitionTopic
Administration method creating and deploying a JMS acquisition topic on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.JMSDistributionQueue
Administration method creating and deploying a JMS distribution queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.JMSDistributionTopic
Administration method creating and deploying a JMS distribution topic on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.MailAcquisitionQueue
Administration method creating and deploying a mail acquisition queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.MailAcquisitionTopic
Administration method creating and deploying a mail acquisition topic on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.MailDistributionQueue
Administration method creating and deploying a Mail distribution queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.MailDistributionTopic
Administration method creating and deploying a Mail distribution topic on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.MonitoringQueue
Administration method creating and deploying a JMX acquisition queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.MonitoringTopic
Administration method creating and deploying a JMX acquisition topic on a given server.
create(int, String) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
Administration method creating and deploying a REST acquisition queue on a given server.
create(int, String) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
Administration method creating and deploying a REST distribution queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.admin.SchedulerQueue
Administration method creating and deploying a scheduled queue on a given server.
create(int, String) - Static method in class org.objectweb.joram.client.jms.Queue
Administration method creating and deploying (or retrieving) a queue on a given server with a given name.
create(int, String) - Static method in class org.objectweb.joram.client.jms.Topic
Admin method creating and deploying (or retrieving) a topic on a given server with a given name.
create(int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPAcquisitionQueue
Administration method creating and deploying a AMQP acquisition queue on a given server.
create(int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPAcquisitionTopic
Administration method creating and deploying a AMQP acquisition topic on a given server.
create(int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPDistributionQueue
Administration method creating and deploying a AMQP distribution queue on a given server.
create(int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPDistributionTopic
Administration method creating and deploying a AMQP distribution topic on a given server.
create(int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.CollectorQueue
Administration method creating and deploying an URL acquisition queue on a given server.
create(int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.CollectorTopic
Administration method creating and deploying an URL acquisition topic on a given server.
create(int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.JMSAcquisitionQueue
Administration method creating and deploying a JMS acquisition queue on a given server.
create(int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.JMSAcquisitionTopic
Administration method creating and deploying a JMS acquisition topic on a given server.
create(int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.JMSDistributionQueue
Administration method creating and deploying a JMS distribution queue on a given server.
create(int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.JMSDistributionTopic
Administration method creating and deploying a JMS distribution topic on a given server.
create(int, String, String) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
Administration method creating and deploying a REST acquisition queue on a given server.
create(int, String, String) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
Administration method creating and deploying a REST distribution queue on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.AMQPAcquisitionQueue
Administration method creating and deploying a AMQP acquisition queue on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.AMQPAcquisitionTopic
Administration method creating and deploying a AMQP acquisition topic on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.AMQPDistributionQueue
Administration method creating and deploying a AMQP distribution queue on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.AMQPDistributionTopic
Administration method creating and deploying a AMQP distribution topic on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.CollectorQueue
Administration method creating and deploying an URL acquisition queue on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.CollectorTopic
Administration method creating and deploying an URL acquisition topic on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.JMSAcquisitionQueue
Administration method creating and deploying a JMS acquisition queue on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.JMSAcquisitionTopic
Administration method creating and deploying a JMS acquisition topic on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.JMSDistributionQueue
Administration method creating and deploying a JMS distribution queue on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.JMSDistributionTopic
Administration method creating and deploying a JMS distribution topic on a given server.
create(int, String, String, Properties) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
Administration method creating and deploying a REST acquisition queue on a given server.
create(int, String, String, Properties) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
Administration method creating and deploying a REST distribution queue on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.Queue
Administration method creating and deploying (or retrieving) a queue on a given server.
create(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.Topic
Admin method creating and deploying (or retrieving) a topic on a given server.
create(int, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.FtpQueue
Administration method creating and deploying a FTP queue on a given server.
create(int, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.MailAcquisitionQueue
Administration method creating and deploying a mail acquisition queue on a given server.
create(int, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.MailAcquisitionTopic
Administration method creating and deploying a mail acquisition topic on a given server.
create(int, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.MailDistributionQueue
Administration method creating and deploying a Mail distribution queue on a given server.
create(int, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.MailDistributionTopic
Administration method creating and deploying a Mail distribution topic on a given server.
create(int, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.MonitoringQueue
Administration method creating and deploying a JMX acquisition queue on a given server.
create(int, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.MonitoringTopic
Administration method creating and deploying a JMX acquisition topic on a given server.
create(int, String, Properties) - Static method in class org.objectweb.joram.client.jms.Queue
Administration method creating and deploying a queue on a given server.
create(int, String, Properties) - Static method in class org.objectweb.joram.client.jms.Topic
Admin method creating and deploying a topic on a given server.
create(int, Properties) - Static method in class org.objectweb.joram.client.jms.Queue
Administration method creating and deploying a queue on a given server.
create(int, Properties) - Static method in class org.objectweb.joram.client.jms.Topic
Admin method creating and deploying a topic on a given server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPAcquisitionQueue
Administration method creating and deploying a AMQP acquisition queue on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPAcquisitionTopic
Administration method creating and deploying a AMQP acquisition topic on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPDistributionQueue
Administration method creating and deploying a AMQP distribution queue on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.AMQPDistributionTopic
Administration method creating and deploying a AMQP distribution topic on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.CollectorQueue
Administration method creating and deploying an URL acquisition queue on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.CollectorTopic
Administration method creating and deploying an URL acquisition topic on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.FtpQueue
Administration method creating and deploying a FTP queue on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.JMSAcquisitionQueue
Administration method creating and deploying a JMS acquisition queue on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.JMSAcquisitionTopic
Administration method creating and deploying a JMS acquisition topic on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.JMSDistributionQueue
Administration method creating and deploying a JMS distribution queue on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.JMSDistributionTopic
Administration method creating and deploying a JMS distribution topic on the local server.
create(String) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
Administration method creating and deploying a REST acquisition queue on the local server.
create(String) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
Administration method creating and deploying a REST distribution queue on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.admin.SchedulerQueue
Administration method creating and deploying a scheduled queue on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.Queue
Administration method creating and deploying (or retrieving) a queue on the local server.
create(String) - Static method in class org.objectweb.joram.client.jms.Topic
Admin method creating and deploying (or retrieving) a topic on the local server.
create(String, int) - Static method in class org.objectweb.joram.client.jms.tcp.QueueTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.QueueConnectionFactory instance for creating TCP connections with a given server.
create(String, int) - Static method in class org.objectweb.joram.client.jms.tcp.TcpConnectionFactory
Administration method creating a ConnectionFactory instance for creating TCP connections with a given server.
create(String, int) - Static method in class org.objectweb.joram.client.jms.tcp.TopicTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.TopicConnectionFactory instance for creating TCP connections with a given server.
create(String, int) - Static method in class org.objectweb.joram.client.jms.tcp.XAQueueTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.XAQueueConnectionFactory instance for creating TCP connections with a given server.
create(String, int) - Static method in class org.objectweb.joram.client.jms.tcp.XATcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.XAConnectionFactory instance for creating TCP connections with a given server.
create(String, int) - Static method in class org.objectweb.joram.client.jms.tcp.XATopicTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.XATopicConnectionFactory instance for creating TCP connections with a given server.
create(String, int, String) - Static method in class org.objectweb.joram.client.jms.tcp.QueueTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.QueueConnectionFactory instance for creating TCP connections with a given server.
create(String, int, String) - Static method in class org.objectweb.joram.client.jms.tcp.TcpConnectionFactory
Administration method creating a ConnectionFactory instance for creating TCP connections with a given server.
create(String, int, String) - Static method in class org.objectweb.joram.client.jms.tcp.TopicTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.TopicConnectionFactory instance for creating TCP connections with a given server.
create(String, int, String) - Static method in class org.objectweb.joram.client.jms.tcp.XAQueueTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.XAQueueConnectionFactory instance for creating TCP connections with a given server.
create(String, int, String) - Static method in class org.objectweb.joram.client.jms.tcp.XATcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.XAConnectionFactory instance for creating TCP connections with a given server.
create(String, int, String) - Static method in class org.objectweb.joram.client.jms.tcp.XATopicTcpConnectionFactory
Deprecated.
Admin method creating a javax.jms.XATopicConnectionFactory instance for creating TCP connections with a given server.
create(String, String) - Static method in class org.objectweb.joram.client.jms.admin.User
Admin method creating a user on the local server and instantiating the corresponding User object.
create(String, String, int) - Static method in class org.objectweb.joram.client.jms.admin.User
Admin method creating a user for a given server and instantiating the corresponding User object.
create(String, String, int, String) - Static method in class org.objectweb.joram.client.jms.admin.User
Admin method creating a user for a given server and instantiating the corresponding User object.
create(String, String, int, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.User
Admin method creating a user for a given server and instantiating the corresponding User object.
createBrowser(Queue) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createBrowser(Queue) - Method in class org.objectweb.joram.client.jms.Session
API method.
createBrowser(Queue) - Method in class org.objectweb.joram.client.jms.TopicSession
API method.
createBrowser(Queue) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createBrowser(Queue) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createBrowser(Queue, String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createBrowser(Queue, String) - Method in class org.objectweb.joram.client.jms.Session
API method.
createBrowser(Queue, String) - Method in class org.objectweb.joram.client.jms.TopicSession
API method.
createBrowser(Queue, String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createBrowser(Queue, String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createBytesMessage() - Method in class org.objectweb.joram.client.jms.JMSContext
 
createBytesMessage() - Method in class org.objectweb.joram.client.jms.Session
API method.
createBytesMessage() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createBytesMessage() - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createConnection() - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates a connection with the default user identity.
createConnection() - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
Creates a connection with the default user identity.
createConnection() - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
API method, creates a connection with the default user identity.
createConnection(String, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates a connection with the specified user identity.
createConnection(String, String) - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
Creates a connection with the specified user identity.
createConnection(String, String) - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
API method, creates a connection with the specified user identity.
createConnectionConsumer(Destination, String, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.Connection
 
createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.Connection
API method.
createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
createConnectionConsumer(Queue, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.QueueConnection
API method.
createConnectionConsumer(Topic, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.TopicConnection
API method.
createConnectionPool(int) - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
 
createConsumer(Destination) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createConsumer(Destination) - Method in class org.objectweb.joram.client.jms.Session
API method.
createConsumer(Destination) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createConsumer(Destination) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createConsumer(Destination, String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createConsumer(Destination, String) - Method in class org.objectweb.joram.client.jms.Session
API method.
createConsumer(Destination, String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createConsumer(Destination, String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createConsumer(Destination, String, boolean) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createConsumer(Destination, String, boolean) - Method in class org.objectweb.joram.client.jms.Session
API method.
createConsumer(Destination, String, boolean) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createConsumer(Destination, String, boolean) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createContext() - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
JMS2.0 API method.
createContext() - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
 
createContext() - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
 
createContext(int) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
JMS2.0 API method.
createContext(int) - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
 
createContext(int) - Method in class org.objectweb.joram.client.jms.JMSContext
API method.
createContext(int) - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
 
createContext(int) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createContext(String, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
JMS2.0 API method.
createContext(String, String) - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
 
createContext(String, String) - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
 
createContext(String, String, int) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
JMS2.0 API method.
createContext(String, String, int) - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
 
createContext(String, String, int) - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
 
createdCnx - Variable in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
 
createDeadMQueue(int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Deprecated.
No longer needed, any queue can be used as DMQ.
createDeadMQueue(String, String) - Static method in class org.objectweb.joram.client.jms.admin.DeadMQueue
Deprecated.
 
createDestination(byte, String) - Method in class org.objectweb.joram.client.jms.Session
Create a destination with the given name and type.
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.Connection
API method.
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.QueueConnection
API method.
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.TopicConnection
API method.
createDurableConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createDurableConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.QueueSession
API 2.0 method.
createDurableConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.Session
API 2.0 method.
createDurableConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createDurableConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createDurableConsumer(Topic, String, String, boolean) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createDurableConsumer(Topic, String, String, boolean) - Method in class org.objectweb.joram.client.jms.QueueSession
API 2.0 method.
createDurableConsumer(Topic, String, String, boolean) - Method in class org.objectweb.joram.client.jms.Session
API 2.0 method.
createDurableConsumer(Topic, String, String, boolean) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createDurableConsumer(Topic, String, String, boolean) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createDurableSubscriber(Topic, String) - Method in class org.objectweb.joram.client.jms.QueueSession
API method.
createDurableSubscriber(Topic, String) - Method in class org.objectweb.joram.client.jms.Session
API method.
createDurableSubscriber(Topic, String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createDurableSubscriber(Topic, String, String, boolean) - Method in class org.objectweb.joram.client.jms.QueueSession
API method.
createDurableSubscriber(Topic, String, String, boolean) - Method in class org.objectweb.joram.client.jms.Session
API method.
createDurableSubscriber(Topic, String, String, boolean) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createIdentity(String, String, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Create a user Identity.
createIdentity(String, String, String) - Static method in class org.objectweb.joram.client.jms.admin.User
Create a user Identity.
createMapMessage() - Method in class org.objectweb.joram.client.jms.JMSContext
 
createMapMessage() - Method in class org.objectweb.joram.client.jms.Session
API method.
createMapMessage() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createMapMessage() - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createMessage() - Method in class org.objectweb.joram.client.jms.JMSContext
 
createMessage() - Method in class org.objectweb.joram.client.jms.Session
API method.
createMessage() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createMessage() - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createObjectMessage() - Method in class org.objectweb.joram.client.jms.JMSContext
 
createObjectMessage() - Method in class org.objectweb.joram.client.jms.Session
API method.
createObjectMessage() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createObjectMessage() - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createObjectMessage(Serializable) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createObjectMessage(Serializable) - Method in class org.objectweb.joram.client.jms.Session
API method.
createObjectMessage(Serializable) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createObjectMessage(Serializable) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createProducer() - Method in class org.objectweb.joram.client.jms.JMSContext
 
createProducer() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createProducer(Destination) - Method in class org.objectweb.joram.client.jms.Session
API method.
createProducer(Destination) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createPublisher(Topic) - Method in class org.objectweb.joram.client.jms.TopicSession
API method.
createQueue(int, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Creates or retrieves a queue destination on a given JORAM server.
createQueue(int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Creates or retrieves a queue destination on a given JORAM server.
createQueue(int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance.
createQueue(int, String, String, Properties) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Creates or retrieves a queue destination on a given JORAM server.
createQueue(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Creates or retrieves a queue destination on a given JORAM server.
createQueue(int, String, String, Properties) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Creates or retrieves a queue destination on a given JORAM server.
createQueue(int, String, String, Properties) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
createQueue(String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Creates or retrieves a queue destination on a given JORAM server.
createQueue(String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Creates or retrieves a queue destination on a given JORAM server.
createQueue(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance.
createQueue(String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createQueue(String) - Method in class org.objectweb.joram.client.jms.Session
This method allows to create or retrieve a Queue with the given name on the local server.
createQueue(String) - Method in class org.objectweb.joram.client.jms.TopicSession
API method.
createQueue(String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createQueue(String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createQueue(String, String) - Static method in class org.objectweb.joram.client.jms.Queue
 
createQueueConnection() - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates a queue connection with the default user identity.
createQueueConnection(String, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates a queue connection with the specified user identity.
createQueueSession(boolean, int) - Method in class org.objectweb.joram.client.jms.QueueConnection
API method.
createReceiver(Queue) - Method in class org.objectweb.joram.client.jms.QueueSession
API method.
createReceiver(Queue, String) - Method in class org.objectweb.joram.client.jms.QueueSession
API method.
createReceiver(Queue) - Method in class org.objectweb.joram.client.jms.XAQueueSession
Delegates the call to the wrapped JMS session.
createReceiver(Queue, String) - Method in class org.objectweb.joram.client.jms.XAQueueSession
Delegates the call to the wrapped JMS session.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Creates the RequestChannel object specific to the protocol used.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.local.LocalConnectionFactory
Creates the LocalRequestChannel object needed to connect to the colocated server.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.local.QueueLocalConnectionFactory
Deprecated.
Creates the LocalRequestChannel object needed to connect to the colocated server.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.local.TopicLocalConnectionFactory
Deprecated.
Creates the LocalRequestChannel object needed to connect to the colocated server.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.local.XALocalConnectionFactory
Deprecated.
Creates the LocalRequestChannel object needed to connect to the colocated server.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.local.XAQueueLocalConnectionFactory
Deprecated.
Creates the LocalRequestChannel object needed to connect to the colocated server.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory
Deprecated.
Creates the LocalRequestChannel object needed to connect to the colocated server.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.tcp.QueueTcpConnectionFactory
Deprecated.
Creates the TcpRequestChannel object specific to the protocol used.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.tcp.TcpConnectionFactory
Creates the TcpRequestChannel object specific to the protocol used.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.tcp.TopicTcpConnectionFactory
Deprecated.
Creates the TcpRequestChannel object specific to the protocol used.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.tcp.XAQueueTcpConnectionFactory
Deprecated.
Creates the TcpRequestChannel object specific to the protocol used.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.tcp.XATcpConnectionFactory
Deprecated.
Creates the TcpRequestChannel object specific to the protocol used.
createRequestChannel(FactoryParameters, Identity, String) - Method in class org.objectweb.joram.client.jms.tcp.XATopicTcpConnectionFactory
Deprecated.
Creates the TcpRequestChannel object specific to the protocol used.
createSender(Queue) - Method in class org.objectweb.joram.client.jms.QueueSession
API method.
createSender(Queue) - Method in class org.objectweb.joram.client.jms.XAQueueSession
Delegates the call to the wrapped JMS session.
createSession() - Method in class org.objectweb.joram.client.jms.Connection
Creates a session using JMS 2.O specification
createSession() - Method in class org.objectweb.joram.client.jms.ContextConnection
 
createSession() - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
createSession(boolean, int) - Method in class org.objectweb.joram.client.jms.Connection
API method.
createSession(boolean, int) - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
createSession(int) - Method in class org.objectweb.joram.client.jms.Connection
Creates a session using JMS 2.O specification
createSession(int) - Method in class org.objectweb.joram.client.jms.ContextConnection
 
createSession(int) - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.Connection
 
createSharedConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
createSharedConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createSharedConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.QueueSession
API 2.0 method.
createSharedConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.Session
API 2.0 method.
createSharedConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createSharedConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createSharedConsumer(Topic, String, String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createSharedConsumer(Topic, String, String) - Method in class org.objectweb.joram.client.jms.QueueSession
API 2.0 method.
createSharedConsumer(Topic, String, String) - Method in class org.objectweb.joram.client.jms.Session
API 2.0 method.
createSharedConsumer(Topic, String, String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createSharedConsumer(Topic, String, String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.Connection
 
createSharedDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
createSharedDurableConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createSharedDurableConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.QueueSession
API 2.0 method.
createSharedDurableConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.Session
API 2.0 method.
createSharedDurableConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createSharedDurableConsumer(Topic, String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createSharedDurableConsumer(Topic, String, String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createSharedDurableConsumer(Topic, String, String) - Method in class org.objectweb.joram.client.jms.QueueSession
API 2.0 method.
createSharedDurableConsumer(Topic, String, String) - Method in class org.objectweb.joram.client.jms.Session
API 2.0 method.
createSharedDurableConsumer(Topic, String, String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createSharedDurableConsumer(Topic, String, String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createSocket(String, int) - Method in class org.objectweb.joram.client.jms.tcp.ReliableSSLTcpClient
 
createSocket(String, int) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
createSocketFactory() - Static method in class org.objectweb.joram.client.jms.tcp.ReliableSSLTcpClient
 
createStreamMessage() - Method in class org.objectweb.joram.client.jms.JMSContext
 
createStreamMessage() - Method in class org.objectweb.joram.client.jms.Session
API method.
createStreamMessage() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createStreamMessage() - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createSubscriber(Topic) - Method in class org.objectweb.joram.client.jms.TopicSession
API method.
createSubscriber(Topic) - Method in class org.objectweb.joram.client.jms.XATopicSession
Delegates the call to the wrapped JMS session.
createSubscriber(Topic, String, boolean) - Method in class org.objectweb.joram.client.jms.TopicSession
API method.
createSubscriber(Topic, String, boolean) - Method in class org.objectweb.joram.client.jms.XATopicSession
Delegates the call to the wrapped JMS session.
createTemporaryQueue() - Method in class org.objectweb.joram.client.jms.JMSContext
 
createTemporaryQueue() - Method in class org.objectweb.joram.client.jms.Session
API method.
createTemporaryQueue() - Method in class org.objectweb.joram.client.jms.TopicSession
API method.
createTemporaryQueue() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createTemporaryQueue() - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createTemporaryTopic() - Method in class org.objectweb.joram.client.jms.JMSContext
 
createTemporaryTopic() - Method in class org.objectweb.joram.client.jms.QueueSession
API method.
createTemporaryTopic() - Method in class org.objectweb.joram.client.jms.Session
API method.
createTemporaryTopic() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createTemporaryTopic() - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createTextMessage() - Method in class org.objectweb.joram.client.jms.JMSContext
 
createTextMessage() - Method in class org.objectweb.joram.client.jms.Session
API method.
createTextMessage() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createTextMessage() - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createTextMessage(String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createTextMessage(String) - Method in class org.objectweb.joram.client.jms.Session
API method.
createTextMessage(String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createTextMessage(String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createTimer() - Static method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
createTopic(int, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Creates or retrieves a topic destination on a given JORAM server.
createTopic(int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Creates or retrieves a topic destination on a given JORAM server.
createTopic(int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance.
createTopic(int, String, String, Properties) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Creates or retrieves a topic destination on a given JORAM server.
createTopic(int, String, String, Properties) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Creates or retrieves a topic destination on a given JORAM server.
createTopic(int, String, String, Properties) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Creates or retrieves a topic destination on a given JORAM server.
createTopic(int, String, String, Properties) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
createTopic(String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Creates or retrieves a topic destination on the underlying JORAM server.
createTopic(String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Creates or retrieves a topic destination on the underlying JORAM server.
createTopic(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance.
createTopic(String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
createTopic(String) - Method in class org.objectweb.joram.client.jms.QueueSession
API method.
createTopic(String) - Method in class org.objectweb.joram.client.jms.Session
This method allows to create or retrieve a Topic with the given name on the local server.
createTopic(String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
createTopic(String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
createTopic(String, String) - Static method in class org.objectweb.joram.client.jms.Topic
 
createTopicConnection() - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates a topic connection with the default user identity.
createTopicConnection(String, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates a topic connection with the specified user identity.
createTopicSession(boolean, int) - Method in class org.objectweb.joram.client.jms.TopicConnection
API method.
createUser(String, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Creates or retrieves a user on the underlying JORAM server.
createUser(String, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Creates or retrieves a user on the underlying JORAM server.
createUser(String, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Creates or retrieves a user on the underlying JORAM server.
createUser(String, String, int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Creates or retrieves a user on the underlying JORAM server.
createUser(String, String, int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Creates or retrieves a user on the underlying JORAM server.
createUser(String, String, int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Creates or retrieves a user on the given JORAM server.
createUser(String, String, int, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Admin method creating a user for a given server and instantiating the corresponding User object.
createUser(String, String, int, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Admin method creating a user for a given server and instantiating the corresponding User object.
createUser(String, String, int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Admin method creating a user for a given server and instantiating the corresponding User object.
createUser(String, String, int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Creates or retrieves a user on the underlying JORAM server.
createUser(String, String, int, String, Properties) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Admin method creating a user for a given server and instantiating the corresponding User object.
createUser(String, String, int, String, Properties) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Admin method creating a user for a given server and instantiating the corresponding User object.
createUser(String, String, int, String, Properties) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
createUser(String, String, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Creates or retrieves a user on the underlying JORAM server.
createUser(String, String, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Creates or retrieves a user on the underlying JORAM server.
createUser(String, String, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Creates or retrieves a user on the underlying JORAM server.
createXAConnection() - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates an XA connection with the default user identity.
createXAConnection(String, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates an XA connection with the specified user identity.
createXAContext() - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
JMS2.0 API method.
createXAContext(String, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
JMS2.0 API method.
createXAQueueConnection() - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates an XA queue connection with the default user identity.
createXAQueueConnection(String, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates an XA queue connection with the specified user identity.
createXAQueueSession() - Method in class org.objectweb.joram.client.jms.XAQueueConnection
API method.
createXASession() - Method in class org.objectweb.joram.client.jms.XAConnection
Creates a XA session.
createXASession() - Method in class org.objectweb.joram.client.jms.XAQueueConnection
Method inherited from interface XAConnection.
createXASession() - Method in class org.objectweb.joram.client.jms.XATopicConnection
Method inherited from interface XAConnection.
createXATopicConnection() - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates an XA topic connection with the default user identity.
createXATopicConnection(String, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
API method, creates an XA topic connection with the specified user identity.
createXATopicSession() - Method in class org.objectweb.joram.client.jms.XATopicConnection
API method.
creationDate - Variable in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
ctx - Variable in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
currentInstance - Static variable in class org.objectweb.joram.client.jms.local.LocalConnections
Unique LocalConnections instance.
currentInterceptorList - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
currentRound - Variable in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
Synchronization round.
currentXid - Variable in class org.objectweb.joram.client.jms.XAResource
The current transaction identifier.

D

daemon - Variable in class org.objectweb.joram.client.jms.Session
Daemon distributing asynchronous server deliveries.
deactivate() - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
DEAD_MQUEUE - Static variable in class org.objectweb.joram.client.jms.Destination
Deprecated.
Since Joram 5.2.2 the DeadMQueue is a simple Queue.
DeadMQueue - Class in org.objectweb.joram.client.jms.admin
Deprecated.
Since Joram 5.2.2 the DeadMQueue is a simply a Queue.
DeadMQueue() - Constructor for class org.objectweb.joram.client.jms.admin.DeadMQueue
Deprecated.
 
DeadMQueue(String) - Constructor for class org.objectweb.joram.client.jms.admin.DeadMQueue
Deprecated.
 
debug - Static variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
decode(Hashtable<String, Object>, String) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
decreaseMessageCount(int) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
Decrease the message count.
DEFAULT_ADM_NAME - Static variable in class org.objectweb.joram.client.jms.admin.AdminModule
 
DEFAULT_ADM_NAME - Static variable in class org.objectweb.joram.client.jms.admin.AdminWrapper
 
DEFAULT_REQUEST_TIMEOUT - Static variable in class org.objectweb.joram.client.jms.admin.AdminRequestor
Defines the default value for timeout before aborting a request.
DEFAULT_REQUEST_TIMEOUT_PROPERTY - Static variable in class org.objectweb.joram.client.jms.connection.Requestor
 
DEFAULT_REQUEST_TIMEOUT_VALUE - Static variable in class org.objectweb.joram.client.jms.connection.Requestor
 
DEFAULT_WINDOW_SIZE - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
DefaultFTPImpl - Static variable in class org.objectweb.joram.client.jms.admin.FtpQueue
Class name of default handler allowing to transfer file through FTP.
defaultRequestTimeout - Variable in class org.objectweb.joram.client.jms.connection.Requestor
 
defaultWrapper - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
External wrapper used to perform administration stuff.
delegate - Variable in class org.objectweb.joram.client.jms.pool.PooledConnection
The underlying connection to Joram's server
delete() - Method in class org.objectweb.joram.client.jms.admin.User
Removes this user.
delete() - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
Removes this user.
delete() - Method in class org.objectweb.joram.client.jms.Destination
Administration method removing this destination from the platform.
delete() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Administration method removing this destination from the platform.
delete() - Method in class org.objectweb.joram.client.jms.TemporaryQueue
API method.
delete() - Method in class org.objectweb.joram.client.jms.TemporaryTopic
API method.
deleteAMQPBridgeConnection(int, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Removes the live connection to the specified AMQP server.
deleteAMQPBridgeConnection(int, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Removes the live connection to the specified AMQP server.
deleteAMQPBridgeConnection(int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Removes the live connection to the specified AMQP server.
deleteAMQPBridgeConnection(int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
deleteJMSBridgeConnection(int, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Removes the live connection to the specified AMQP server.
deleteJMSBridgeConnection(int, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Removes the live connection to the specified AMQP server.
deleteJMSBridgeConnection(int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Removes the live connection to the specified JMS server.
deleteJMSBridgeConnection(int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
deleteJMSBridgeConnection(int, String, boolean) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Removes the live connection to the specified JMS server.
deleteJMSBridgeConnection(int, String, boolean) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Removes the live connection to the specified AMQP server.
deleteJMSBridgeConnection(int, String, boolean) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Removes the live connection to the specified JMS server.
deleteJMSBridgeConnection(int, String, boolean) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
deleteJMSPBridgeConnection(int, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Deprecated.
Use deleteJMSBridgeConnection instead.
deleteJMSPBridgeConnection(int, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated. 
deleteJMSPBridgeConnection(int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Deprecated.
Use deleteJMSBridgeConnection instead.
deleteJMSPBridgeConnection(int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Deprecated. 
deleteJMSPBridgeConnection(int, String, boolean) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Deprecated.
Use deleteJMSBridgeConnection instead.
deleteJMSPBridgeConnection(int, String, boolean) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated. 
deleteJMSPBridgeConnection(int, String, boolean) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Deprecated.
Use deleteJMSBridgeConnection instead.
deleteJMSPBridgeConnection(int, String, boolean) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Deprecated. 
deleteMessage(String) - Method in class org.objectweb.joram.client.jms.Queue
 
deleteMessage(String) - Method in interface org.objectweb.joram.client.jms.QueueMBean
 
deleteMessage(String, String) - Method in class org.objectweb.joram.client.jms.admin.User
 
deleteMessage(String, String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
 
deliveries - Variable in class org.objectweb.joram.client.jms.Session
Table holding the identifiers of the messages delivered per destination or subscription, and not acknowledged.
deliveries - Variable in class org.objectweb.joram.client.jms.XAContext
Table holding the identifiers of the messages delivered per destination or subscription, in the transaction.
DELIVERY_DELAY - Static variable in class org.objectweb.joram.client.jms.Queue
Property allowing to fix DeliveryDelay
deliveryDelay - Variable in class org.objectweb.joram.client.jms.MessageProducer
Default delivery delay
deliveryMode - Variable in class org.objectweb.joram.client.jms.MessageProducer
Default delivery mode.
delRemoteDestination(String) - Method in class org.objectweb.joram.client.jms.Queue
Removes a destination from an alias queue's destinations' list.
delRemoteDestination(Queue) - Method in class org.objectweb.joram.client.jms.Queue
Removes a destination from an alias queue's destinations' list.
demtpx - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
DemultiplexerDaemon() - Constructor for class org.objectweb.joram.client.jms.connection.RequestMultiplexer.DemultiplexerDaemon
 
deny() - Method in class org.objectweb.joram.client.jms.Session
Method denying the received messages.
deny(ConsumerMessages) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
denyMessage(String, String, boolean, boolean) - Method in class org.objectweb.joram.client.jms.Session
Called by: - method run (application server thread) synchronized - method onMessage (SessionDaemon thread) not synchronized but no concurrent call except a close which first stops SessionDaemon.
denyRequest(ConsumerReceiveRequest) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
dest - Variable in class org.objectweb.joram.client.jms.MessageConsumer
The destination the consumer gets its messages from.
dest - Variable in class org.objectweb.joram.client.jms.MessageProducer
The destination the producer sends messages to.
Destination - Class in org.objectweb.joram.client.jms
Implements the javax.jms.Destination interface and provides JORAM specific administration and monitoring methods.
Destination() - Constructor for class org.objectweb.joram.client.jms.Destination
 
Destination(byte) - Constructor for class org.objectweb.joram.client.jms.Destination
 
Destination(String, byte) - Constructor for class org.objectweb.joram.client.jms.Destination
 
DestinationMBean - Interface in org.objectweb.joram.client.jms
 
destName - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
destroy() - Static method in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
Destroy the created server.
DFLT_CF - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
dfltLogin - Static variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Default login name for connection, default value is "anonymous".
dfltPassword - Static variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Default login password for connection, default value is "anonymous".
dfltRootLogin - Static variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Default administrator login name for connection, default value is "root".
dfltRootPassword - Static variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Default administrator login password for connection, default value is "root".
dfltServerHost - Static variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Default server's hostname for connection, default value is "localhost".
dfltServerPort - Static variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Default server's port for connection, default value is 16010.
disconnect() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Closes the administration connection.
DISTRIBUTION_QUEUE - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the implementation class for a Queue allowing to forward data to external targets.
DISTRIBUTION_TOPIC - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the implementation class for a Queue allowing to forward data to external targets.
dmq - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
doAbortRequest(int) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
doAcknowledge() - Method in class org.objectweb.joram.client.jms.Session
Method acknowledging the received messages.
doClose() - Method in class org.objectweb.joram.client.jms.Connection
 
doClose() - Method in class org.objectweb.joram.client.jms.MessageConsumer
 
doClose() - Method in class org.objectweb.joram.client.jms.Session
 
doCollocatedConnect(String, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Opens a connection with the collocated JORAM server.
doCommit() - Method in class org.objectweb.joram.client.jms.Session
 
doConnect(String, int) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
doConnect(String, int, String, String, int, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Opens a TCP connection with the Joram server running on a given host and listening to a given port.
doConnect(AbstractConnectionFactory, String, String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Opens a connection dedicated to administering with the Joram server which parameters are wrapped by a given ConnectionFactory.
doCreate(int, String, String, Properties, Destination, byte) - Method in class org.objectweb.joram.client.jms.Destination
Administration method creating or retrieving a destination with a given name on a given server, and returning its identifier.
doCreate(AbstractConnectionFactory, String, String, String) - Static method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Opens a connection dedicated to administering with the Joram server which parameters are wrapped by a given ConnectionFactory.
doGetProperty(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
doGetProperty(String) - Method in class org.objectweb.joram.client.jms.Message
Method actually getting a property.
done - Variable in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel.SyncRound
 
DONE - Static variable in class org.objectweb.joram.client.jms.connection.Requestor.Status
The requestor is either completed (by the demultiplxer thread) or aborted (by another client thread or a timeout).
DONE - Static variable in class org.objectweb.joram.client.jms.Session.RequestStatus
The request is done.
doRecover() - Method in class org.objectweb.joram.client.jms.Session
 
doRequest(AdminRequest) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Method actually sending an AdminRequest instance to the platform and getting an AdminReply instance.
doRequest(AdminRequest) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated. 
doRequest(AdminRequest) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Method actually sending an AdminRequest instance to the platform and getting an AdminReply instance.
doRequest(AdminRequest) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
doRequest(AdminRequest) - Method in class org.objectweb.joram.client.jms.admin.User
Method actually sending an AdminRequest instance to the platform and getting an AdminReply instance.
doRequest(AdminRequest) - Method in class org.objectweb.joram.client.jms.Destination
Method actually sending an AdminRequest instance to the platform and getting an AdminReply instance.
doRollback() - Method in class org.objectweb.joram.client.jms.Session
 
doSend(long, long, AbstractJmsMessage) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
doSend(Destination, Message) - Method in class org.objectweb.joram.client.jms.JMSProducer
Send message to destination
doSend(Destination, Message, int, int, long) - Method in class org.objectweb.joram.client.jms.MessageProducer
Actually sends a message to a given destination.
doSend(Destination, Message, int, int, long, CompletionListener) - Method in class org.objectweb.joram.client.jms.MessageProducer
Actually sends a message to a given destination.
doSetProperty(String, Object) - Method in class org.objectweb.joram.client.jms.Message
Method actually setting a new property.
doStart() - Method in class org.objectweb.joram.client.jms.Session
 
doStop() - Method in class org.objectweb.joram.client.jms.Session
 
DOUBLE - Static variable in class org.objectweb.joram.client.jms.StreamMessage
 
dumpBody() - Method in class org.objectweb.joram.client.jms.Message
Returns an hex + ascii dump of the message body.
dumpBody(Appendable) - Method in class org.objectweb.joram.client.jms.Message
Appends an hex + ascii dump of the message body to the buffer.
durable - Variable in class org.objectweb.joram.client.jms.admin.Subscription
True if the subscription is durable.
durable - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
durableSubscriber - Variable in class org.objectweb.joram.client.jms.MessageConsumer
true for a durable subscriber.

E

ELT_ADMINMODULE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for AdminModule element
ELT_AMQP_ACQUISITION_QUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_AMQP_ACQUISITION_TOPIC - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_AMQP_BRIDGE_CNX - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for AMQP bridge connection element
ELT_AMQP_DISTRIBUTION_QUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_AMQP_DISTRIBUTION_TOPIC - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_CLUSTER_CF - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for Cluster CF
ELT_CLUSTER_ELEMENT - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for Cluster element
ELT_CLUSTER_QUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for Cluster Queue
ELT_CLUSTER_TOPIC - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for Cluster Topic
ELT_COLLECTOR_QUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_COLLECTOR_TOPIC - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_COLLOCATEDCONNECT - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for collocatedConnect element
ELT_CONNECT - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for connect element
ELT_CONNECTIONFACTORY - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for ConnectionFactory element
ELT_DESTINATION - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for Destination element
ELT_DMQUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for Dead message Queue element
ELT_FREEREADER - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for freeReader element
ELT_FREEWRITER - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for freeWriter element
ELT_IN_INTERCEPTORS - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_INITIALCONTEXT - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for InitialContext element
ELT_INTERCEPTOR - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_JMS_ACQUISITION_QUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_JMS_ACQUISITION_TOPIC - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_JMS_BRIDGE_CNX - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for JMS bridge connection element
ELT_JMS_DISTRIBUTION_QUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_JMS_DISTRIBUTION_TOPIC - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_JNDI - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for jndi element
ELT_JORAMADMIN - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for JoramAdmin element
ELT_LOCAL - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for local element
ELT_LOCAL_ADMINMODULE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for a colocated AdminModule element
ELT_LOCAL_CONNECTIONFACTORY - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for a colocated ConnectionFactory element
ELT_MONITORING_QUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_MONITORING_TOPIC - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_OUT_INTERCEPTORS - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_PROPERTY - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for property element
ELT_QUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for Queue element
ELT_READER - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for reader element
ELT_REST_ACQUISITION_QUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_REST_DISTRIBUTION_QUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_SCHEDULER_QUEUE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ELT_SERVER - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for Server element
ELT_SSL_ADMINMODULE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for a SSL AdminModule element
ELT_SSL_CONNECTIONFACTORY - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for a SSL ConnectionFactory element
ELT_TCP - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for tcp element
ELT_TCP_ADMINMODULE - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for a TCP AdminModule element
ELT_TCP_CONNECTIONFACTORY - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for a TCP ConnectionFactory element
ELT_TOPIC - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for Topic element
ELT_USER - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for User element
ELT_WRITER - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Syntaxic name for writer element
end(Xid, int) - Method in class org.objectweb.joram.client.jms.XAResource
Delists this resource.
end(Xid, int, Session) - Method in class org.objectweb.joram.client.jms.XAResourceMngr
Notifies the RM that a transaction is ended.
endDocument() - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Finalizes parsing of a document.
endElement(String, String, String) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Receive notification of the end of an element.
enlisted - Variable in class org.objectweb.joram.client.jms.XAResource
true if the resource is enlisted in a transaction.
equals(Object) - Method in class org.objectweb.joram.client.jms.admin.User
Returns true if the parameter object is a Joram user wrapping the same Joram's User.
equals(Object) - Method in class org.objectweb.joram.client.jms.Connection
Returns true if the parameter is a Connection instance sharing the same proxy identifier and connection key.
equals(Object) - Method in class org.objectweb.joram.client.jms.Destination
Returns true if the parameter object is a Joram destination wrapping the same Joram's Destination.
equals(Object) - Method in class org.objectweb.joram.client.jms.pool.ConnectionKey
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.objectweb.joram.client.jms.XAResourceMngr
Resource managers are equal if they belong to the same connection.
error(SAXParseException) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Handles notification of a recoverable parser error.
ErrorListener - Interface in org.objectweb.joram.client.jms.connection
 
errorReceived(int, MomExceptionReply) - Method in interface org.objectweb.joram.client.jms.connection.ErrorListener
 
errorReceived(int, MomExceptionReply) - Method in interface org.objectweb.joram.client.jms.connection.ReplyListener
 
errorReceived(int, MomExceptionReply) - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
errorReceived(int, MomExceptionReply) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
exc - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.Closer
 
exc - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.onExceptionRunner
 
exceptionListener - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
executeAdmin(Reader) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
 
executeXMLAdmin(String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
This method execute the XML script file that the pathname is given in parameter.
executeXMLAdmin(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
This method execute the XML script file that the pathname is given in parameter.
executeXMLAdmin(String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
This method execute the XML script file that the pathname is given in parameter.
executeXMLAdmin(String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
This method execute the XML script file that the location is given in parameter.
executeXMLAdmin(String, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
This method execute the XML script file that the location is given in parameter.
executeXMLAdmin(String, String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
This method execute the XML script file that the location is given in parameter.
exit() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Closes the administration connection and unregister the MBean.
exit() - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Closes the administration connection and unregister the MBean.
exit(boolean) - Method in class org.objectweb.joram.client.jms.admin.JoramAdminConnect
Unregisters the MBean.
exit(boolean) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminConnectMBean
Unregisters the MBean.
exportRepositoryToFile(String, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Export the repository content to an XML file - only the destinations objects are retrieved in this version - xml script format of the admin objects (joramAdmin.xml)
exportRepositoryToFile(String, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Export the repository content to an XML file - only the destinations objects are retrieved in this version - xml script format of the admin objects (joramAdmin.xml)
exportRepositoryToFile(String, String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Export the repository content to an XML file - only the destinations objects are retrieved in this version - xml script format of the admin objects (joramAdmin.xml)

F

factoryParameters - Variable in class org.objectweb.joram.client.jms.Connection
The factory's parameters.
FactoryParameters - Class in org.objectweb.joram.client.jms
A FactoryParameters instance holds a <XA>ConnectionFactory configuration parameters, it allows to configure the related ConnectionFactory.
FactoryParameters() - Constructor for class org.objectweb.joram.client.jms.FactoryParameters
Constructs an empty FactoryParameters.
FactoryParameters(String) - Constructor for class org.objectweb.joram.client.jms.FactoryParameters
Constructs a FactoryParameters instance.
FactoryParameters(String, int) - Constructor for class org.objectweb.joram.client.jms.FactoryParameters
Constructs a FactoryParameters instance.
failedLoginCount - Variable in class org.objectweb.joram.client.jms.local.LocalConnections
Number of failed login attempts.
fatalError(SAXParseException) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Handles notification of a non-recoverable parser error.
first - Static variable in class org.objectweb.joram.client.jms.Message
 
firstTimeBytesRead - Variable in class org.objectweb.joram.client.jms.StreamMessage
 
FLOAT - Static variable in class org.objectweb.joram.client.jms.StreamMessage
 
foreign - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
forget(Xid) - Method in class org.objectweb.joram.client.jms.XAResource
Not implemented as transactions are not heuristically completed.
formatId - Variable in class org.objectweb.joram.client.jms.XidImpl
 
free(PooledConnection) - Method in class org.objectweb.joram.client.jms.pool.ConnectionPool
Frees the specified connection, depending of the number of free connections in the pool this connection is closed or inserted in the pool.
free(PooledConnection) - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
 
freedCnx - Variable in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
 
freeReading - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
freeWriting - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
fromReference(Reference) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Restores the administered object from a naming reference.
fromReference(Reference) - Method in class org.objectweb.joram.client.jms.admin.AdministeredObject
Restores the administered object from a naming reference.
fromReference(Reference) - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
Restores the administered object from a naming reference.
fromReference(Reference) - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
Restores the administered object from a naming reference.
fromReference(Reference) - Method in class org.objectweb.joram.client.jms.admin.User
Restores the administered object from a naming reference.
fromReference(Reference) - Method in class org.objectweb.joram.client.jms.Destination
Restores the administered object from a naming reference.
fromReference(Reference, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Restores the administered object from a clustered naming reference.
fromReference(Reference, String) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
FTP_QUEUE - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the implementation class for a Queue allowing to forward data with Ftp.
FtpQueue - Class in org.objectweb.joram.client.jms.admin
The FtpQueue class allows administrators to create FTP queues.
FtpQueue() - Constructor for class org.objectweb.joram.client.jms.admin.FtpQueue
 

G

getAcknowledgeMode() - Method in class org.objectweb.joram.client.jms.Session
API method.
getAcknowledgeMode() - Method in interface org.objectweb.joram.client.jms.SessionMBean
API method.
getAcknowledgeMode() - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
getAcquisitionPeriod() - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
getAdminMessage() - Method in class org.objectweb.joram.client.jms.admin.AdminMessage
get the AbstractAdminMessage body of the message.
getAdminName() - Method in class org.objectweb.joram.client.jms.Destination
Returns the symbolic administration name of the destination.
getAdminName() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
 
getAllDestinations(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
This method creates and registers MBeans for all the destinations of the selected server.
getAllDestinations(int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
This method creates and registers MBeans for all the destinations of the selected server.
getAllUsers(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getAllUsers(int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
This method creates and registers MBeans for all the users of the selected server.
getAsync() - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getAsyncSend() - Method in class org.objectweb.joram.client.jms.Connection
Indicates whether the persistent produced messages are asynchronously sent (without acknowledge) or not.
getAsyncSend() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
getAutoStart() - Method in class org.objectweb.joram.client.jms.ContextConnection
 
getAutoStart() - Method in class org.objectweb.joram.client.jms.JMSContext
 
getAutoStart() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
getBody(Class<T>) - Method in class org.objectweb.joram.client.jms.BytesMessage
 
getBody(Class<T>) - Method in class org.objectweb.joram.client.jms.Message
Returns the message body as an object of the specified type.
getBody(Class<T>) - Method in class org.objectweb.joram.client.jms.StreamMessage
 
getBodyLength() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
getBoolean(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getBooleanProperty(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getBooleanProperty(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
getBranchQualifier() - Method in class org.objectweb.joram.client.jms.XidImpl
 
getByte(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getByteProperty(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getByteProperty(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
getBytes() - Method in class org.objectweb.joram.client.jms.BytesMessage
Get message content as byte array
getBytes(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getChar(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getCheckPeriod() - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
getClientID() - Method in class org.objectweb.joram.client.jms.Connection
API method.
getClientID() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
getClientID() - Method in class org.objectweb.joram.client.jms.ContextConnection
 
getClientID() - Method in class org.objectweb.joram.client.jms.JMSContext
 
getClientID() - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
getClientID() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
getCluster() - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
 
getCluster() - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
 
getClusterFellows() - Method in class org.objectweb.joram.client.jms.Topic
Monitoring method returning the list describing the cluster this topic is part of.
getCnx() - Method in class org.objectweb.joram.client.jms.TemporaryQueue
Returns the connection this temporary queue belongs to, null if not known.
getCnx() - Method in class org.objectweb.joram.client.jms.TemporaryTopic
Returns the connection this temporary topic belongs to, null if not known.
getCompressedMinSize() - Method in class org.objectweb.joram.client.jms.Connection
Returns the minimum size beyond which the message body is compressed.
getCompressedMinSize() - Method in class org.objectweb.joram.client.jms.Message
Returns the minimum size beyond which this message's body is compressed.
getCompressedMinSize() - Method in class org.objectweb.joram.client.jms.Session
Get the compressedMinSize for this session.
getCompressedMinSize() - Method in interface org.objectweb.joram.client.jms.SessionMBean
Get the compressedMinSize for this session.
getCompressionLevel() - Method in class org.objectweb.joram.client.jms.Connection
Get the compression level (0..9) for this Connection, this attribute is inherited from FactoryParameters.
getCompressionLevel() - Method in class org.objectweb.joram.client.jms.Message
Returns the compression level (0..9) used when this message body is compressed.
getCompressionLevel() - Method in class org.objectweb.joram.client.jms.Session
Get the compression level for this session.
getCompressionLevel() - Method in interface org.objectweb.joram.client.jms.SessionMBean
Get the compression level for this Connection.
getConfiguration() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the current servers configuration (a3servers.xml).
getConfiguration() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the current servers configuration (a3servers.xml).
getConfiguration() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the current servers configuration (a3servers.xml).
getConfiguration() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Returns the current servers configuration (equivalent to the a3servers.xml file).
getConnection() - Method in class org.objectweb.joram.client.jms.Session
 
getConnectionAtts(Attributes) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
getConnectionFactory() - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
Chooses a connection factory from the cluster definition.
getConnectionFactory() - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
Returns the underlying ConnectionFactory used to create the connections.
getContext() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
getCopyOfSession() - Method in class org.objectweb.joram.client.jms.JMSContext
 
getCreationDate() - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
getCreationDate() - Method in interface org.objectweb.joram.client.jms.local.LocalRequestChannelMBean
Gets connection creation date.
getCurrentInstance() - Static method in class org.objectweb.joram.client.jms.local.LocalConnections
 
getDefaultDMQ() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the default dead message queue for the local server, null if not set.
getDefaultDMQ() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the default dead message queue for the local server, null if not set.
getDefaultDMQ() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the default dead message queue for the local server, null if not set.
getDefaultDMQ() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getDefaultDMQ(int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the default dead message queue for a given server, null if not set.
getDefaultDMQ(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the default dead message queue for a given server, null if not set.
getDefaultDMQ(int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the default dead message queue for a given server, null if not set.
getDefaultDMQ(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getDefaultDMQId() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the unique identifier of the default dead message queue for the local server, null if not set.
getDefaultDMQId() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the default dead message queue for the local server, null if not set.
getDefaultDMQId() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the unique identifier of the default dead message queue for the local server, null if not set.
getDefaultDMQId() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Returns the unique identifier of the default dead message queue for the local server, null if not set.
getDefaultDMQId() - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Returns the unique identifier of the default dead message queue for the local server, null if not set.
getDefaultDMQId(int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the unique identifier of the default dead message queue for a given server, null if not set.
getDefaultDMQId(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the default dead message queue for a given server, null if not set.
getDefaultDMQId(int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the unique identifier of the default dead message queue for a given server, null if not set.
getDefaultDMQId(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Returns the unique identifier of the default dead message queue for the local server, null if not set.
getDefaultDMQId(int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Returns the unique identifier of the default dead message queue for the local server, null if not set.
getDefaultLogin() - Static method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Returns default login name for connection.
getDefaultPassword() - Static method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Returns the default login password for connection.
getDefaultRootLogin() - Static method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Returns default administrator login name for connection.
getDefaultRootPassword() - Static method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Returns the default administrator login password for connection.
getDefaultServerHost() - Static method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Returns default server's hostname for connection.
getDefaultServerPort() - Static method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Returns default server's port for connection.
getDefaultThreshold() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the default threshold value for the local server, -1 if not set.
getDefaultThreshold() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the default threshold value for the local server, -1 if not set.
getDefaultThreshold() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the default threshold value for the local server, -1 if not set.
getDefaultThreshold() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Returns the default threshold value for the local server, -1 if not set.
getDefaultThreshold() - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Returns the default threshold value for the local server, -1 if not set.
getDefaultThreshold(int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the default threshold value for a given server, -1 if not set.
getDefaultThreshold(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the default threshold value for a given server, -1 if not set.
getDefaultThreshold(int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the default threshold value for a given server, -1 if not set.
getDefaultThreshold(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Returns the default threshold value for a given server, -1 if not set.
getDefaultThreshold(int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Returns the default threshold value for a given server, -1 if not set.
getDelegateSession() - Method in class org.objectweb.joram.client.jms.XASession
 
getDeliveredMessageCount() - Method in class org.objectweb.joram.client.jms.admin.Subscription
Returns the number of messages delivered and waiting for acknowledge.
getDeliveredMessages() - Method in class org.objectweb.joram.client.jms.Queue
Monitoring method returning the number of delivered messages since the queue's creation.
getDeliveryDelay() - Method in class org.objectweb.joram.client.jms.JMSProducer
API method
getDeliveryDelay() - Method in class org.objectweb.joram.client.jms.MessageProducer
API 2.0 Get the delivery delay.
getDeliveryMode() - Method in class org.objectweb.joram.client.jms.JMSProducer
API method
getDeliveryMode() - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
getDemultiplexerDaemonName() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
getDest() - Method in class org.objectweb.joram.client.jms.MessageConsumer
 
getDestination() - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
return the appropriate destination of cluster
getDestination() - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
getDestinations() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the list of all destinations that exist on the local server.
getDestinations() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the list of all destinations that exist on the local server, or null if none exist.
getDestinations() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the list of all destinations that exist on the local server.
getDestinations() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
This method creates and registers MBeans for all the destinations on the local server.
getDestinations(int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the list of all destinations that exist on a given server.
getDestinations(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the list of all destinations that exist on a given server, or null if none exist.
getDestinations(int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the list of all destinations that exist on a given server.
getDestinations(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
This method creates and registers MBeans for all the destinations of the selected server.
getDestinationsList() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
No longer supported next to Joram 5.2
getDestinationsList(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
No longer supported next to Joram 5.2
getDestName() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
getDisableMessageID() - Method in class org.objectweb.joram.client.jms.JMSProducer
API method
getDisableMessageID() - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
getDisableMessageTimestamp() - Method in class org.objectweb.joram.client.jms.JMSProducer
API method
getDisableMessageTimestamp() - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
getDMQ() - Method in class org.objectweb.joram.client.jms.admin.User
Monitoring method returning the dead message queue of this user, null if not set.
getDMQ() - Method in class org.objectweb.joram.client.jms.Destination
Monitoring method returning the dead message queue of this destination, null if not set.
getDMQId() - Method in class org.objectweb.joram.client.jms.admin.User
Monitoring method returning the dead message queue id of this user, null if not set.
getDMQId() - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
Returns the dead message queue Id for this user, null if not set.
getDMQId() - Method in class org.objectweb.joram.client.jms.Destination
Monitoring method returning the dead message queue id of this destination, null if not set.
getDMQId() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Monitoring method returning the dead message queue id of this destination, null if not set.
getDomainNames(int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the list of the domain names that contains the specified server.
getDomainNames(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the list of the domain names that contains the specified server.
getDomainNames(int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the list of the domain names that contains the specified server.
getDomainNames(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Returns the list of the domain names that contains the specified server.
getDomainNames(int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Returns the list of the domain names that contains the specified server.
getDouble(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getDoubleProperty(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getDoubleProperty(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
getEffectiveBody(Class<T>) - Method in class org.objectweb.joram.client.jms.BytesMessage
 
getEffectiveBody(Class<T>) - Method in class org.objectweb.joram.client.jms.MapMessage
 
getEffectiveBody(Class<T>) - Method in class org.objectweb.joram.client.jms.Message
Get message body
getEffectiveBody(Class<T>) - Method in class org.objectweb.joram.client.jms.ObjectMessage
 
getEffectiveBody(Class<T>) - Method in class org.objectweb.joram.client.jms.StreamMessage
Get message body
getEffectiveBody(Class<T>) - Method in class org.objectweb.joram.client.jms.TextMessage
 
getEnumeration() - Method in class org.objectweb.joram.client.jms.QueueBrowser
API method.
getExceptionListener() - Method in class org.objectweb.joram.client.jms.Connection
API method.
getExceptionListener() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
getExceptionListener() - Method in class org.objectweb.joram.client.jms.ContextConnection
 
getExceptionListener() - Method in class org.objectweb.joram.client.jms.JMSContext
 
getExceptionListener() - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
getExceptionListener() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
getFailedLoginCount() - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
getFloat(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getFloatProperty(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getFloatProperty(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
getFormatId() - Method in class org.objectweb.joram.client.jms.XidImpl
 
getGlobalTransactionId() - Method in class org.objectweb.joram.client.jms.XidImpl
 
getHierarchicalFather() - Method in class org.objectweb.joram.client.jms.Topic
Monitoring method returning the hierarchical father of this topic, null if none.
getHost() - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
getHost() - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
getHost() - Method in class org.objectweb.joram.client.jms.FactoryParameters
Returns the name of host hosting the server to create connections with.
getHostName() - Method in class org.objectweb.joram.client.jms.admin.Server
 
getId() - Method in class org.objectweb.joram.client.jms.admin.Server
 
getId() - Method in class org.objectweb.joram.client.jms.Session
 
getIdentity() - Method in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
 
getIdentity() - Method in interface org.objectweb.joram.client.jms.connection.RequestChannel
 
getIdentity() - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
getIdentity() - Method in class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
 
getIdleTimeout() - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
getIdleTimeout() - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
getIds() - Method in class org.objectweb.joram.client.jms.MessageAcks
Returns the vector of message identifiers.
getImplicitAck() - Method in class org.objectweb.joram.client.jms.Connection
Indicates whether the messages consumed are implicitly acknowledged or not.
getImplicitAck() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
getInInterceptors() - Method in class org.objectweb.joram.client.jms.Connection
returns the list of IN message interceptors.
getInitialContext() - Method in class org.objectweb.joram.client.osgi.JndiHelper
 
getInitiatedConnectionCount() - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
getInt(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getInterceptors() - Method in class org.objectweb.joram.client.jms.Destination
Administration method to get interceptors list.
getInterceptors() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
 
getInterceptorsIN() - Method in class org.objectweb.joram.client.jms.admin.User
Get interceptors.
getInterceptorsIN() - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
get interceptors.
getInterceptorsOUT() - Method in class org.objectweb.joram.client.jms.admin.User
Get interceptors.
getInterceptorsOUT() - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
get interceptors.
getIntProperty(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getIntProperty(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
getJMSCorrelationID() - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getJMSCorrelationID() - Method in class org.objectweb.joram.client.jms.Message
API method.
getJMSCorrelationIDAsBytes() - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getJMSCorrelationIDAsBytes() - Method in class org.objectweb.joram.client.jms.Message
API method.
getJMSDeliveryMode() - Method in class org.objectweb.joram.client.jms.Message
API method.
getJMSDeliveryTime() - Method in class org.objectweb.joram.client.jms.Message
API 2.0 Gets the message delivery time value.
getJMSDestination() - Method in class org.objectweb.joram.client.jms.Message
Returns the message destination.
getJMSExpiration() - Method in class org.objectweb.joram.client.jms.Message
API method.
getJMSMajorVersion() - Method in class org.objectweb.joram.client.jms.ConnectionMetaData
API method: Gets the JMS major version number.
getJMSMessageID() - Method in class org.objectweb.joram.client.jms.Message
API method.
getJMSMinorVersion() - Method in class org.objectweb.joram.client.jms.ConnectionMetaData
API method: Gets the JMS minor version number
getJMSPriority() - Method in class org.objectweb.joram.client.jms.Message
API method.
getJMSProviderName() - Method in class org.objectweb.joram.client.jms.ConnectionMetaData
API method: Gets the JMS provider name: Joram.
getJMSRedelivered() - Method in class org.objectweb.joram.client.jms.Message
API method.
getJMSReplyTo() - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getJMSReplyTo() - Method in class org.objectweb.joram.client.jms.Message
API method.
getJMSTimestamp() - Method in class org.objectweb.joram.client.jms.Message
API method.
getJMSType() - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getJMSType() - Method in class org.objectweb.joram.client.jms.Message
API method.
getJMSVersion() - Method in class org.objectweb.joram.client.jms.ConnectionMetaData
API method: Gets the JMS API version, currently 1.1.
getJMSXPropertyNames() - Method in class org.objectweb.joram.client.jms.ConnectionMetaData
API method: Gets an enumeration of the JMSX property names.
getJMXAttribute(int, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns JMX attribute value for the specified server.
getJMXAttribute(int, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns JMX attribute value for the specified server.
getJMXAttribute(int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns JMX attribute value for the specified server.
getJMXAttribute(int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getJMXAttribute(String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns JMX attribute value for the local server.
getJMXAttribute(String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns JMX attribute value for the local server.
getJMXAttribute(String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns JMX attribute value for the local server.
getJMXAttribute(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getJMXBaseName() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getJMXBeanName() - Method in class org.objectweb.joram.client.jms.Connection
 
getJMXBeanName() - Method in class org.objectweb.joram.client.jms.Session
Returns the MBean name.
getJMXBeanName(String, User) - Static method in class org.objectweb.joram.client.jms.admin.User
 
getJMXBeanName(String, Destination) - Static method in class org.objectweb.joram.client.jms.Destination
 
getListInInterceptorClassName() - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
getListInterceptorClassName(List<MessageInterceptor>) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
getListOutInterceptorClassName() - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
getLocalDestinations() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
This method creates and registers MBeans for all the destinations on the local server.
getLocalDestinations() - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
This method creates and registers MBeans for all the destinations on the local server.
getLocalHost() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the host name of the server the module is connected to.
getLocalHost() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the host name of the server the module is connected to.
getLocalHost() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the host name of the server the module is connected to.
getLocalHost() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getLocalName() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the name of the server the module is connected to.
getLocalName() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the name of the server the module is connected to.
getLocalName() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getLocalPort() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the port number of the server the module is connected to.
getLocalServer() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the information about the current server: unique identifier, symbolic name and hostname.
getLocalServer() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
 
getLocalServer() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the information about the current server: unique identifier, symbolic name and hostname.
getLocalServer() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getLocalServerId() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the identifier of the server the module is connected to.
getLocalServerId() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the identifier of the server the module is connected to.
getLocalServerId() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the identifier of the server the module is connected to.
getLocalServerId() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getLocalUsers() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getLocalUsers() - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
This method creates and registers MBeans for all the users on the local server.
getLoginAtts(Attributes) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
getLong(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getLongProperty(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getLongProperty(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
getMapNames() - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getMaxFreeConnections() - Method in class org.objectweb.joram.client.jms.pool.ConnectionPool
Gets the maximum number of free connections for an identity in the pool.
getMaxFreeConnections() - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
Returns the maximum number of free connections for an identity in the pool.
getMBeanName() - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
getMBeanName() - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
getMessage(String) - Method in class org.objectweb.joram.client.jms.Queue
Returns a copy of the message.
getMessage(String, String) - Method in class org.objectweb.joram.client.jms.admin.User
Returns a copy of a message of the subscription.
getMessageConsumer(String) - Method in class org.objectweb.joram.client.jms.Session
 
getMessageConsumerListener(String) - Method in class org.objectweb.joram.client.jms.Session
 
getMessageCount() - Method in class org.objectweb.joram.client.jms.admin.Subscription
Returns the number of pending messages.
getMessageDigest(String) - Method in class org.objectweb.joram.client.jms.Queue
 
getMessageDigest(String) - Method in interface org.objectweb.joram.client.jms.QueueMBean
 
getMessageDigest(String, String) - Method in class org.objectweb.joram.client.jms.admin.User
 
getMessageDigest(String, String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
 
getMessageHeader(String) - Method in class org.objectweb.joram.client.jms.Queue
 
getMessageHeader(String) - Method in interface org.objectweb.joram.client.jms.QueueMBean
 
getMessageHeader(String, String) - Method in class org.objectweb.joram.client.jms.admin.User
 
getMessageHeader(String, String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
 
getMessageIdPrefix() - Method in class org.objectweb.joram.client.jms.FactoryParameters
Gets the prefix to add to the JMS MessageID of connection created from this factory.
getMessageIds() - Method in class org.objectweb.joram.client.jms.Queue
Returns the identifiers of all messages in this queue.
getMessageIds() - Method in interface org.objectweb.joram.client.jms.QueueMBean
 
getMessageIds(String) - Method in class org.objectweb.joram.client.jms.admin.User
 
getMessageIds(String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
 
getMessageListener() - Method in class org.objectweb.joram.client.jms.JMSConsumer
API method
getMessageListener() - Method in class org.objectweb.joram.client.jms.MessageConsumer
API method.
getMessageListener() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
getMessageListener() - Method in class org.objectweb.joram.client.jms.Session
API method.
getMessageListener() - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
getMessageListenersSize() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
getMessageProperties(String) - Method in class org.objectweb.joram.client.jms.Queue
 
getMessageProperties(String) - Method in interface org.objectweb.joram.client.jms.QueueMBean
 
getMessageProperties(String, String) - Method in class org.objectweb.joram.client.jms.admin.User
 
getMessageProperties(String, String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
 
getMessageSelector() - Method in class org.objectweb.joram.client.jms.JMSConsumer
API method
getMessageSelector() - Method in class org.objectweb.joram.client.jms.MessageConsumer
API method.
getMessageSelector() - Method in class org.objectweb.joram.client.jms.QueueBrowser
API method.
getMetaData() - Method in class org.objectweb.joram.client.jms.Connection
API method.
getMetaData() - Method in class org.objectweb.joram.client.jms.ContextConnection
 
getMetaData() - Method in class org.objectweb.joram.client.jms.JMSContext
 
getMetaData() - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
getMetaData() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
getMomMsg() - Method in class org.objectweb.joram.client.jms.Message
 
getName() - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
Returns the name of the destination.
getName() - Method in class org.objectweb.joram.client.jms.admin.Server
 
getName() - Method in class org.objectweb.joram.client.jms.admin.Subscription
Returns the subscription's name.
getName() - Method in class org.objectweb.joram.client.jms.admin.User
Returns the user name.
getName() - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
Returns the user name.
getName() - Method in class org.objectweb.joram.client.jms.Destination
Returns the internal name of the destination.
getName() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
 
getNbMaxMsg() - Method in class org.objectweb.joram.client.jms.Queue
Monitoring method returning the nbMaxMsg of this queue, -1 if no limit.
getNbMaxMsg() - Method in interface org.objectweb.joram.client.jms.QueueMBean
 
getNbMaxMsg(String) - Method in class org.objectweb.joram.client.jms.admin.User
Monitoring method returning the nbMaxMsg of this subscription, -1 if no limit.
getNbMaxMsg(String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
 
getNextlistener() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
getNoLocal() - Method in class org.objectweb.joram.client.jms.TopicSubscriber
API method.
getObject() - Method in class org.objectweb.joram.client.jms.ObjectMessage
API method.
getObject(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.objectweb.joram.client.jms.admin.ObjectFactory
Returns an instance of an object given its reference.
getObjectProperty(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getObjectProperty(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
getOutInterceptors() - Method in class org.objectweb.joram.client.jms.Connection
returns the list of OUT message interceptors.
getOutLocalAddress() - Method in class org.objectweb.joram.client.jms.Connection
Returns the local IP address on which the TCP connection is activated.
getOutLocalAddress() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
getOutLocalPort() - Method in class org.objectweb.joram.client.jms.Connection
Returns the local IP address port on which the TCP connection is activated
getOutLocalPort() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
getParameters() - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Returns the factory's configuration parameters.
getPassword() - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
getPassword() - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
getPendingMessages() - Method in class org.objectweb.joram.client.jms.Queue
Monitoring method returning the number of pending messages on this queue.
getPendingMessages() - Method in interface org.objectweb.joram.client.jms.QueueMBean
Monitoring method returning the number of pending messages on this queue.
getPendingRequests() - Method in class org.objectweb.joram.client.jms.Queue
Monitoring method returning the number of pending requests on this queue.
getPendingRequests() - Method in interface org.objectweb.joram.client.jms.QueueMBean
Monitoring method returning the number of pending requests on this queue.
getPeriod() - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
getPort() - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
getPort() - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
getPort() - Method in class org.objectweb.joram.client.jms.FactoryParameters
Returns the port to be used for accessing the server.
getPriority() - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getPriority() - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
getProperties(Map) - Method in class org.objectweb.joram.client.jms.Message
Copies all of the mappings from the properties of this message to the specified map.
getPropertyNames() - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getPropertyNames() - Method in class org.objectweb.joram.client.jms.Message
API method.
getProviderMajorVersion() - Method in class org.objectweb.joram.client.jms.ConnectionMetaData
API method: Gets the Joram's major version number.
getProviderMinorVersion() - Method in class org.objectweb.joram.client.jms.ConnectionMetaData
API method: Gets the Joram's minor version number.
getProviderVersion() - Method in class org.objectweb.joram.client.jms.ConnectionMetaData
API method: Gets the Joram's implementation version.
getProxyId() - Method in class org.objectweb.joram.client.jms.admin.User
Returns the identifier of the user's proxy.
getProxyId() - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
Returns the identifier of the user's proxy.
getProxyId() - Method in class org.objectweb.joram.client.jms.Connection
 
getQueue() - Method in class org.objectweb.joram.client.jms.QueueBrowser
API method.
getQueue() - Method in class org.objectweb.joram.client.jms.QueueReceiver
API method.
getQueue() - Method in class org.objectweb.joram.client.jms.QueueSender
API method.
getQueueAtts(Attributes) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
getQueueClusterElements() - Method in class org.objectweb.joram.client.jms.Queue
Returns the reference of the queues that belong to the cluster.
getQueueMessageReadMax() - Method in class org.objectweb.joram.client.jms.Connection
Get the maximum number of messages that can be read at once from a queue for this Connection.
getQueueMessageReadMax() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
getQueueMessageReadMax() - Method in class org.objectweb.joram.client.jms.Session
Get the maximum number of messages that can be read at once from a queue for this Session.
getQueueMessageReadMax() - Method in interface org.objectweb.joram.client.jms.SessionMBean
Get the maximum number of messages that can be read at once from a queue for this Session.
getQueueMode() - Method in class org.objectweb.joram.client.jms.MessageAcks
Returns true if the messages to acknowledge are on a queue.
getQueueMode() - Method in class org.objectweb.joram.client.jms.MessageConsumer
 
getQueueMode() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
getQueueName() - Method in class org.objectweb.joram.client.jms.admin.ClusterQueue
API method.
getQueueName() - Method in class org.objectweb.joram.client.jms.Queue
API method.
getQueueSession() - Method in class org.objectweb.joram.client.jms.XAQueueSession
API method.
getRawBody() - Method in class org.objectweb.joram.client.jms.Message
Returns the message body in raw format.
getReaderList() - Method in class org.objectweb.joram.client.jms.Destination
Monitoring method returning the list of all users that have a reading permission on this destination, or an empty list if no specific readers are set.
getReaderList() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Monitoring method returning the list of all users that have a reading permission on this destination, or an empty list if no specific readers are set.
getReaders() - Method in class org.objectweb.joram.client.jms.Destination
Monitoring method returning the list of all users that have a reading permission on this destination, or an empty list if no specific readers are set.
getReceivedCount() - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
getReceivedCount() - Method in interface org.objectweb.joram.client.jms.local.LocalRequestChannelMBean
Gets the number of replies received on the connection.
getReference() - Method in class org.objectweb.joram.client.jms.admin.AdministeredObject
 
getRequestId() - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
getRequestMultiplexer() - Method in class org.objectweb.joram.client.jms.Connection
 
getRequestMultiplexer() - Method in class org.objectweb.joram.client.jms.Session
 
getRequestStatus() - Method in class org.objectweb.joram.client.jms.Session
 
getRequestStatus() - Method in interface org.objectweb.joram.client.jms.SessionMBean
The status of the current request.
getRequestTimeout() - Method in class org.objectweb.joram.client.jms.admin.AdminRequestor
Returns the maximum time in ms before aborting a request.
getRunningConnectionsCount() - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
getSentCount() - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
getSentCount() - Method in interface org.objectweb.joram.client.jms.local.LocalRequestChannelMBean
Gets the number of requests sent on the connection.
getServers() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the list of the platform's servers' descriptions.
getServers() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
 
getServers() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the list of the platform's servers' identifiers.
getServers() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getServers(String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the list of the servers' that belong to the specified domain.
getServers(String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the list of the servers' that belong to the specified domain
getServers(String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the list of the servers' that belong to the specified domain.
getServers(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getServerSessionPool() - Method in class org.objectweb.joram.client.jms.MultiSessionConsumer
 
getServersIds() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the list of the platform's servers' identifiers.
getServersIds() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
No longer supported next to Joram 5.2
getServersIds() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the list of the platform's servers' identifiers.
getServersIds() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Returns the list of the platform's servers' identifiers.
getServersIds() - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Returns the list of the platform's servers' identifiers.
getServersIds(String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the list of the servers' identifiers that belong to the specified domain
getServersIds(String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
No longer supported next to Joram 5.2
getServersIds(String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the list of the servers' identifiers that belong to the specified domain
getServersIds(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Returns the list of the servers' identifiers that belong to the specified domain
getServersIds(String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Returns the list of the servers' identifiers that belong to the specified domain
getServersNames() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the list of the platform's servers' names.
getServersNames() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the list of the platform's servers' names.
getServersNames() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getServersNames(String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the list of the servers' names that belong to the specified domain
getServersNames(String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the list of the servers' names that belong to the specified domain
getServersNames(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getSession() - Method in class org.objectweb.joram.client.jms.JMSContext
 
getSession() - Method in class org.objectweb.joram.client.jms.XASession
API method.
getSession(ServerSession) - Method in class org.objectweb.joram.client.jms.MultiSessionConsumer.MessageDispatcher
 
getSessionMode() - Method in class org.objectweb.joram.client.jms.JMSContext
JMS 2.0 API method.
getSessionMode() - Method in class org.objectweb.joram.client.jms.Session
 
getSessionMode() - Method in interface org.objectweb.joram.client.jms.SessionMBean
The way the session is used.
getSessionMode() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
getShort(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getShortProperty(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getShortProperty(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
getStatistic() - Method in class org.objectweb.joram.client.jms.Destination
Deprecated. 
getStatistic() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Deprecated. 
getStatistics() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns statistics for the local server.
getStatistics() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns statistics for the local server.
getStatistics() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns statistics for the local server.
getStatistics() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getStatistics() - Method in class org.objectweb.joram.client.jms.Destination
Returns values of all valid JMX attributes about the destination.
getStatistics() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Returns values of all valid JMX attributes about the destination.
getStatistics() - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
 
getStatistics(int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns statistics for the the specified server.
getStatistics(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns statistics for the the specified server.
getStatistics(int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns statistics for the specified server.
getStatistics(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
getStatistics(String) - Method in class org.objectweb.joram.client.jms.Destination
Returns values of specified JMX attributes about the destination.
getStatus() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
getStatus() - Method in class org.objectweb.joram.client.jms.Session
 
getStatus() - Method in interface org.objectweb.joram.client.jms.SessionMBean
Status of the session
getStatus() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
getStatus(Xid) - Method in class org.objectweb.joram.client.jms.XAResourceMngr
Gets the status of a transaction.
getString(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
getString2Property(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getStringProperty(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getStringProperty(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
getSubscriberIds() - Method in class org.objectweb.joram.client.jms.Topic
 
getSubscriberIds() - Method in interface org.objectweb.joram.client.jms.TopicMBean
Monitoring method returning an array containing the ids of users that subscribes on this topic.
getSubscription(String) - Method in class org.objectweb.joram.client.jms.admin.User
Returns a subscription.
getSubscription(String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
 
getSubscriptionList() - Method in class org.objectweb.joram.client.jms.admin.User
used by MBean jmx
getSubscriptions() - Method in class org.objectweb.joram.client.jms.admin.User
Returns the subscriptions owned by a user.
getSubscriptions() - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
Returns the subscriptions owned by a user.
getSubscriptions() - Method in class org.objectweb.joram.client.jms.Topic
Monitoring method returning the number of users that subscribes on this topic.
getSubscriptions() - Method in interface org.objectweb.joram.client.jms.TopicMBean
Monitoring method returning the number of users that subscribes on this topic.
getSubscriptionString(String) - Method in class org.objectweb.joram.client.jms.admin.User
used by MBean jmx
getSubscriptionString(String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
Returns a subscription.
getTargetName() - Method in class org.objectweb.joram.client.jms.MessageConsumer
 
getTargetName() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
getText() - Method in class org.objectweb.joram.client.jms.TextMessage
API method.
getThread() - Method in class org.objectweb.joram.client.jms.Session.SessionDaemon
 
getThreshold() - Method in class org.objectweb.joram.client.jms.admin.User
Returns the threshold for this user, -1 if not set.
getThreshold() - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
Returns the threshold for this user, -1 if not set.
getThreshold() - Method in class org.objectweb.joram.client.jms.Queue
Monitoring method returning the threshold of this queue, -1 if not set.
getThreshold() - Method in interface org.objectweb.joram.client.jms.QueueMBean
Monitoring method returning the threshold of this queue, -1 if not set.
getThreshold(String) - Method in class org.objectweb.joram.client.jms.admin.User
Returns the threshold for a particular subscription of this user, -1 if not set.
getTimeout() - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
getTimeOutToAbortRequest() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the maximum time in ms before aborting request.
getTimeOutToAbortRequest() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Gets the timeout in ms before abortion of administration requests.
getTimeOutToAbortRequest() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the maximum time in ms before aborting request.
getTimeOutToAbortRequest() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Gets the maximum time a command has to complete before it is canceled.
getTimeOutToAbortRequest() - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Gets the maximum time a command has to complete before it is canceled.
getTimer() - Static method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
getTimeToLive() - Method in class org.objectweb.joram.client.jms.JMSProducer
 
getTimeToLive() - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
getTopic() - Method in class org.objectweb.joram.client.jms.TopicPublisher
API method.
getTopic() - Method in class org.objectweb.joram.client.jms.TopicSubscriber
API method.
getTopicAckBufferMax() - Method in class org.objectweb.joram.client.jms.Connection
Get the maximum number of acknowledgements that can be buffered when using Session.DUPS_OK_ACKNOWLEDGE mode for this Connection.
getTopicAckBufferMax() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
getTopicAckBufferMax() - Method in class org.objectweb.joram.client.jms.Session
Get the maximum number of acknowledgements that can be buffered when using Session.DUPS_OK_ACKNOWLEDGE mode for this session.
getTopicAckBufferMax() - Method in interface org.objectweb.joram.client.jms.SessionMBean
Get the maximum number of acknowledgements that can be buffered when using Session.DUPS_OK_ACKNOWLEDGE mode for this session.
getTopicActivationThreshold() - Method in class org.objectweb.joram.client.jms.Connection
Get the threshold of activation for this Connection.
getTopicActivationThreshold() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
getTopicActivationThreshold() - Method in class org.objectweb.joram.client.jms.Session
Get the threshold of activation for this session.
getTopicActivationThreshold() - Method in interface org.objectweb.joram.client.jms.SessionMBean
Get the threshold of activation for this session.
getTopicAtts(Attributes) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
getTopicId() - Method in class org.objectweb.joram.client.jms.admin.Subscription
Returns the related topic unique identification.
getTopicName() - Method in class org.objectweb.joram.client.jms.admin.ClusterTopic
API method.
getTopicName() - Method in class org.objectweb.joram.client.jms.Topic
API method.
getTopicPassivationThreshold() - Method in class org.objectweb.joram.client.jms.Connection
Get the threshold of passivation for this Connection.
getTopicPassivationThreshold() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
getTopicPassivationThreshold() - Method in class org.objectweb.joram.client.jms.Session
Get the threshold of passivation for this session.
getTopicPassivationThreshold() - Method in interface org.objectweb.joram.client.jms.SessionMBean
Get the threshold of passivation for this session.
getTopicSession() - Method in class org.objectweb.joram.client.jms.XATopicSession
API method.
getTransacted() - Method in class org.objectweb.joram.client.jms.JMSContext
 
getTransacted() - Method in class org.objectweb.joram.client.jms.Session
API method.
getTransacted() - Method in interface org.objectweb.joram.client.jms.SessionMBean
API method.
getTransacted() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
getTransacted() - Method in class org.objectweb.joram.client.jms.XASession
API method.
getTransactionTimeout() - Method in class org.objectweb.joram.client.jms.XAResource
Returns 0 as timeout feature is not supported.
getTxPendingTimer() - Method in class org.objectweb.joram.client.jms.Connection
Returns the duration in seconds during which a JMS transacted (non XA) session might be pending; above that duration the session is rolled back and closed; the 0 value means "no timer".
getTxPendingTimer() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
getType() - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
Returns the type of the destination: queue or topic, temporary or not.
getType() - Method in class org.objectweb.joram.client.jms.Destination
Returns the type of the destination: queue or topic, temporary or not.
getUrl() - Method in class org.objectweb.joram.client.jms.FactoryParameters
Returns the url to be used for accessing the server.
getUsername() - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
getUserName() - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
getUserName() - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
getUserName() - Method in interface org.objectweb.joram.client.jms.local.LocalRequestChannelMBean
Gets connected user's name.
getUsers() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the list of all users that exist on the local server.
getUsers() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the list of all users that exist on the local server, or null if none exist.
getUsers() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the list of all users that exist on the local server.
getUsers() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
This method creates and registers MBeans for all the users on the local server.
getUsers(int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns the list of all users that exist on a given server.
getUsers(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the list of all users that exist on a given server, or null if none exist.
getUsers(int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns the list of all users that exist on a given server.
getUsers(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
This method creates and registers MBeans for all the users of the selected server.
getUsersList() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
No longer supported next to Joram 5.2
getUsersList(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Deprecated.
No longer supported next to Joram 5.2
getVersion() - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
getWrapper() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Returns the administration wrapper.
getWrapper() - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Returns the wrapper to use.
getWrapper() - Method in class org.objectweb.joram.client.jms.admin.User
Returns the administration wrapper to use.
getWrapper() - Method in class org.objectweb.joram.client.jms.Destination
Returns the administration wrapper to use.
getWriterList() - Method in class org.objectweb.joram.client.jms.Destination
Monitoring method returning the list of all users that have a writing permission on this destination, or an empty list if no specific writers are set.
getWriterList() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Monitoring method returning the list of all users that have a writing permission on this destination, or an empty list if no specific writers are set.
getWriters() - Method in class org.objectweb.joram.client.jms.Destination
Monitoring method returning the list of all users that have a writing permission on this destination, or an empty list if no specific writers are set.
getXAResource() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
getXAResource() - Method in class org.objectweb.joram.client.jms.XASession
API method.
getXAResourceMngr() - Method in class org.objectweb.joram.client.jms.XAConnection
return XAResourceMngr of this connection.
getXAResourceMngr() - Method in class org.objectweb.joram.client.jms.XAQueueConnection
return XAResourceMngr of this connection. see connector
getXAResourceMngr() - Method in class org.objectweb.joram.client.jms.XATopicConnection
return XAResourceMngr of this connection.
globalTransactionId - Variable in class org.objectweb.joram.client.jms.XidImpl
 

H

handle(Message, Session) - Method in interface org.objectweb.joram.client.jms.MessageInterceptor
Handles a message before proceeding.
hashCode - Variable in class org.objectweb.joram.client.jms.Connection
 
hashCode() - Method in class org.objectweb.joram.client.jms.admin.User
 
hashCode() - Method in class org.objectweb.joram.client.jms.Connection
 
hashCode() - Method in class org.objectweb.joram.client.jms.Destination
 
hashCode() - Method in class org.objectweb.joram.client.jms.pool.ConnectionKey
Returns a hash code value for the object.
hashCode() - Method in class org.objectweb.joram.client.jms.XAResourceMngr
 
hasMoreElements() - Method in class org.objectweb.joram.client.jms.QueueBrowser.QueueEnumeration
API method.
heartBeat - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.HeartBeatTask
 
heartBeatTask - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
The task responsible for keeping the connection alive.
HeartBeatTask(long) - Constructor for class org.objectweb.joram.client.jms.connection.RequestMultiplexer.HeartBeatTask
 
host - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
host - Variable in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
host - Variable in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
host - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Name of host hosting the server to create connections with.
hostName - Variable in class org.objectweb.joram.client.jms.admin.Server
 
hostName - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
hostName - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient.ServerAddress
 

I

id - Variable in class org.objectweb.joram.client.jms.admin.Server
 
id - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.TcpMessage
 
ident - Variable in class org.objectweb.joram.client.jms.Session
The identifier of the session.
identified - Variable in class org.objectweb.joram.client.jms.MessageProducer
true if the producer's destination is identified.
identity - Variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Authentication identity.
identity - Variable in class org.objectweb.joram.client.jms.Connection
 
identity - Variable in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
identity - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
identity - Variable in class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
 
identityClass - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
identityClassName - Variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
 
idleTimeout - Variable in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
idleTimeout - Variable in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
ids - Variable in class org.objectweb.joram.client.jms.MessageAcks
The vector of messages identifiers.
implicitAck - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Determines whether the messages consumed are implicitly acknowledged or not.
implicitAck - Variable in class org.objectweb.joram.client.jms.Session
Indicates whether the messages consumed are implicitly acknowledged or not.
increaseFailedLoginCount() - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
increaseInitiatedConnectionCount() - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
indent(int) - Static method in class org.objectweb.joram.client.jms.admin.XmlSerializer
Return indent spaces.
INDIVIDUAL_ACKNOWLEDGE - Static variable in class org.objectweb.joram.client.jms.Session
With this acknowledgment mode, the client acknowledges a consumed message by calling the message's acknowledge method.
inInterceptorClassname - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
inInterceptors - Variable in class org.objectweb.joram.client.jms.FactoryParameters
List of Message interceptors while receiving a message.
inInterceptors - Variable in class org.objectweb.joram.client.jms.Session
 
init() - Static method in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
init() - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
init(Socket) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
init(FactoryParameters, Identity, boolean) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
INIT - Static variable in class org.objectweb.joram.client.jms.connection.Requestor.Status
The requestor is free: it can be called by a client thread.
INIT - Static variable in class org.objectweb.joram.client.jms.MessageConsumerListener.ReceiveStatus
 
INIT - Static variable in class org.objectweb.joram.client.jms.MessageConsumerListener.Status
 
INIT - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
INIT - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
initial - Variable in class org.objectweb.joram.client.jms.Connection.AtomicCounter
 
initiatedConnectionCount - Variable in class org.objectweb.joram.client.jms.local.LocalConnections
Number of local connections initiated since agent server start.
initIdentity(String, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
initialize the user identity.
initStrictVerification() - Static method in class org.objectweb.joram.client.jms.Message
 
inputCounter - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
inputLock - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
inputStream - Variable in class org.objectweb.joram.client.jms.BytesMessage
The stream for reading the written data.
inputStream - Variable in class org.objectweb.joram.client.jms.StreamMessage
The stream for reading the data.
INT - Static variable in class org.objectweb.joram.client.jms.StreamMessage
 
INTERCEPTOR_CLASS_NAME_SEPARATOR - Static variable in class org.objectweb.joram.client.jms.FactoryParameters
 
invokeStaticServerMethod(int, String, String, Class<?>[], Object[]) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Invokes the specified static method with the specified parameters on the chosen server.
invokeStaticServerMethod(int, String, String, Class<?>[], Object[]) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Invokes the specified static method with the specified parameters on the chosen server.
invokeStaticServerMethod(int, String, String, Class<?>[], Object[]) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Invokes the specified static method with the specified parameters on the chosen server.
invokeStaticServerMethod(int, String, String, Class<?>[], Object[]) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
invokeStaticServerMethod(int, String, String, Class<?>[], Object[], boolean) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Invokes the specified static method with the specified parameters on the chosen server.
invokeStaticServerMethod(int, String, String, Class<?>[], Object[], boolean) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Invokes the specified static method with the specified parameters on the chosen server.
invokeStaticServerMethod(int, String, String, Class<?>[], Object[], boolean) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
invokeStaticServerMethod(String, String, Class<?>[], Object[]) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Invokes the specified static method with the specified parameters on the local server.
invokeStaticServerMethod(String, String, Class<?>[], Object[], boolean) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Invokes the specified static method with the specified parameters on the local server.
isActivated() - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
isAsync() - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
Gets the async parameter.
isAsyncSend() - Method in class org.objectweb.joram.client.jms.Session
Indicates whether the messages produced are asynchronously sent or not (without or with acknowledgment).
isAsyncSend() - Method in interface org.objectweb.joram.client.jms.SessionMBean
Indicates whether the messages produced are asynchronously sent or not (without or with acknowledgment).
isAsyncSub() - Method in class org.objectweb.joram.client.jms.Session
Indicates whether the subscription request is asynchronously handled or not.
isAsyncSub() - Method in interface org.objectweb.joram.client.jms.SessionMBean
Indicates whether the subscription request is asynchronously handled or not.
isAutoAck() - Method in class org.objectweb.joram.client.jms.Session
 
isAutoAck() - Method in interface org.objectweb.joram.client.jms.SessionMBean
true if the session's acknowledgements are automatic.
isBatch() - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
Gets the batch parameter.
isBodyAssignableTo(Class) - Method in class org.objectweb.joram.client.jms.Message
API 2.0 method
isBodyAssignableTo(Class) - Method in class org.objectweb.joram.client.jms.StreamMessage
 
isClosed() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Returns true if the underlying requestor is closed.
isClosed() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Returns true if the underlying requestor is closed.
isClosed() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
isClosed() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
isClosed() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
isCompressed() - Method in class org.objectweb.joram.client.jms.Message
 
isDurable() - Method in class org.objectweb.joram.client.jms.admin.Subscription
Returns true if the subscription is durable, false otherwise.
isFreelyReadable() - Method in class org.objectweb.joram.client.jms.Destination
Monitoring method returning true if this destination provides free READ access.
isFreelyReadable() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Monitoring method returning true if this destination provides free READ access.
isFreelyWriteable() - Method in class org.objectweb.joram.client.jms.Destination
Monitoring method returning true if this destination provides free WRITE access.
isFreelyWriteable() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Monitoring method returning true if this destination provides free WRITE access.
isImplicitAck() - Method in class org.objectweb.joram.client.jms.Session
Indicates whether the messages consumed are implicitly acknowledged or not.
isImplicitAck() - Method in interface org.objectweb.joram.client.jms.SessionMBean
Indicates whether the messages consumed are implicitly acknowledged or not.
isMediaTypeJson() - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
isOpen() - Method in class org.objectweb.joram.client.jms.MessageConsumer
 
isOpenMessageConsumer(String) - Method in class org.objectweb.joram.client.jms.Connection
 
isQueue() - Method in class org.objectweb.joram.client.jms.Destination
Returns true if the destination is a queue.
isQueue() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Returns true if the destination is a queue.
isQueueMode() - Method in class org.objectweb.joram.client.jms.MessageConsumer
 
isReaderRun() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
isSameRM(XAResource) - Method in class org.objectweb.joram.client.jms.XAResource
Checks if this resource shares the same resource manager (XAConnection) with an other resource.
isSet(String) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
isSet(String) - Method in class org.objectweb.joram.client.osgi.JndiHelper
 
isSetIdentityClassName - Variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
 
isStarted() - Method in class org.objectweb.joram.client.jms.Session
 
isStarted() - Method in interface org.objectweb.joram.client.jms.SessionMBean
 
isStopped() - Method in class org.objectweb.joram.client.jms.Connection
 
isStopped() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
isTopic() - Method in class org.objectweb.joram.client.jms.Destination
Returns true if the destination is a topic.
isTopic() - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Returns true if the destination is a topic.
isUseOldAPI() - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
isUseOldAPI() - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
itemExists(String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.

J

JFTPImpl - Static variable in class org.objectweb.joram.client.jms.admin.FtpQueue
Class name of handler allowing to transfer file using JFTP.
JMSAcquisition - Static variable in class org.objectweb.joram.client.jms.admin.JMSAcquisitionQueue
Class name of handler allowing to acquire messages to a foreign JMS provider.
JMSAcquisition - Static variable in class org.objectweb.joram.client.jms.admin.JMSAcquisitionTopic
Class name of handler allowing to acquire messages to a foreign JMS provider.
JMSAcquisitionQueue - Class in org.objectweb.joram.client.jms.admin
The JMSAcquisitionQueue class allows administrators to create JMS acquisition queues (JMS bridge in).
JMSAcquisitionQueue() - Constructor for class org.objectweb.joram.client.jms.admin.JMSAcquisitionQueue
 
JMSAcquisitionTopic - Class in org.objectweb.joram.client.jms.admin
The JMSAcquisitionTopic class allows administrators to create JMS acquisition topics (JMS bridge in).
JMSAcquisitionTopic() - Constructor for class org.objectweb.joram.client.jms.admin.JMSAcquisitionTopic
 
JMSConsumer - Class in org.objectweb.joram.client.jms
 
JMSConsumer(MessageConsumer) - Constructor for class org.objectweb.joram.client.jms.JMSConsumer
API method
JMSContext - Class in org.objectweb.joram.client.jms
A JMSContext is the main interface in the simplified JMS API introduced for JMS 2.0.
JMSContext(Connection) - Constructor for class org.objectweb.joram.client.jms.JMSContext
Creates a new Context using a newly created JMS connection.
JMSContext(Connection, int) - Constructor for class org.objectweb.joram.client.jms.JMSContext
Creates a new Context using a newly created JMS connection.
JMSContext(ContextConnection, int) - Constructor for class org.objectweb.joram.client.jms.JMSContext
Creates a new Context sharing the connection of the calling context.
jmsCorrelationID - Variable in class org.objectweb.joram.client.jms.JMSProducer
 
jmsDest - Variable in class org.objectweb.joram.client.jms.Message
The JMSDestination field.
JMSDistribution - Static variable in class org.objectweb.joram.client.jms.admin.JMSDistributionQueue
Class name of handler allowing to distribute messages to a foreign JMS provider.
JMSDistribution - Static variable in class org.objectweb.joram.client.jms.admin.JMSDistributionTopic
Class name of handler allowing to distribute messages to a foreign JMS provider.
JMSDistributionQueue - Class in org.objectweb.joram.client.jms.admin
The JMSDistributionQueue class allows administrators to create JMS distribution queues (JMS bridge out).
JMSDistributionQueue() - Constructor for class org.objectweb.joram.client.jms.admin.JMSDistributionQueue
 
JMSDistributionTopic - Class in org.objectweb.joram.client.jms.admin
The JMSDistributionTopic class allows administrators to create JMS distribution topics (JMS bridge out).
JMSDistributionTopic() - Constructor for class org.objectweb.joram.client.jms.admin.JMSDistributionTopic
 
jmsMajorVersion - Static variable in class org.objectweb.joram.client.jms.ConnectionMetaData
JMS major version number
jmsMinorVersion - Static variable in class org.objectweb.joram.client.jms.ConnectionMetaData
JMS minor version number
JMSProducer - Class in org.objectweb.joram.client.jms
 
JMSProducer(Session) - Constructor for class org.objectweb.joram.client.jms.JMSProducer
 
jmsType - Variable in class org.objectweb.joram.client.jms.JMSProducer
 
jmsVersion - Static variable in class org.objectweb.joram.client.jms.ConnectionMetaData
JMS API version, currently 1.1
jmsxProperties - Static variable in class org.objectweb.joram.client.jms.ConnectionMetaData
Enumeration of the Joram's JMSX property names, currently JMSXDeliveryCount, JMSXGroupID and JMSXGroupSeq.
JMXAcquisition - Static variable in class org.objectweb.joram.client.jms.admin.MonitoringQueue
Class name of handler allowing to acquire JMX monitoring data.
JMXAcquisition - Static variable in class org.objectweb.joram.client.jms.admin.MonitoringTopic
Class name of handler allowing to acquire JMX monitoring data.
JMXBaseName - Variable in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
JMXBeanBaseName - Variable in class org.objectweb.joram.client.jms.Connection
 
JMXBeanName - Variable in class org.objectweb.joram.client.jms.admin.User
 
JMXBeanName - Variable in class org.objectweb.joram.client.jms.Destination
 
jndiCtx - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
JndiHelper - Class in org.objectweb.joram.client.osgi
 
JndiHelper() - Constructor for class org.objectweb.joram.client.osgi.JndiHelper
 
jndiName - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
JORAM_SERVER_DATA - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
JoramAdmin - Class in org.objectweb.joram.client.jms.admin
JoramAdmin is the implementation of the interface JoramAdminMBean.
JoramAdmin(Connection) - Constructor for class org.objectweb.joram.client.jms.admin.JoramAdmin
Creates a MBean to administer Joram using the default basename for JMX registering (JoramAdmin(Connection, String)).
JoramAdmin(Connection, String) - Constructor for class org.objectweb.joram.client.jms.admin.JoramAdmin
Creates a MBean to administer Joram using the given basename for JMX registering.
joramAdminConnect - Variable in class org.objectweb.joram.client.osgi.Activator
 
JoramAdminConnect - Class in org.objectweb.joram.client.jms.admin
Allows the creation of JoramAdmin instances connected to servers.
JoramAdminConnect() - Constructor for class org.objectweb.joram.client.jms.admin.JoramAdminConnect
 
JoramAdminConnectMBean - Interface in org.objectweb.joram.client.jms.admin
Allows the creation of JoramAdmin instances connected to servers.
JoramAdminMBean - Interface in org.objectweb.joram.client.jms.admin
MBean interface for JoramAdmin.
joramAdmName - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Name of joram admin to get from the file.
JoramSaxWrapper - Class in org.objectweb.joram.client.jms.admin
XML SAX Wrapper for Joram Administration configuration file.
JoramSaxWrapper() - Constructor for class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Builds a new JoramSaxWrapper using by default AdminModule static connection.
JoramSaxWrapper(AdminWrapper) - Constructor for class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Builds a new JoramSaxWrapper using by default the given administration connection.

K

key - Variable in class org.objectweb.joram.client.jms.Connection
Connection key.
key - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
KS - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableSSLTcpClient
 
KS_PASS - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableSSLTcpClient
 
KS_TYPE - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableSSLTcpClient
 

L

lastRequestDate - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
The date of the last request
leaveQueueCluster(Queue, Queue) - Static method in class org.objectweb.joram.client.jms.admin.AdminHelper
Deprecated. 
listener - Variable in class org.objectweb.joram.client.jms.Session
The CompletionListener.
LISTENER - Static variable in class org.objectweb.joram.client.jms.Session.SessionMode
The session is used to asynchronously listen to messages.
listenerCount - Variable in class org.objectweb.joram.client.jms.Session
Counter of message listeners.
listenerPosition - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
listeners - Variable in class org.objectweb.joram.client.jms.connection.CompletionListener
 
listeners - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
listQueueCluster(Queue) - Static method in class org.objectweb.joram.client.jms.admin.AdminHelper
Deprecated. 
loadServerId() - Static method in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
Try to get a previously created configuration.
LocalConnectionFactory - Class in org.objectweb.joram.client.jms.local
A LocalConnectionFactory instance is a factory of local connections.
LocalConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.local.LocalConnectionFactory
Constructs a LocalConnectionFactory instance.
LocalConnections - Class in org.objectweb.joram.client.jms.local
Class used to check off local connections.
LocalConnections() - Constructor for class org.objectweb.joram.client.jms.local.LocalConnections
 
LocalConnectionsMBean - Interface in org.objectweb.joram.client.jms.local
Adds JMX monitoring for local connections.
localHost - Static variable in class org.objectweb.joram.client.jms.admin.AdminModule
The host name or IP address of the server the module is connected to.
localPort - Static variable in class org.objectweb.joram.client.jms.admin.AdminModule
The port number of the client connection.
LocalRequestChannel - Class in org.objectweb.joram.client.jms.local
 
LocalRequestChannel(FactoryParameters, Identity) - Constructor for class org.objectweb.joram.client.jms.local.LocalRequestChannel
Creates a local connection channel.
LocalRequestChannelMBean - Interface in org.objectweb.joram.client.jms.local
Adds monitoring for a local connection.
lock - Static variable in class org.objectweb.joram.client.jms.admin.AdminModule
Lock object used to avoid multiple connections in case of concurrent connect.
lockClientId() - Method in class org.objectweb.joram.client.jms.Connection
 
lockClientID - Variable in class org.objectweb.joram.client.jms.Connection
 
lockClientID - Variable in class org.objectweb.joram.client.jms.ContextConnection
 
lockClientID() - Method in class org.objectweb.joram.client.jms.ContextConnection
 
logger - Static variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
 
logger - Static variable in class org.objectweb.joram.client.jms.admin.AdminModule
 
logger - Static variable in class org.objectweb.joram.client.jms.admin.AdminRequestor
 
logger - Static variable in class org.objectweb.joram.client.jms.admin.AdminWrapper
 
logger - Static variable in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
 
logger - Static variable in class org.objectweb.joram.client.jms.admin.ClusterDestination
 
logger - Static variable in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
logger - Static variable in class org.objectweb.joram.client.jms.admin.JoramAdminConnect
 
logger - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
logger - Static variable in class org.objectweb.joram.client.jms.admin.ObjectFactory
 
logger - Static variable in class org.objectweb.joram.client.jms.admin.User
 
logger - Static variable in class org.objectweb.joram.client.jms.connection.CompletionListener
 
logger - Static variable in class org.objectweb.joram.client.jms.Connection
 
logger - Static variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
logger - Static variable in class org.objectweb.joram.client.jms.connection.Requestor
 
logger - Static variable in class org.objectweb.joram.client.jms.Destination
 
logger - Static variable in class org.objectweb.joram.client.jms.FactoryParameters
 
logger - Static variable in class org.objectweb.joram.client.jms.JMSContext
 
logger - Static variable in class org.objectweb.joram.client.jms.JMSProducer
 
logger - Static variable in class org.objectweb.joram.client.jms.local.LocalRequestChannel
logger
logger - Static variable in class org.objectweb.joram.client.jms.Message
 
logger - Static variable in class org.objectweb.joram.client.jms.MessageConsumer
 
logger - Static variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
logger - Static variable in class org.objectweb.joram.client.jms.MessageProducer
 
logger - Static variable in class org.objectweb.joram.client.jms.MultiSessionConsumer
 
logger - Static variable in class org.objectweb.joram.client.jms.QueueBrowser
 
logger - Static variable in class org.objectweb.joram.client.jms.Session
 
logger - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableSSLTcpClient
 
logger - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
logger - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
logger - Static variable in class org.objectweb.joram.client.jms.tcp.TcpConnectionFactory
 
logger - Static variable in class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
 
logger - Static variable in class org.objectweb.joram.client.jms.XAResource
 
logger - Static variable in class org.objectweb.joram.client.jms.XAResourceMngr
 
login - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
logmon - Static variable in class org.objectweb.joram.client.osgi.Activator
 
logmon - Static variable in class org.objectweb.joram.client.osgi.JndiHelper
 
LONG - Static variable in class org.objectweb.joram.client.jms.StreamMessage
 
lookup(String) - Method in class org.objectweb.joram.client.osgi.JndiHelper
Lookup the jndi name

M

MailAcquisition - Static variable in class org.objectweb.joram.client.jms.admin.MailAcquisitionQueue
Class name of handler allowing to acquire messages from a POP mail provider.
MailAcquisition - Static variable in class org.objectweb.joram.client.jms.admin.MailAcquisitionTopic
Class name of handler allowing to acquire messages from a POP mail provider.
MailAcquisitionQueue - Class in org.objectweb.joram.client.jms.admin
The MailAcquisitionQueue class allows administrators to create Mail acquisition queues.
MailAcquisitionQueue() - Constructor for class org.objectweb.joram.client.jms.admin.MailAcquisitionQueue
 
MailAcquisitionTopic - Class in org.objectweb.joram.client.jms.admin
The MailAcquisitionTopic class allows administrators to create Mail acquisition topics.
MailAcquisitionTopic() - Constructor for class org.objectweb.joram.client.jms.admin.MailAcquisitionTopic
 
MailDistribution - Static variable in class org.objectweb.joram.client.jms.admin.MailDistributionQueue
Class name of handler allowing to distribute messages to a SMTP mail server.
MailDistribution - Static variable in class org.objectweb.joram.client.jms.admin.MailDistributionTopic
Class name of handler allowing to distribute messages to a SMTP mail server.
MailDistributionQueue - Class in org.objectweb.joram.client.jms.admin
The MailDistributionQueue class allows administrators to create Mail distribution queues.
MailDistributionQueue() - Constructor for class org.objectweb.joram.client.jms.admin.MailDistributionQueue
 
MailDistributionTopic - Class in org.objectweb.joram.client.jms.admin
The MailDistributionTopic class allows administrators to create Mail distribution topics.
MailDistributionTopic() - Constructor for class org.objectweb.joram.client.jms.admin.MailDistributionTopic
 
main(String[]) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
This method execute the XML script file that the path is given in parameter.
main(String[]) - Static method in class org.objectweb.joram.client.jms.admin.JoramAdminConnect
 
main(String[]) - Static method in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
Starts a Joram server without any configuration.
map - Variable in class org.objectweb.joram.client.jms.MapMessage
The wrapped hashmap.
MapMessage - Class in org.objectweb.joram.client.jms
Implements the javax.jms.MapMessage interface.
MapMessage() - Constructor for class org.objectweb.joram.client.jms.MapMessage
Instantiates a bright new MapMessage.
MapMessage(Session, Message) - Constructor for class org.objectweb.joram.client.jms.MapMessage
Instantiates a MapMessage wrapping a consumed MOM message containing an hashtable.
maxFreeConnections - Variable in class org.objectweb.joram.client.jms.pool.ConnectionPool
Maximum number of free connections for an identity in the pool
maxFreeConnections - Variable in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
The maximum number of free connections for an identity in the pool.
maxMsgs - Variable in class org.objectweb.joram.client.jms.MultiSessionConsumer
 
maxUsedCnx - Variable in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
 
MBEAN_NAME - Static variable in class org.objectweb.joram.client.jms.local.LocalConnections
 
mediaTypeJson - Variable in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
Message - Class in org.objectweb.joram.client.jms
Implements the javax.jms.Message interface.
Message() - Constructor for class org.objectweb.joram.client.jms.Message
Constructs a bright new Message.
Message(Session, Message) - Constructor for class org.objectweb.joram.client.jms.Message
Instantiates a Message wrapping a consumed MOM simple message.
MESSAGE_ID_PREFIX_PROPERTY - Variable in class org.objectweb.joram.client.jms.Connection
 
MessageAcks - Class in org.objectweb.joram.client.jms
A MessageAcks instance holds the identifiers of messages to acknowledge on a queue or on a proxy subscription.
MessageAcks(boolean) - Constructor for class org.objectweb.joram.client.jms.MessageAcks
Constructs a MessageAcks instance.
MessageConsumer - Class in org.objectweb.joram.client.jms
Implements the javax.jms.MessageConsumer interface.
MessageConsumer(Session, Destination, String) - Constructor for class org.objectweb.joram.client.jms.MessageConsumer
Constructs a consumer.
MessageConsumer(Session, Destination, String, String, boolean, boolean, boolean) - Constructor for class org.objectweb.joram.client.jms.MessageConsumer
Constructs a consumer.
MessageConsumer.Closer - Class in org.objectweb.joram.client.jms
This class synchronizes the close.
MessageConsumer.Status - Class in org.objectweb.joram.client.jms
Status of the message consumer.
messageConsumerListener - Variable in class org.objectweb.joram.client.jms.Session
 
MessageConsumerListener - Class in org.objectweb.joram.client.jms
This class listens to replies asynchronously returned by the user proxy for a message consumer.
MessageConsumerListener(boolean, boolean, String, String, String, MessageListener, int, int, int, int, RequestMultiplexer) - Constructor for class org.objectweb.joram.client.jms.MessageConsumerListener
 
MessageConsumerListener.ReceiveStatus - Class in org.objectweb.joram.client.jms
 
MessageConsumerListener.Status - Class in org.objectweb.joram.client.jms
Status of the message consumer listener.
messageConsumerListeners - Variable in class org.objectweb.joram.client.jms.Session
Map of Message listener context (null if no message listener).
messageConsumers - Variable in class org.objectweb.joram.client.jms.Connection
 
messageCount - Variable in class org.objectweb.joram.client.jms.admin.Subscription
Number of pending messages for this subscription.
messageCount - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
The number of messages which are in queue (Session.qin) waiting for being consumed.
MessageDispatcher(String) - Constructor for class org.objectweb.joram.client.jms.MultiSessionConsumer.MessageDispatcher
 
messageIDDisabled - Variable in class org.objectweb.joram.client.jms.MessageProducer
true if the client requests not to use the message identifiers; however it is not taken into account, as our MOM needs message identifiers for managing acknowledgements.
messageIdPrefix - Variable in class org.objectweb.joram.client.jms.FactoryParameters
This attribute allows to customize the JMS MessageID adding the specified string.
MessageInterceptor - Interface in org.objectweb.joram.client.jms
Session level message interceptor interface.
messageListener - Variable in class org.objectweb.joram.client.jms.MessageConsumer
 
messageListener - Variable in class org.objectweb.joram.client.jms.Session
The message listener of the session, if any.
MessageListenerContext(SingleSessionConsumer, ConsumerMessages) - Constructor for class org.objectweb.joram.client.jms.Session.MessageListenerContext
 
messageProducer - Variable in class org.objectweb.joram.client.jms.connection.CompletionListener
 
messageProducer - Variable in class org.objectweb.joram.client.jms.JMSProducer
 
MessageProducer - Class in org.objectweb.joram.client.jms
Implements the javax.jms.MessageProducer interface.
MessageProducer(Session, Destination) - Constructor for class org.objectweb.joram.client.jms.MessageProducer
Constructs a producer.
messages - Variable in class org.objectweb.joram.client.jms.connection.CompletionListener
 
messages - Variable in class org.objectweb.joram.client.jms.QueueBrowser.QueueEnumeration
The vector of messages.
messages - Variable in class org.objectweb.joram.client.jms.Session.MessageListenerContext
 
messagesC - Variable in class org.objectweb.joram.client.jms.Connection
Messages counter.
messagesToAck - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
metaData - Variable in class org.objectweb.joram.client.jms.Connection
Connection meta data.
momMsg - Variable in class org.objectweb.joram.client.jms.Message
 
MonitoringQueue - Class in org.objectweb.joram.client.jms.admin
The MonitoringQueue class allows administrators to create acquisition queue for JMX monitoring data.
MonitoringQueue() - Constructor for class org.objectweb.joram.client.jms.admin.MonitoringQueue
 
MonitoringTopic - Class in org.objectweb.joram.client.jms.admin
The MonitoringTopic class allows administrators to create acquisition topic for JMX monitoring data.
MonitoringTopic() - Constructor for class org.objectweb.joram.client.jms.admin.MonitoringTopic
 
msgDispatcher - Variable in class org.objectweb.joram.client.jms.MultiSessionConsumer
 
mtpx - Variable in class org.objectweb.joram.client.jms.Connection
The request multiplexer used to communicate with the user proxy.
mtpx - Variable in class org.objectweb.joram.client.jms.connection.Requestor
 
mtpx - Variable in class org.objectweb.joram.client.jms.Session
The request multiplexer used to communicate with the user proxy.
MultiSessionConsumer - Class in org.objectweb.joram.client.jms
The MultiSessionConsumer is threaded (see MessageDispatcher) because the session pool can hang if there is no more available ServerSession.
MultiSessionConsumer(boolean, boolean, String, String, String, ServerSessionPool, int, int, int, int, RequestMultiplexer, Connection, int) - Constructor for class org.objectweb.joram.client.jms.MultiSessionConsumer
 
MultiSessionConsumer.MessageDispatcher - Class in org.objectweb.joram.client.jms
 
multiThreadSync - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Determines whether client threads which are using the same connection are synchronized in order to group together the requests they send.
MultiThreadSyncChannel - Class in org.objectweb.joram.client.jms.connection
Class wrapping the RequestChannel in order to group the requests.
MultiThreadSyncChannel(RequestChannel, int, int) - Constructor for class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
 
MultiThreadSyncChannel.SyncRound - Class in org.objectweb.joram.client.jms.connection
 
multiThreadSyncDelay - Variable in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
The maximum time the threads hang if 'multiThreadSync' is true.
multiThreadSyncDelay - Variable in class org.objectweb.joram.client.jms.FactoryParameters
The maximum time the threads hang if 'multiThreadSync' is true.
multiThreadSyncThreshold - Variable in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
The maximum numbers of threads that hang if 'multiThreadSync' is true.
multiThreadSyncThreshold - Variable in class org.objectweb.joram.client.jms.FactoryParameters
The maximum numbers of threads that hang if 'multiThreadSync' is true.

N

name - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
name - Variable in class org.objectweb.joram.client.jms.admin.Server
 
name - Variable in class org.objectweb.joram.client.jms.admin.Subscription
Name of the subscription.
name - Variable in class org.objectweb.joram.client.jms.admin.User
The name of the user.
name - Variable in class org.objectweb.joram.client.jms.pool.ConnectionKey
the name of user.
name - Variable in class org.objectweb.joram.client.jms.pool.PooledConnection
The identity of the authentified user for this connection
NameAlreadyUsedException - Exception in org.objectweb.joram.client.jms.admin
 
NameAlreadyUsedException(String) - Constructor for exception org.objectweb.joram.client.jms.admin.NameAlreadyUsedException
 
names - Static variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.Status
 
names - Static variable in class org.objectweb.joram.client.jms.connection.Requestor.Status
 
names - Static variable in class org.objectweb.joram.client.jms.Connection.Status
 
names - Static variable in class org.objectweb.joram.client.jms.MessageConsumer.Status
 
names - Static variable in class org.objectweb.joram.client.jms.MessageConsumerListener.ReceiveStatus
 
names - Static variable in class org.objectweb.joram.client.jms.MessageConsumerListener.Status
 
names - Static variable in class org.objectweb.joram.client.jms.Session.RequestStatus
 
names - Static variable in class org.objectweb.joram.client.jms.Session.SessionMode
 
names - Static variable in class org.objectweb.joram.client.jms.Session.Status
 
nbActivatedListeners - Variable in class org.objectweb.joram.client.jms.MultiSessionConsumer
Number of simultaneously activated listeners.
nbMaxMsg - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
NetOutputStream(Socket) - Constructor for class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.NetOutputStream
 
newInstance(String, String, byte) - Static method in class org.objectweb.joram.client.jms.Destination
 
newServerId() - Static method in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
Allocate a new identifier for the created server.
nextElement() - Method in class org.objectweb.joram.client.jms.QueueBrowser.QueueEnumeration
API method.
nextMessageId() - Method in class org.objectweb.joram.client.jms.Connection
Returns a new message identifier.
nextSessionId() - Method in class org.objectweb.joram.client.jms.Connection
Returns a new session identifier.
nextSubName() - Method in class org.objectweb.joram.client.jms.Connection
Returns a new subscription name.
nextValue() - Method in class org.objectweb.joram.client.jms.Connection.AtomicCounter
 
noAckedQueue - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Set this attribute to true to increase performance.
noAckedQueue - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
noLocal - Variable in class org.objectweb.joram.client.jms.MessageConsumer
true if the subscriber does not wish to consume messages produced by its connection.
NONE - Static variable in class org.objectweb.joram.client.jms.Session.RequestStatus
No request.
NONE - Static variable in class org.objectweb.joram.client.jms.Session.SessionMode
The session is still not used.
nos - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
NULL - Static variable in class org.objectweb.joram.client.jms.StreamMessage
 

O

object - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.TcpMessage
 
ObjectFactory - Class in org.objectweb.joram.client.jms.admin
The ObjectFactory class is used by the naming service for retrieving or re-constructing administered objects.
ObjectFactory() - Constructor for class org.objectweb.joram.client.jms.admin.ObjectFactory
 
ObjectMessage - Class in org.objectweb.joram.client.jms
Implements the javax.jms.ObjectMessage interface.
ObjectMessage() - Constructor for class org.objectweb.joram.client.jms.ObjectMessage
Instantiates a bright new ObjectMessage.
ObjectMessage(Session, Message) - Constructor for class org.objectweb.joram.client.jms.ObjectMessage
Instantiates an ObjectMessage wrapping a consumed MOM message containing an object.
ON_MSG - Static variable in class org.objectweb.joram.client.jms.MessageConsumerListener.Status
 
onCompletion() - Method in class org.objectweb.joram.client.jms.connection.CompletionListener
Notifies the application that the message has been successfully sent
onException(Exception) - Method in class org.objectweb.joram.client.jms.connection.CompletionListener
Notifies user that the specified exception was thrown while attempting to send the specified message.
onException(Exception) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
onExceptionRunner(Exception) - Constructor for class org.objectweb.joram.client.jms.connection.RequestMultiplexer.onExceptionRunner
 
onMessage(Message, int) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
Called by Session (standard JMS, mono-threaded)
onMessage(Message, MessageListener, int) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
onMessage(Message, MessageListener, int) - Method in class org.objectweb.joram.client.jms.MultiSessionConsumer
 
onMessage(Message, MessageListener, int) - Method in class org.objectweb.joram.client.jms.SingleSessionConsumer
 
onMessage(Message) - Method in class org.objectweb.joram.client.jms.Session
Called by ConnectionConsumer in order to distribute a message through the method run().
onMessage(Message, MessageConsumerListener) - Method in class org.objectweb.joram.client.jms.Session
Called by onMessages()
onMessages(Session.MessageListenerContext) - Method in class org.objectweb.joram.client.jms.Session
Called by SessionDaemon.
open(FactoryParameters, RequestChannel) - Method in class org.objectweb.joram.client.jms.Connection
Open the Connection.
OPEN - Static variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.Status
 
OPEN - Static variable in class org.objectweb.joram.client.jms.MessageConsumer.Status
Status of the message consumer when it is open.
openMessageConsumer(String) - Method in class org.objectweb.joram.client.jms.Connection
 
org.objectweb.joram.client.jms - package org.objectweb.joram.client.jms
The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 2.0 specification.
org.objectweb.joram.client.jms.admin - package org.objectweb.joram.client.jms.admin
The org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects.
org.objectweb.joram.client.jms.admin.server - package org.objectweb.joram.client.jms.admin.server
 
org.objectweb.joram.client.jms.connection - package org.objectweb.joram.client.jms.connection
 
org.objectweb.joram.client.jms.local - package org.objectweb.joram.client.jms.local
 
org.objectweb.joram.client.jms.pool - package org.objectweb.joram.client.jms.pool
 
org.objectweb.joram.client.jms.tcp - package org.objectweb.joram.client.jms.tcp
The org.objectweb.joram.client.jms.tcp package holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol.
org.objectweb.joram.client.osgi - package org.objectweb.joram.client.osgi
 
os - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.NetOutputStream
 
outInterceptorClassname - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
outInterceptors - Variable in class org.objectweb.joram.client.jms.FactoryParameters
List of Message interceptors while sending a message.
outInterceptors - Variable in class org.objectweb.joram.client.jms.Session
 
outLocalAddress - Variable in class org.objectweb.joram.client.jms.FactoryParameters
This is the local IP address on which the TCP connection is activated.
outLocalPort - Variable in class org.objectweb.joram.client.jms.FactoryParameters
This is the local IP address port on which the TCP connection is activated
outputBuffer - Variable in class org.objectweb.joram.client.jms.BytesMessage
The array in which the written data is buffered.
outputBuffer - Variable in class org.objectweb.joram.client.jms.StreamMessage
The array in which the written data is buffered.
outputCounter - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
outputLock - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
outputStream - Variable in class org.objectweb.joram.client.jms.BytesMessage
The stream in which body data is written.
outputStream - Variable in class org.objectweb.joram.client.jms.StreamMessage
The stream in which body data is written.

P

params - Variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Object containing the factory's parameters.
params - Variable in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
params - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
parent - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
parse(Reader, String) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Launches the XML parser.
pass - Variable in class org.objectweb.joram.client.jms.pool.ConnectionKey
the password of user.
passivateMessageInput() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
Passivate the subscription server side.
password - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
password - Variable in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
password - Variable in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
password - Variable in class org.objectweb.joram.client.jms.pool.PooledConnection
The identity of the authentified user for this connection
pcf - Variable in class org.objectweb.joram.client.jms.pool.PooledConnection
The pooled ConnectionFactory
pendingMessageConsumer - Variable in class org.objectweb.joram.client.jms.Session
The message consumer currently making a request (null if none).
pendingMessages - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
period - Variable in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
pool - Variable in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
The pool of connections
PooledConnection - Class in org.objectweb.joram.client.jms.pool
Implements a pooled connection.
PooledConnection(PooledConnectionFactory, String, String) - Constructor for class org.objectweb.joram.client.jms.pool.PooledConnection
Creates a new pooled connection.
PooledConnectionFactory - Class in org.objectweb.joram.client.jms.pool
A ConnectionFactory which pools Connection for reuse.
PooledConnectionFactory(ConnectionFactory) - Constructor for class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
Creates a new pool for the specified ConnectionFactory.
PooledConnectionFactory(ConnectionFactory, int) - Constructor for class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
Creates a new pool for the specified ConnectionFactory.
port - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
port - Variable in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
port - Variable in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
port - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Port to be used for accessing the server.
port - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient.ServerAddress
 
postReceive() - Method in class org.objectweb.joram.client.jms.Session
Final stage after calling the reply has been returned by the proxy.
prepare() - Method in class org.objectweb.joram.client.jms.BytesMessage
Method actually preparing the message for sending by transfering the local body into the wrapped MOM message.
prepare() - Method in class org.objectweb.joram.client.jms.MapMessage
Method actually preparing the message for sending by transfering the local body into the wrapped MOM message.
prepare() - Method in class org.objectweb.joram.client.jms.Message
Method preparing the message for sending; resets header values, and serializes the body (done in subclasses).
prepare() - Method in class org.objectweb.joram.client.jms.StreamMessage
Method actually preparing the message for sending by transferring the local body into the wrapped MOM message.
prepare(Xid) - Method in class org.objectweb.joram.client.jms.XAResource
Prepares the resource.
prepare(Xid) - Method in class org.objectweb.joram.client.jms.XAResourceMngr
Notifies the RM that a transaction is prepared.
prepareAck(String, String, boolean) - Method in class org.objectweb.joram.client.jms.Session
Method called by message consumers when receiving a message for preparing the session to later acknowledge or deny it.
prepared - Variable in class org.objectweb.joram.client.jms.BytesMessage
true if the message has been sent since its last modif.
prepared - Variable in class org.objectweb.joram.client.jms.StreamMessage
true if the message has been sent since its last modification.
PREPARED - Static variable in class org.objectweb.joram.client.jms.XAResourceMngr
Prepared transaction.
prepareJMSMessage(Message) - Static method in class org.objectweb.joram.client.jms.Message
Prepare a JMS message for sending.
prepareSend(Destination, Message) - Method in class org.objectweb.joram.client.jms.Session
Method called by message producers when producing a message for preparing the session to later commit it.
prepareWrite() - Method in class org.objectweb.joram.client.jms.StreamMessage
Internal method called before each writing operation.
preReceive(MessageConsumer) - Method in class org.objectweb.joram.client.jms.Session
First stage before calling the proxy and waiting for the reply.
priority - Variable in class org.objectweb.joram.client.jms.MessageProducer
Default priority.
processAdmin(String, int, Properties) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
The method send the admin JMS message on JORAM server (AdminTopic).
processAdmin(String, int, Properties) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
The method send the admin JMS message on JORAM server (AdminTopic).
processAdmin(String, int, Properties) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
The method send the admin JMS message on JORAM server (AdminTopic).
processAdmin(String, int, Properties) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
The method send the admin JMS message on JORAM server (AdminTopic).
processAdmin(String, int, Properties) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
The method send the admin JMS message on JORAM server (AdminTopic).
producer - Variable in class org.objectweb.joram.client.jms.admin.AdminRequestor
 
producers - Variable in class org.objectweb.joram.client.jms.Session
Vector of message producers.
properties - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
properties - Variable in class org.objectweb.joram.client.jms.JMSProducer
 
propertiesRO - Variable in class org.objectweb.joram.client.jms.Message
true if the properties are read-only.
propertyExists(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
propertyExists(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
providerMajorVersion - Static variable in class org.objectweb.joram.client.jms.ConnectionMetaData
Joram's major version number.
providerMinorVersion - Static variable in class org.objectweb.joram.client.jms.ConnectionMetaData
Joram's minor version number.
providerName - Static variable in class org.objectweb.joram.client.jms.ConnectionMetaData
JMS provider name: Joram
providerVersion - Static variable in class org.objectweb.joram.client.jms.ConnectionMetaData
Joram's implementation version.
proxyId - Variable in class org.objectweb.joram.client.jms.admin.User
Identifier of the user's proxy agent.
proxyId - Variable in class org.objectweb.joram.client.jms.Connection
Client's agent proxy identifier.
proxyId - Variable in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
publish(Message) - Method in class org.objectweb.joram.client.jms.TopicPublisher
API method.
publish(Message, int, int, long) - Method in class org.objectweb.joram.client.jms.TopicPublisher
API method.
publish(Topic, Message) - Method in class org.objectweb.joram.client.jms.TopicPublisher
API method.
publish(Topic, Message, int, int, long) - Method in class org.objectweb.joram.client.jms.TopicPublisher
API method.
pushMessages(SingleSessionConsumer, ConsumerMessages) - Method in class org.objectweb.joram.client.jms.Session
Called by MessageConsumerListener (demultiplexer thread from RequestMultiplexer) in order to distribute messages to a message consumer.
pushMessages(ConsumerMessages) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
Pushes the received messages.
pushMessages(ConsumerMessages) - Method in class org.objectweb.joram.client.jms.MultiSessionConsumer
 
pushMessages(ConsumerMessages) - Method in class org.objectweb.joram.client.jms.SingleSessionConsumer
 
putMessageConsumerListener(String, MessageConsumerListener) - Method in class org.objectweb.joram.client.jms.Session
 

Q

queue - Variable in class org.objectweb.joram.client.jms.QueueBrowser
The queue the browser browses.
Queue - Class in org.objectweb.joram.client.jms
Implements the javax.jms.Queue interface.
Queue() - Constructor for class org.objectweb.joram.client.jms.Queue
 
Queue(String) - Constructor for class org.objectweb.joram.client.jms.Queue
 
Queue(String, byte) - Constructor for class org.objectweb.joram.client.jms.Queue
 
QUEUE - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the implementation class for a classic Queue.
QUEUE_TYPE - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the type of a queue destination.
QueueBrowser - Class in org.objectweb.joram.client.jms
Implements the javax.jms.QueueBrowser interface.
QueueBrowser(Session, Queue, String) - Constructor for class org.objectweb.joram.client.jms.QueueBrowser
Constructs a browser.
QueueBrowser.QueueEnumeration - Class in org.objectweb.joram.client.jms
The QueueEnumeration class is used to enumerate the browses sent by queues.
QueueConnection - Class in org.objectweb.joram.client.jms
Implements the javax.jms.QueueConnection interface.
QueueConnection() - Constructor for class org.objectweb.joram.client.jms.QueueConnection
Creates a QueueConnection instance.
QueueConnectionFactory - Class in org.objectweb.joram.client.jms
Deprecated.
Replaced next to Joram 5.2.1 by ConnectionFactory.
QueueConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.QueueConnectionFactory
Deprecated.
Constructs an empty QueueConnectionFactory.
QueueConnectionFactory(String) - Constructor for class org.objectweb.joram.client.jms.QueueConnectionFactory
Deprecated.
Constructs a QueueConnectionFactory dedicated to a given server.
QueueConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.QueueConnectionFactory
Deprecated.
Constructs a QueueConnectionFactory dedicated to a given server.
queueCreate(int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
queueCreate(int, String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance.
queueCreate(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
queueCreate(String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Creates or retrieves a queue destination on the underlying JORAM server, (re)binds the corresponding Queue instance.
QueueEnumeration(Vector) - Constructor for class org.objectweb.joram.client.jms.QueueBrowser.QueueEnumeration
Constructs a QueueEnumeration instance.
QueueLocalConnectionFactory - Class in org.objectweb.joram.client.jms.local
Deprecated.
Replaced next to Joram 5.2.1 by LocalConnectionFactory.
QueueLocalConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.local.QueueLocalConnectionFactory
Deprecated.
Constructs an empty QueueLocalConnectionFactory instance.
QueueMBean - Interface in org.objectweb.joram.client.jms
 
queueMessageReadMax - Variable in class org.objectweb.joram.client.jms.FactoryParameters
The maximum number of messages that can be read at once from a queue.
queueMessageReadMax - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
queueMessageReadMax - Variable in class org.objectweb.joram.client.jms.Session
Maximum number of messages that can be read at once from a queue.
queueMode - Variable in class org.objectweb.joram.client.jms.MessageAcks
true if the messages to acknowledge are on a queue.
queueMode - Variable in class org.objectweb.joram.client.jms.MessageConsumer
true if the consumer is a queue consumer.
queueMode - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
QueueReceiver - Class in org.objectweb.joram.client.jms
Implements the javax.jms.QueueReceiver interface.
QueueReceiver(QueueSession, Destination, String) - Constructor for class org.objectweb.joram.client.jms.QueueReceiver
Constructs a receiver.
queues - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Contains all queues defined in the current script
QueueSender - Class in org.objectweb.joram.client.jms
Implements the javax.jms.QueueSender interface.
QueueSender(QueueSession, Destination) - Constructor for class org.objectweb.joram.client.jms.QueueSender
Constructs a sender.
QueueSession - Class in org.objectweb.joram.client.jms
Implements the javax.jms.QueueSession interface.
QueueSession(Connection, boolean, int, RequestMultiplexer) - Constructor for class org.objectweb.joram.client.jms.QueueSession
Constructs a queue session.
QueueTcpConnectionFactory - Class in org.objectweb.joram.client.jms.tcp
Deprecated.
Replaced next to Joram 5.2.1 by TcpConnectionFactory.
QueueTcpConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.tcp.QueueTcpConnectionFactory
Deprecated.
Constructs an empty QueueTcpConnectionFactory instance.
QueueTcpConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.tcp.QueueTcpConnectionFactory
Deprecated.
Constructs a QueueTcpConnectionFactory instance.

R

rand - Static variable in class org.objectweb.joram.client.jms.admin.AdministeredObject
 
readBoolean() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readBoolean() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
readByte() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readByte() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
readBytes(byte[]) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readBytes(byte[]) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
readBytes(byte[], int) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readChar() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readChar() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
readDouble() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readDouble() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
reader - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
Reader() - Constructor for class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.Reader
 
readers - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
readFloat() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readFloat() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
readInt() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readInt() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
readLong() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readLong() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
readMessage(String) - Method in class org.objectweb.joram.client.jms.Queue
Deprecated.
Since Joram 5.2 use getMessage.
readMessage(String, String) - Method in class org.objectweb.joram.client.jms.admin.User
Deprecated. 
readObject() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
readShort() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readShort() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
readString() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
readUnsignedByte() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readUnsignedShort() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
readUTF() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
rebind(String, Object) - Method in class org.objectweb.joram.client.osgi.JndiHelper
rebind the object.
receive() - Method in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
 
receive() - Method in interface org.objectweb.joram.client.jms.connection.RequestChannel
 
receive() - Method in class org.objectweb.joram.client.jms.JMSConsumer
API method
receive() - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
receive() - Method in class org.objectweb.joram.client.jms.MessageConsumer
API method.
receive() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
receive() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
receive() - Method in class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
 
receive(long) - Method in class org.objectweb.joram.client.jms.JMSConsumer
API method
receive(long) - Method in class org.objectweb.joram.client.jms.MessageConsumer
API method.
receive(long, long, MessageConsumer, String, String, boolean) - Method in class org.objectweb.joram.client.jms.Session
Called by MessageConsumer.
RECEIVE - Static variable in class org.objectweb.joram.client.jms.Session.SessionMode
The session is used to synchronously receive messages.
receiveBody(Class<T>) - Method in class org.objectweb.joram.client.jms.JMSConsumer
API method
receiveBody(Class<T>, long) - Method in class org.objectweb.joram.client.jms.JMSConsumer
API method
receiveBodyNoWait(Class<T>) - Method in class org.objectweb.joram.client.jms.JMSConsumer
API method
receivedCount - Variable in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
receiveNoWait() - Method in class org.objectweb.joram.client.jms.JMSConsumer
API method
receiveNoWait() - Method in class org.objectweb.joram.client.jms.MessageConsumer
API method.
receiveQueue - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
receiveRequestor - Variable in class org.objectweb.joram.client.jms.Session
The requestor used by the session to make 'receive' with the user proxy.
receiveStatus - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
The receive status of this message listener: - WAIT_FOR_REPLY if a reply is expected from the destination - CONSUMING_REPLY if a reply is being consumed and no new request has been sent
ReceiveStatus() - Constructor for class org.objectweb.joram.client.jms.MessageConsumerListener.ReceiveStatus
 
reconnect - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
True if the client must try to reconnect in case of connection failure.
reconnect() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
reconnectTimeout - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
Time in ms during the client try to reconnect to the server.
recover - Variable in class org.objectweb.joram.client.jms.Session
Indicates that the session has been recovered by a message listener.
recover() - Method in class org.objectweb.joram.client.jms.JMSContext
 
recover() - Method in class org.objectweb.joram.client.jms.Session
API method.
recover() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
recover() - Method in class org.objectweb.joram.client.jms.XASession
API method inherited from session, but intercepted here for forbidding its use in the XA context (as defined by the API).
recover(int) - Method in class org.objectweb.joram.client.jms.XAResource
Recovers the prepared transactions identifiers.
recover(int) - Method in class org.objectweb.joram.client.jms.XAResourceMngr
Notifies the RM to recover the prepared transactions.
REDELIVERY_DELAY - Static variable in class org.objectweb.joram.client.jms.admin.User
 
REDELIVERY_DELAY - Static variable in class org.objectweb.joram.client.jms.Queue
Property allowing to fix RedeliveryDelay
registerAsDefaultDMQ() - Method in class org.objectweb.joram.client.jms.Queue
Sets the current queue as the default DMQ for the local server.
registerAsDefaultDMQ() - Method in interface org.objectweb.joram.client.jms.QueueMBean
Sets the current queue as the default DMQ for the local server.
registerAsDefaultDMQ(int) - Method in class org.objectweb.joram.client.jms.Queue
Sets the current queue as the default DMQ for the given server.
registerAsDefaultDMQ(int) - Method in interface org.objectweb.joram.client.jms.QueueMBean
Sets the current queue as the default DMQ for the given server.
registerDestination(Destination) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
registerMBean() - Method in class org.objectweb.joram.client.jms.admin.JoramAdminConnect
 
registerMBean() - Method in class org.objectweb.joram.client.jms.Session
 
registerMBean(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
registerMBean(String) - Method in class org.objectweb.joram.client.jms.admin.User
 
registerMBean(String) - Method in class org.objectweb.joram.client.jms.Connection
 
registerMBean(String) - Method in class org.objectweb.joram.client.jms.Destination
 
reliableClass - Variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Reliable class name, for example use by ssl.
reliableClass - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ReliableSSLTcpClient - Class in org.objectweb.joram.client.jms.tcp
 
ReliableSSLTcpClient() - Constructor for class org.objectweb.joram.client.jms.tcp.ReliableSSLTcpClient
 
ReliableTcpClient - Class in org.objectweb.joram.client.jms.tcp
 
ReliableTcpClient() - Constructor for class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
ReliableTcpClient.ServerAddress - Class in org.objectweb.joram.client.jms.tcp
 
ReliableTcpConnection - Class in org.objectweb.joram.client.jms.tcp
 
ReliableTcpConnection(Timer, boolean) - Constructor for class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
ReliableTcpConnection.AckTimerTask - Class in org.objectweb.joram.client.jms.tcp
 
ReliableTcpConnection.NetOutputStream - Class in org.objectweb.joram.client.jms.tcp
 
ReliableTcpConnection.Reader - Class in org.objectweb.joram.client.jms.tcp
 
ReliableTcpConnection.TcpMessage - Class in org.objectweb.joram.client.jms.tcp
 
remove(String) - Method in class org.objectweb.joram.client.jms.MessageAcks
remove the message identifiers.
removeClusteredQueue(Queue) - Method in class org.objectweb.joram.client.jms.Queue
Deprecated. 
removeDomain(String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Removes a domain from the platform.
removeDomain(String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Removes a domain from the platform.
removeDomain(String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Removes a domain from the platform.
removeDomain(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Removes a domain from the platform.
removeDomain(String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Removes a domain from the platform.
removeFromCluster() - Method in class org.objectweb.joram.client.jms.Queue
Removes this queue from the cluster it belongs to.
removeFromCluster() - Method in class org.objectweb.joram.client.jms.Topic
Removes this topic from the cluster it belongs to.
removeInInterceptor(String) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
removeInterceptor(String, List<MessageInterceptor>) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
removeInterceptors(String) - Method in class org.objectweb.joram.client.jms.Destination
Administration method to remove interceptors.
removeInterceptors(String) - Method in interface org.objectweb.joram.client.jms.DestinationMBean
remove interceptors
removeInterceptorsIN(String) - Method in class org.objectweb.joram.client.jms.admin.User
Remove interceptors
removeInterceptorsIN(String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
remove interceptors
removeInterceptorsOUT(String) - Method in class org.objectweb.joram.client.jms.admin.User
Remove interceptors
removeInterceptorsOUT(String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
remove interceptors
removeLocalConnection(LocalRequestChannel) - Method in class org.objectweb.joram.client.jms.local.LocalConnections
 
removeMessageConsumerListener(String) - Method in class org.objectweb.joram.client.jms.Session
 
removeMessageListener(MessageListener) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
removeMessageListener(MessageConsumerListener, boolean) - Method in class org.objectweb.joram.client.jms.Session
Called by MessageConsumer.
removeOutInterceptor(String) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
removeReader(String) - Method in class org.objectweb.joram.client.jms.Destination
Administration method unsetting a given user as a reader on this destination.
removeReader(String) - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Administration method unsetting a given user as a reader on this destination.
removeServer(int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Removes a server from the platform.
removeServer(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Removes a server from the platform.
removeServer(int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Removes a server from the platform.
removeServer(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Removes a server from the platform.
removeServer(int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Removes a server from the platform.
removeWriter(String) - Method in class org.objectweb.joram.client.jms.Destination
Administration method unsetting a given user as a writer on this destination.
removeWriter(String) - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Administration method unsetting a given user as a writer on this destination.
replaceInterceptor(String, String) - Method in class org.objectweb.joram.client.jms.Destination
Administration method to replace interceptor.
replaceInterceptor(String, String, Properties) - Method in class org.objectweb.joram.client.jms.Destination
Administration method to replace interceptor.
replaceInterceptorIN(String, String) - Method in class org.objectweb.joram.client.jms.admin.User
Replace interceptor IN
replaceInterceptorIN(String, String, Properties) - Method in class org.objectweb.joram.client.jms.admin.User
Replace interceptor IN
replaceInterceptorOUT(String, String) - Method in class org.objectweb.joram.client.jms.admin.User
Replace interceptor OUT
replaceInterceptorOUT(String, String, Properties) - Method in class org.objectweb.joram.client.jms.admin.User
Replace interceptor OUT
repliesIn - Variable in class org.objectweb.joram.client.jms.MultiSessionConsumer
 
repliesIn - Variable in class org.objectweb.joram.client.jms.Session
FIFO queue holding the asynchronous server deliveries.
reply - Variable in class org.objectweb.joram.client.jms.connection.Requestor
 
replyAborted(int) - Method in interface org.objectweb.joram.client.jms.connection.ReplyListener
 
replyAborted(int) - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
replyAborted(int) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
replyAllError(MomExceptionReply) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
ReplyListener - Interface in org.objectweb.joram.client.jms.connection
 
replyReceived(AbstractJmsReply) - Method in interface org.objectweb.joram.client.jms.connection.ReplyListener
 
replyReceived(AbstractJmsReply) - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
replyReceived(AbstractJmsReply) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
Called by RequestMultiplexer.
replyTo - Variable in class org.objectweb.joram.client.jms.JMSProducer
 
request(AdminRequest) - Method in class org.objectweb.joram.client.jms.admin.AdminRequestor
Sends an administration request and waits for a reply.
request(AbstractJmsRequest) - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
request(AbstractJmsRequest, long, CompletionListener) - Method in class org.objectweb.joram.client.jms.connection.Requestor
Method sending a synchronous request to the server and waiting for an answer.
request(AbstractJmsRequest, CompletionListener) - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
REQUEST_TIMEOUT_PROP - Static variable in class org.objectweb.joram.client.jms.admin.AdminRequestor
Property allowing to set the timeout before aborting a request.
RequestChannel - Interface in org.objectweb.joram.client.jms.connection
 
requestCounter - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
requestId - Variable in class org.objectweb.joram.client.jms.connection.Requestor
 
requestId - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
The identifier of the subscription request.
RequestMultiplexer - Class in org.objectweb.joram.client.jms.connection
 
RequestMultiplexer(Connection, RequestChannel, long) - Constructor for class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
RequestMultiplexer.Closer - Class in org.objectweb.joram.client.jms.connection
 
RequestMultiplexer.DemultiplexerDaemon - Class in org.objectweb.joram.client.jms.connection
 
RequestMultiplexer.HeartBeatTask - Class in org.objectweb.joram.client.jms.connection
Timer task responsible for sending a ping message to the server if no request has been sent during the specified timeout ('cnxPendingTimer' from the factory parameters).
RequestMultiplexer.onExceptionRunner - Class in org.objectweb.joram.client.jms.connection
 
RequestMultiplexer.Status - Class in org.objectweb.joram.client.jms.connection
 
requestor - Variable in class org.objectweb.joram.client.jms.admin.AdminWrapper
The requestor for sending the synchronous requests.
requestor - Variable in class org.objectweb.joram.client.jms.Connection
The requestor used to communicate with the user proxy.
requestor - Variable in class org.objectweb.joram.client.jms.Session
The requestor used by the session to communicate with the user proxy.
Requestor - Class in org.objectweb.joram.client.jms.connection
 
Requestor(RequestMultiplexer) - Constructor for class org.objectweb.joram.client.jms.connection.Requestor
 
Requestor.Status - Class in org.objectweb.joram.client.jms.connection
 
requestsTable - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
requestStatus - Variable in class org.objectweb.joram.client.jms.Session
Status of the request: NONE, RUN, DONE.
RequestStatus() - Constructor for class org.objectweb.joram.client.jms.Session.RequestStatus
 
requestTimeout - Variable in class org.objectweb.joram.client.jms.admin.AdminRequestor
Defines the maximum time in milliseconds before aborting a request.
reset() - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
reset() - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
reset() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.NetOutputStream
 
resetPropertiesRO() - Method in class org.objectweb.joram.client.jms.Message
Resets the read-only flag, in order to allow the modification of message properties.
RESTAcquisition - Static variable in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
Class name of handler allowing to acquire messages to a foreign REST provider.
RestAcquisitionQueue - Class in org.objectweb.joram.client.jms.admin
The RestAcquisitionQueue class allows administrators to create REST acquisition queues (Rest bridge in).
RestAcquisitionQueue() - Constructor for class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
RESTDistribution - Static variable in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
Class name of handler allowing to distribute messages to a foreign REST provider.
RestDistributionQueue - Class in org.objectweb.joram.client.jms.admin
The RestDistributionQueue class allows administrators to create REST distribution queues (REST bridge out).
RestDistributionQueue() - Constructor for class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
rm - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
rm - Variable in class org.objectweb.joram.client.jms.XAConnection
Resource manager instance.
rm - Variable in class org.objectweb.joram.client.jms.XAQueueConnection
Resource manager instance.
rm - Variable in class org.objectweb.joram.client.jms.XAResource
The XA connection acting as resource manager.
rm - Variable in class org.objectweb.joram.client.jms.XATopicConnection
Resource manager instance.
RObody - Variable in class org.objectweb.joram.client.jms.Message
true if the message body is read-only.
rollback() - Method in class org.objectweb.joram.client.jms.JMSContext
 
rollback() - Method in class org.objectweb.joram.client.jms.Session
API method.
rollback() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
rollback() - Method in class org.objectweb.joram.client.jms.XASession
API method inherited from session, but intercepted here for forbidding its use in the XA context (as defined by the API).
rollback(Xid) - Method in class org.objectweb.joram.client.jms.XAResource
Rolls the resource back.
rollback(Xid) - Method in class org.objectweb.joram.client.jms.XAResourceMngr
Notifies the RM that a transaction is rolled back.
ROLLBACK_ONLY - Static variable in class org.objectweb.joram.client.jms.XAResourceMngr
Failed transaction.
ROOT_USER_NAME - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
ROOT_USER_PWD - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
route(AbstractJmsReply, boolean) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
Not synchronized because it may be called by the demultiplexer during a concurrent close.
run() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.Closer
 
run() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.DemultiplexerDaemon
 
run() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.HeartBeatTask
 
run() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.onExceptionRunner
 
run() - Method in class org.objectweb.joram.client.jms.MultiSessionConsumer.MessageDispatcher
 
run() - Method in class org.objectweb.joram.client.jms.Session
API method.
run() - Method in class org.objectweb.joram.client.jms.Session.SessionCloseTask
Method called when the timer expires, actually closing the session.
run() - Method in class org.objectweb.joram.client.jms.Session.SessionDaemon
 
run() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.AckTimerTask
 
run() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.Reader
 
run() - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
RUN - Static variable in class org.objectweb.joram.client.jms.connection.Requestor.Status
The requestor is busy: the client thread is waiting.
RUN - Static variable in class org.objectweb.joram.client.jms.MessageConsumerListener.Status
 
RUN - Static variable in class org.objectweb.joram.client.jms.Session.RequestStatus
A request is running (pending).
runningCL - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 

S

saveServerId(int) - Static method in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
Save the unique identifier of the created server for future use.
scale(int, String) - Method in class org.objectweb.joram.client.jms.Destination
Administration method for scaling operations.
schedule(TimerTask, long) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
scheduled - Variable in class org.objectweb.joram.client.jms.Session
true if the session's transaction is scheduled.
SCHEDULER_QUEUE - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the implementation class for a scheduled Queue.
SchedulerQueue - Class in org.objectweb.joram.client.jms.admin
The SchedulerQueue class allows administrators to create scheduled queues.
SchedulerQueue() - Constructor for class org.objectweb.joram.client.jms.admin.SchedulerQueue
 
SCN - Static variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
selector - Variable in class org.objectweb.joram.client.jms.MessageConsumer
The selector for filtering messages.
selector - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
selector - Variable in class org.objectweb.joram.client.jms.QueueBrowser
The selector for filtering messages.
send(long, long, AbstractJmsMessage) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.NetOutputStream
 
send(Destination, byte[]) - Method in class org.objectweb.joram.client.jms.JMSProducer
JMS 2.0 API method.
send(Destination, Serializable) - Method in class org.objectweb.joram.client.jms.JMSProducer
JMS 2.0 API method.
send(Destination, String) - Method in class org.objectweb.joram.client.jms.JMSProducer
JMS 2.0 API method.
send(Destination, Map<String, Object>) - Method in class org.objectweb.joram.client.jms.JMSProducer
JMS 2.0 API method.
send(Destination, Message) - Method in class org.objectweb.joram.client.jms.JMSProducer
JMS 2.0 API method.
send(Destination, Message) - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
send(Destination, Message, int, int, long) - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
send(Destination, Message, int, int, long, CompletionListener) - Method in class org.objectweb.joram.client.jms.MessageProducer
API 2.0 method.
send(Destination, Message, CompletionListener) - Method in class org.objectweb.joram.client.jms.MessageProducer
API 2.0 method.
send(Message) - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
send(Message, int, int, long) - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
send(Message, int, int, long, CompletionListener) - Method in class org.objectweb.joram.client.jms.MessageProducer
API 2.0 method.
send(Message, CompletionListener) - Method in class org.objectweb.joram.client.jms.MessageProducer
API 2.0 method.
send(Queue, Message) - Method in class org.objectweb.joram.client.jms.QueueSender
API method.
send(Queue, Message, int, int, long) - Method in class org.objectweb.joram.client.jms.QueueSender
API method.
send(Destination, Message, int, int, long, boolean, long, CompletionListener, MessageProducer) - Method in class org.objectweb.joram.client.jms.Session
Called by MessageProducer.
send(AbstractJmsMessage) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
send(AbstractJmsMessage) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
send(AbstractJmsRequest) - Method in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
 
send(AbstractJmsRequest) - Method in interface org.objectweb.joram.client.jms.connection.RequestChannel
 
send(AbstractJmsRequest) - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
send(AbstractJmsRequest) - Method in class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
Sending a JMS request through the TCP connection.
sendDestinationsWeights(int[]) - Method in class org.objectweb.joram.client.jms.Queue
Set weights for each remote destination of this alias queue.
sendings - Variable in class org.objectweb.joram.client.jms.Session
Table holding the ProducerMessages holding producers' messages and destinated to be sent at commit.
sendings - Variable in class org.objectweb.joram.client.jms.XAContext
Table holding the ProducerMessages produced in the transaction.
sendRequest(AbstractJmsRequest) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
sendRequest(AbstractJmsRequest, ReplyListener, CompletionListener) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
sentCount - Variable in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
define serialVersionUID for interoperability, fix with 5.15.0 value
serialVersionUID - Static variable in exception org.objectweb.joram.client.jms.admin.AdminException
 
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.admin.AdministeredObject
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.admin.ClusterDestination
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.admin.ClusterQueue
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.admin.ClusterTopic
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.admin.DeadMQueue
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in exception org.objectweb.joram.client.jms.admin.NameAlreadyUsedException
 
serialVersionUID - Static variable in exception org.objectweb.joram.client.jms.admin.ServerIdAlreadyUsedException
 
serialVersionUID - Static variable in exception org.objectweb.joram.client.jms.admin.StartFailureException
 
serialVersionUID - Static variable in exception org.objectweb.joram.client.jms.admin.UnknownServerException
 
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.admin.User
define serialVersionUID for interoperability
serialVersionUID - Static variable in exception org.objectweb.joram.client.jms.connection.AbortedRequestException
 
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.ConnectionFactory
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.Destination
Define serialVersionUID for interoperability.
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.FactoryParameters
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.local.LocalConnectionFactory
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.local.QueueLocalConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.local.TopicLocalConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.local.XALocalConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.local.XAQueueLocalConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.Queue
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.QueueConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.tcp.QueueTcpConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.tcp.TcpConnectionFactory
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.tcp.TopicTcpConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.tcp.XAQueueTcpConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.tcp.XATcpConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.tcp.XATopicTcpConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.TemporaryQueue
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.TemporaryTopic
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.Topic
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.TopicConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.XAConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.XAQueueConnectionFactory
Deprecated.
define serialVersionUID for interoperability
serialVersionUID - Static variable in class org.objectweb.joram.client.jms.XATopicConnectionFactory
Deprecated.
define serialVersionUID for interoperability
server - Variable in class org.objectweb.joram.client.jms.admin.AdminWrapper
The description of the server the module is connected to.
Server - Class in org.objectweb.joram.client.jms.admin
 
Server(int, String, String) - Constructor for class org.objectweb.joram.client.jms.admin.Server
 
SERVER_ID - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
ServerAddress(String, int) - Constructor for class org.objectweb.joram.client.jms.tcp.ReliableTcpClient.ServerAddress
 
serverId - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
ServerIdAlreadyUsedException - Exception in org.objectweb.joram.client.jms.admin
 
ServerIdAlreadyUsedException(String) - Constructor for exception org.objectweb.joram.client.jms.admin.ServerIdAlreadyUsedException
 
serverName - Static variable in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
serverSessionPool - Variable in class org.objectweb.joram.client.jms.MultiSessionConsumer
 
sess - Variable in class org.objectweb.joram.client.jms.MessageConsumer
The session the consumer belongs to.
sess - Variable in class org.objectweb.joram.client.jms.MessageProducer
The session the producer belongs to.
sess - Variable in class org.objectweb.joram.client.jms.QueueBrowser
The session the browser belongs to.
sess - Variable in class org.objectweb.joram.client.jms.SingleSessionConsumer
 
sess - Variable in class org.objectweb.joram.client.jms.XAResource
The session producing and consuming messages.
sess - Variable in class org.objectweb.joram.client.jms.XASession
 
session - Variable in class org.objectweb.joram.client.jms.admin.AdminRequestor
 
session - Variable in class org.objectweb.joram.client.jms.connection.CompletionListener
 
session - Variable in class org.objectweb.joram.client.jms.JMSContext
 
session - Variable in class org.objectweb.joram.client.jms.JMSProducer
 
session - Variable in class org.objectweb.joram.client.jms.Message
If the message is actually consumed, the session that consumes it, null otherwise.
Session - Class in org.objectweb.joram.client.jms
Implements the javax.jms.Session interface.
Session(Connection, boolean, int, RequestMultiplexer) - Constructor for class org.objectweb.joram.client.jms.Session
Opens a session.
Session.Closer - Class in org.objectweb.joram.client.jms
This class synchronizes the close.
Session.MessageListenerContext - Class in org.objectweb.joram.client.jms
Context used to associate a message consumer with a set of messages to consume.
Session.RequestStatus - Class in org.objectweb.joram.client.jms
The status of the current request.
Session.SessionCloseTask - Class in org.objectweb.joram.client.jms
The SessionCloseTask class is used by non-XA transacted sessions for taking care of closing them if they tend to be pending, and if a transaction timer has been set.
Session.SessionDaemon - Class in org.objectweb.joram.client.jms
This thread controls the session in mode LISTENER.
Session.SessionMode - Class in org.objectweb.joram.client.jms
The way the session is used.
Session.Status - Class in org.objectweb.joram.client.jms
Status of the session
SessionCloseTask(long) - Constructor for class org.objectweb.joram.client.jms.Session.SessionCloseTask
 
SessionDaemon() - Constructor for class org.objectweb.joram.client.jms.Session.SessionDaemon
 
SessionMBean - Interface in org.objectweb.joram.client.jms
 
sessionMode - Variable in class org.objectweb.joram.client.jms.Session
Mode of the session: NONE, RECEIVE, LISTENER, APP_SERVER
SessionMode() - Constructor for class org.objectweb.joram.client.jms.Session.SessionMode
 
sessions - Variable in class org.objectweb.joram.client.jms.Connection
Vector of the connection's sessions.
sessionsC - Variable in class org.objectweb.joram.client.jms.Connection
Sessions counter.
sessionTable - Variable in class org.objectweb.joram.client.jms.XAResourceMngr
table of Session (key Xid).
setAcquisitionPeriod(int) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
setAdminMessage(AbstractAdminMessage) - Method in class org.objectweb.joram.client.jms.admin.AdminMessage
Sets an AbstractAdminMessage as the body of the message.
setAsync(boolean) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
Sets the async parameter.
setAsync(CompletionListener) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setAsyncSend(boolean) - Method in class org.objectweb.joram.client.jms.Session
Sets asynchronously sending for this session.
setAsyncSub(boolean) - Method in class org.objectweb.joram.client.jms.Session
Sets asynchronous subscription for this session.
setAutoStart(boolean) - Method in class org.objectweb.joram.client.jms.ContextConnection
 
setAutoStart(boolean) - Method in class org.objectweb.joram.client.jms.JMSContext
 
setAutoStart(boolean) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
setBatch(boolean) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
Sets the batch parameter.
setBoolean(String, boolean) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setBooleanProperty(String, boolean) - Method in class org.objectweb.joram.client.jms.Message
API method.
setByte(String, byte) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setByteProperty(String, byte) - Method in class org.objectweb.joram.client.jms.Message
API method.
setBytes(String, byte[]) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setBytes(String, byte[], int, int) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setChar(String, char) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setCheckPeriod(long) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
setClientID(String) - Method in class org.objectweb.joram.client.jms.Connection
API method.
setClientID(String) - Method in class org.objectweb.joram.client.jms.ContextConnection
 
setClientID(String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
setClientID(String) - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
setClientID(String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
setCluster(Hashtable<String, Destination>) - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
 
setClusterLink(Topic, Topic) - Static method in class org.objectweb.joram.client.jms.admin.AdminHelper
Deprecated. 
setCnxJMXBeanBaseName(String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
 
setCompressedMinSize(int) - Method in class org.objectweb.joram.client.jms.Message
Sets the minimum size beyond which this message's body is compressed.
setCompressedMinSize(int) - Method in class org.objectweb.joram.client.jms.Session
Sets the minimum size beyond which the message body is compressed in this session.
setCompressionLevel(int) - Method in class org.objectweb.joram.client.jms.Message
Sets the compression level (0..9) used when this message body is compressed.
setCompressionLevel(int) - Method in class org.objectweb.joram.client.jms.Session
Set the compression level for this session.
setDefaultDMQ(int, Queue) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Sets a given dead message queue as the default DMQ for a given server (null for unsetting previous DMQ).
setDefaultDMQ(int, Queue) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Sets a given dead message queue as the default DMQ for a given server (null for unsetting previous DMQ).
setDefaultDMQ(int, Queue) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Sets a given dead message queue as the default DMQ for a given server (null for unsetting previous DMQ).
setDefaultDMQ(int, Queue) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
setDefaultDMQ(Queue) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Sets a given dead message queue as the default DMQ for the local server (null for unsetting previous DMQ).
setDefaultDMQ(Queue) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Sets a given dead message queue as the default DMQ for the local server (null for unsetting previous DMQ).
setDefaultDMQ(Queue) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Sets a given dead message queue as the default DMQ for the local server (null for unsetting previous DMQ).
setDefaultDMQ(Queue) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
setDefaultDMQId(int, String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Sets a given dead message queue as the default DMQ for a given server (null for unsetting previous DMQ).
setDefaultDMQId(int, String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Sets a given dead message queue as the default DMQ for a given server (null for unsetting previous DMQ).
setDefaultDMQId(int, String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Sets a given dead message queue as the default DMQ for a given server (null for unsetting previous DMQ).
setDefaultDMQId(int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Sets a given dead message queue as the default DMQ for a given server (null for unsetting previous DMQ).
setDefaultDMQId(int, String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Sets a given dead message queue as the default DMQ for a given server (null for unsetting previous DMQ).
setDefaultDMQId(String) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Sets a given dead message queue as the default DMQ for the local server (null for unsetting previous DMQ).
setDefaultDMQId(String) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Sets a given dead message queue as the default DMQ for the local server (null for unsetting previous DMQ).
setDefaultDMQId(String) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Sets a given dead message queue as the default DMQ for the local server (null for unsetting previous DMQ).
setDefaultDMQId(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Sets a given dead message queue as the default DMQ for the local server (null for unsetting previous DMQ).
setDefaultDMQId(String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Sets a given dead message queue as the default DMQ for the local server (null for unsetting previous DMQ).
setDefaultThreshold(int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Sets a given value as the default threshold for the local server (-1 for unsetting previous value).
setDefaultThreshold(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Sets a given value as the default threshold for the local server (-1 for unsetting previous value).
setDefaultThreshold(int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Sets a given value as the default threshold for the local server (-1 for unsetting previous value).
setDefaultThreshold(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Sets a given value as the default threshold for the local server (-1 for unsetting previous value).
setDefaultThreshold(int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Sets a given value as the default threshold for the local server (-1 for unsetting previous value).
setDefaultThreshold(int, int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Sets a given value as the default threshold for a given server (-1 for unsetting previous value).
setDefaultThreshold(int, int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Sets a given value as the default threshold for a given server (-1 for unsetting previous value).
setDefaultThreshold(int, int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Sets a given value as the default threshold for a given server (-1 for unsetting previous value).
setDefaultThreshold(int, int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Sets a given value as the default threshold for a given server (-1 for unsetting previous value).
setDefaultThreshold(int, int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Sets a given value as the default threshold for a given server (-1 for unsetting previous value).
setDeliveryDelay(int) - Method in class org.objectweb.joram.client.jms.Queue
Set deliveryDelay attribute.
setDeliveryDelay(long) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setDeliveryDelay(long) - Method in class org.objectweb.joram.client.jms.MessageProducer
API 2.0 Sets the minimum length of time in milliseconds that must elapse after a message is sent before the consumer can consume this message.
setDeliveryMode(int) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setDeliveryMode(int) - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
setDemultiplexerDaemonName(String) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
setDestinationDMQ(String, Destination, String) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
setDisableMessageID(boolean) - Method in class org.objectweb.joram.client.jms.JMSProducer
API method
setDisableMessageID(boolean) - Method in class org.objectweb.joram.client.jms.MessageProducer
API method, not taken into account.
setDisableMessageTimestamp(boolean) - Method in class org.objectweb.joram.client.jms.JMSProducer
API method
setDisableMessageTimestamp(boolean) - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
setDMQ(Queue) - Method in class org.objectweb.joram.client.jms.admin.User
Admin method setting a given dead message queue for this user.
setDMQ(Queue) - Method in class org.objectweb.joram.client.jms.Destination
Administration method setting or unsetting a dead message queue for this destination.
setDMQId(String) - Method in class org.objectweb.joram.client.jms.admin.User
Admin method setting a given dead message queue for this user.
setDMQId(String) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
Admin method setting a given dead message queue Id for this user.
setDMQId(String) - Method in class org.objectweb.joram.client.jms.Destination
Administration method setting or unsetting a dead message queue for this destination.
setDMQId(String) - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Admininistration method setting or unsetting a dead message queue for this destination.
setDouble(String, double) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setDoubleProperty(String, double) - Method in class org.objectweb.joram.client.jms.Message
API method.
setExceptionListener(ExceptionListener) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
setExceptionListener(ExceptionListener) - Method in class org.objectweb.joram.client.jms.Connection
API method.
setExceptionListener(ExceptionListener) - Method in class org.objectweb.joram.client.jms.ContextConnection
 
setExceptionListener(ExceptionListener) - Method in class org.objectweb.joram.client.jms.JMSContext
 
setExceptionListener(ExceptionListener) - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
setExceptionListener(ExceptionListener) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
setFloat(String, float) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setFloatProperty(String, float) - Method in class org.objectweb.joram.client.jms.Message
API method.
setFreelyReadable(boolean) - Method in class org.objectweb.joram.client.jms.Destination
Administration method (un)setting free reading access to this destination.
setFreelyReadable(boolean) - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Administration method (un)setting free reading access to this destination.
setFreelyWriteable(boolean) - Method in class org.objectweb.joram.client.jms.Destination
Administration method (un)setting free writing access to this destination.
setFreelyWriteable(boolean) - Method in interface org.objectweb.joram.client.jms.DestinationMBean
Administration method (un)setting free writing access to this destination.
setFreeReading() - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
 
setFreeReading() - Method in class org.objectweb.joram.client.jms.Destination
Administration method setting free reading access to this destination.
setFreeWriting() - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
 
setFreeWriting() - Method in class org.objectweb.joram.client.jms.Destination
Administration method setting free writing access to this destination.
setHierarchicalLink(Topic, Topic) - Static method in class org.objectweb.joram.client.jms.admin.AdminHelper
Deprecated. 
setHost(String) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
setHost(String) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
setIdentityClassName(String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
set indentity class name
setIdleTimeout(long) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
setIdleTimeout(long) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
setImplicitAck(boolean) - Method in class org.objectweb.joram.client.jms.Session
Sets implicit acknowledge for this session.
setInt(String, int) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setIntProperty(String, int) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMSCorrelationID(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setJMSCorrelationID(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMSCorrelationIDAsBytes(byte[]) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setJMSCorrelationIDAsBytes(byte[]) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMSDeliveryMode(int) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMSDeliveryTime(long) - Method in class org.objectweb.joram.client.jms.Message
API 2.0 Sets the message delivery time value.
setJMSDestination(Destination) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMSExpiration(long) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMSMessageID(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMSPriority(int) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMSRedelivered(boolean) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMSReplyTo(Destination) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setJMSReplyTo(Destination) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMSTimestamp(long) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMSType(String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setJMSType(String) - Method in class org.objectweb.joram.client.jms.Message
API method.
setJMXBeanBaseName(String) - Method in class org.objectweb.joram.client.jms.Connection
 
setListInInterceptorClassName(String) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
setListInterceptorClassName(String, List<MessageInterceptor>) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
setListOutInterceptorClassName(String) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
setLong(String, long) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setLongProperty(String, long) - Method in class org.objectweb.joram.client.jms.Message
API method.
setMaxFreeConnections(int) - Method in class org.objectweb.joram.client.jms.pool.ConnectionPool
Returns the maximum number of free connections for an identity in the pool.
setMaxFreeConnections(int) - Method in class org.objectweb.joram.client.jms.pool.PooledConnectionFactory
Sets the maximum number of free connections for an identity in the pool.
setMediaTypeJson(boolean) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
setMessageConsumerListener(MessageConsumerListener) - Method in class org.objectweb.joram.client.jms.Session
Called by MultiSessionConsumer ASF mode
setMessageIdPrefix(String) - Method in class org.objectweb.joram.client.jms.FactoryParameters
Setsthe prefix to add to the JMS MessageID of connection created from this factory.
setMessageListener(MessageListener) - Method in class org.objectweb.joram.client.jms.JMSConsumer
API method
setMessageListener(MessageListener) - Method in class org.objectweb.joram.client.jms.MessageConsumer
Sets the message consumer's MessageListener.
setMessageListener(MessageListener) - Method in class org.objectweb.joram.client.jms.Session
API method.
setMessageListener(MessageListener) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
setMultiThreadSync(int, int) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
setNbMaxMsg(int) - Method in class org.objectweb.joram.client.jms.Queue
Administration method setting nbMaxMsg for this queue.
setNbMaxMsg(int) - Method in interface org.objectweb.joram.client.jms.QueueMBean
 
setNbMaxMsg(String, int) - Method in class org.objectweb.joram.client.jms.admin.User
Admin method setting nbMaxMsg for this subscription.
setNbMaxMsg(String, int) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
 
setObject(Serializable) - Method in class org.objectweb.joram.client.jms.ObjectMessage
API method.
setObject(String, Object) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setObjectProperty(String, Object) - Method in class org.objectweb.joram.client.jms.Message
API method.
setParameters(Properties) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
setParent(Topic) - Method in class org.objectweb.joram.client.jms.Topic
Creates a hierarchical relationship between this topic and its father topic.
setPassword(String) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
setPassword(String) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
setPause(boolean) - Method in class org.objectweb.joram.client.jms.Queue
Stops / Resumes the message delivery.
setPeriod(int) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
setPort(int) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
setPort(int) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
setPriority(int) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setPriority(int) - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
setProperties(Properties) - Method in class org.objectweb.joram.client.jms.Destination
Administration method to set properties.
setProperties(Properties) - Method in class org.objectweb.joram.client.jms.Queue
Administration method to set properties.
setProperty(String, boolean) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setProperty(String, byte) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setProperty(String, double) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setProperty(String, float) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setProperty(String, int) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setProperty(String, long) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setProperty(String, short) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setProperty(String, Object) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setProperty(String, String) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setProviderClientID() - Method in class org.objectweb.joram.client.jms.Connection
 
setQueueCluster(Destination, Queue) - Static method in class org.objectweb.joram.client.jms.admin.AdminHelper
Deprecated. 
setQueueCluster(Queue, Queue) - Static method in class org.objectweb.joram.client.jms.admin.AdminHelper
Deprecated. 
setQueueMessageReadMax(int) - Method in class org.objectweb.joram.client.jms.Session
Set the maximum number of messages that can be read at once from a queue for this Session.
setReader(User) - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
 
setReader(User) - Method in class org.objectweb.joram.client.jms.Destination
Administration method setting a given user as a reader on this destination.
setReadOnly() - Method in class org.objectweb.joram.client.jms.Message
set message read-only
setReceiveStatus(int) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
setRedeliveryDelay(int) - Method in class org.objectweb.joram.client.jms.admin.User
Set redeliveryDelay attribute.
setRedeliveryDelay(int) - Method in class org.objectweb.joram.client.jms.Queue
Set redeliveryDelay attribute.
setReliableClass(String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
 
setRequestStatus(int) - Method in class org.objectweb.joram.client.jms.Session
Sets the request status.
setRequestTimeout(long) - Method in class org.objectweb.joram.client.jms.admin.AdminRequestor
Set the maximum time in ms before aborting arequest.
setSessionMode(int) - Method in class org.objectweb.joram.client.jms.Session
Sets the session mode.
setShort(String, short) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setShortProperty(String, short) - Method in class org.objectweb.joram.client.jms.Message
API method.
setStatus(int) - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
setStatus(int) - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
setStatus(int) - Method in class org.objectweb.joram.client.jms.Connection
 
setStatus(int) - Method in class org.objectweb.joram.client.jms.MessageConsumer
 
setStatus(int) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
setStatus(int) - Method in class org.objectweb.joram.client.jms.Session
Sets the status of the session.
setStatus(int) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
setStatus(int) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
setStatus(Xid, int) - Method in class org.objectweb.joram.client.jms.XAResourceMngr
Sets the status of a transaction.
setString(String, String) - Method in class org.objectweb.joram.client.jms.MapMessage
API method.
setStringProperty(String, String) - Method in class org.objectweb.joram.client.jms.Message
API method.
setSyncExceptionOnFull(boolean) - Method in class org.objectweb.joram.client.jms.Queue
Administration method setting syncExceptionOnFull for this queue.
setText(String) - Method in class org.objectweb.joram.client.jms.TextMessage
API method.
setThreshold(int) - Method in class org.objectweb.joram.client.jms.admin.User
Admin method setting a given value as the threshold for this user.
setThreshold(int) - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
Admin method setting a given value as the threshold for this user.
setThreshold(int) - Method in class org.objectweb.joram.client.jms.Queue
Administration method setting or unsetting the threshold for this queue.
setThreshold(int) - Method in interface org.objectweb.joram.client.jms.QueueMBean
Admin method setting or unsetting the threshold for this queue.
setThreshold(String, int) - Method in class org.objectweb.joram.client.jms.admin.User
Admin method setting a given value as the threshold for a particular subscription of this user.
setTimeout(long) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
setTimeOutToAbortRequest(long) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Set the maximum time in ms before aborting request.
setTimeOutToAbortRequest(long) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Sets the timeout in ms before abortion of administration requests.
setTimeOutToAbortRequest(long) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Set the maximum time in ms before aborting request.
setTimeOutToAbortRequest(long) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Specifies how much time a command has to complete before If the command does not complete within the specified time, it is canceled and an exception is generated.
setTimeOutToAbortRequest(long) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Specifies how much time a command has to complete before If the command does not complete within the specified time, it is canceled and an exception is generated.
setTimer(Timer) - Method in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
 
setTimer(Timer) - Method in interface org.objectweb.joram.client.jms.connection.RequestChannel
 
setTimer(Timer) - Method in class org.objectweb.joram.client.jms.local.LocalRequestChannel
 
setTimer(Timer) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
setTimer(Timer) - Method in class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
 
setTimeToLive(long) - Method in class org.objectweb.joram.client.jms.JMSProducer
 
setTimeToLive(long) - Method in class org.objectweb.joram.client.jms.MessageProducer
API method.
setTopicAckBufferMax(int) - Method in class org.objectweb.joram.client.jms.Session
Set the maximum number of acknowledgements that can be buffered when using Session.DUPS_OK_ACKNOWLEDGE mode for this session.
setTopicActivationThreshold(int) - Method in class org.objectweb.joram.client.jms.Session
Set the threshold of activation for this session.
setTopicPassivationThreshold(int) - Method in class org.objectweb.joram.client.jms.Session
Set the threshold of passivation for this session.
setTransacted(boolean) - Method in class org.objectweb.joram.client.jms.Session
set transacted.
setTransactionTimeout(int) - Method in class org.objectweb.joram.client.jms.XAResource
Returns false as timeout feature is not supported.
setUseOldAPI(boolean) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
setUseOldAPI(boolean) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
setUsername(String) - Method in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
setUserName(String) - Method in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
setWrapper(AdminItf) - Method in class org.objectweb.joram.client.jms.Destination
Sets the administration wrapper to use.
setWrapper(AdminWrapper) - Method in class org.objectweb.joram.client.jms.admin.User
Sets the administration wrapper to use.
setWriter(User) - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
 
setWriter(User) - Method in class org.objectweb.joram.client.jms.Destination
Administration method setting a given user as a writer on this destination.
shared - Variable in class org.objectweb.joram.client.jms.MessageConsumer
 
SHORT - Static variable in class org.objectweb.joram.client.jms.StreamMessage
 
shutdown() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.DemultiplexerDaemon
 
shutdown() - Method in class org.objectweb.joram.client.jms.MultiSessionConsumer.MessageDispatcher
 
shutdown() - Method in class org.objectweb.joram.client.jms.Session.SessionDaemon
 
shutdown() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.Reader
 
SingleSessionConsumer - Class in org.objectweb.joram.client.jms
 
SingleSessionConsumer(boolean, boolean, String, String, String, Session, MessageListener) - Constructor for class org.objectweb.joram.client.jms.SingleSessionConsumer
 
singleThreadOfControl - Variable in class org.objectweb.joram.client.jms.Session
The current active control thread.
sock - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
socketFactory - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Allows to define a specific factory for socket in order to by-pass compatibility problem between JDK version.
SoLinger - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Enable SO_LINGER with the specified linger time in seconds, if the value is less than 0 then it disables SO_LINGER.
SoTimeout - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Enable/disable SO_TIMEOUT with the specified timeout in milliseconds.
SSLCONTEXT - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableSSLTcpClient
 
start() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.HeartBeatTask
 
start() - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
start() - Method in class org.objectweb.joram.client.jms.Connection
API method for starting the connection.
start() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
start() - Method in class org.objectweb.joram.client.jms.ContextConnection
 
start() - Method in class org.objectweb.joram.client.jms.JMSContext
 
start() - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
Called by Session.
start() - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
start() - Method in class org.objectweb.joram.client.jms.Session.SessionCloseTask
 
start() - Method in class org.objectweb.joram.client.jms.Session
Starts the asynchronous deliveries in the session.
start() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
start(Xid, int) - Method in class org.objectweb.joram.client.jms.XAResource
Enlists this resource in a given transaction.
start(Xid, int, Session) - Method in class org.objectweb.joram.client.jms.XAResourceMngr
Notifies the RM that a transaction is starting.
start(BundleContext) - Method in class org.objectweb.joram.client.osgi.Activator
 
START - Static variable in class org.objectweb.joram.client.jms.Connection.Status
Status of the connection when it is started.
START - Static variable in class org.objectweb.joram.client.jms.Session.Status
Status of the session when the connection is started.
startDocument() - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Initializes parsing of a document.
STARTED - Static variable in class org.objectweb.joram.client.jms.XAResourceMngr
Transaction active.
startElement(String, String, String, Attributes) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Receive notification of the start of an element.
StartFailureException - Exception in org.objectweb.joram.client.jms.admin
 
StartFailureException(String) - Constructor for exception org.objectweb.joram.client.jms.admin.StartFailureException
 
startServer(int) - Static method in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
status - Variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
status - Variable in class org.objectweb.joram.client.jms.connection.Requestor
 
status - Variable in class org.objectweb.joram.client.jms.Connection
Status of the connection.
status - Variable in class org.objectweb.joram.client.jms.MessageConsumer
Status of the message consumer OPEN, CLOSE
status - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
status - Variable in class org.objectweb.joram.client.jms.Session
Status of the session: STOP, START, CLOSE
status - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
status - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
status - Variable in class org.objectweb.joram.client.jms.XAContext
The transaction status.
Status() - Constructor for class org.objectweb.joram.client.jms.connection.RequestMultiplexer.Status
 
Status() - Constructor for class org.objectweb.joram.client.jms.connection.Requestor.Status
 
Status() - Constructor for class org.objectweb.joram.client.jms.Connection.Status
 
Status() - Constructor for class org.objectweb.joram.client.jms.MessageConsumer.Status
 
Status() - Constructor for class org.objectweb.joram.client.jms.MessageConsumerListener.Status
 
Status() - Constructor for class org.objectweb.joram.client.jms.Session.Status
 
statusNames - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
statusNames - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
stop() - Static method in class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
Stop the created server.
stop() - Method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.DemultiplexerDaemon
Enables the daemon to stop itself.
stop() - Method in class org.objectweb.joram.client.jms.connection.Requestor
 
stop() - Method in class org.objectweb.joram.client.jms.Connection
API method for stopping the connection; even if the connection appears to be broken, stops the sessions.
stop() - Method in interface org.objectweb.joram.client.jms.ConnectionMBean
 
stop() - Method in class org.objectweb.joram.client.jms.ContextConnection
 
stop() - Method in class org.objectweb.joram.client.jms.JMSContext
Temporarily stops the delivery of incoming messages by the JMSContext's connection.
stop() - Method in class org.objectweb.joram.client.jms.MultiSessionConsumer.MessageDispatcher
Enables the daemon to stop itself.
stop() - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
stop() - Method in class org.objectweb.joram.client.jms.Session
Stops the asynchronous deliveries processing in the session.
stop() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.Reader
Enables the daemon to stop itself.
stop() - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
stop(BundleContext) - Method in class org.objectweb.joram.client.osgi.Activator
 
STOP - Static variable in class org.objectweb.joram.client.jms.connection.Requestor.Status
 
STOP - Static variable in class org.objectweb.joram.client.jms.Connection.Status
Status of the connection when it is stopped.
STOP - Static variable in class org.objectweb.joram.client.jms.Session.Status
Status of the session when the connection is stopped.
stopReconnections() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
stopServer() - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Stops the platform local server.
stopServer() - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Stops the platform local server.
stopServer() - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Stops the platform local server.
stopServer() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Stops the platform local server.
stopServer() - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Stops the platform local server.
stopServer(int) - Method in interface org.objectweb.joram.client.jms.admin.AdminItf
Stops a given server of the platform.
stopServer(int) - Static method in class org.objectweb.joram.client.jms.admin.AdminModule
Stops a given server of the platform.
stopServer(int) - Method in class org.objectweb.joram.client.jms.admin.AdminWrapper
Stops a given server of the platform.
stopServer(int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
Stops a given server of the platform.
stopServer(int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Stops a given server of the platform.
strbuf - Variable in class org.objectweb.joram.client.jms.Connection.AtomicCounter
 
StreamMessage - Class in org.objectweb.joram.client.jms
Implements the javax.jms.StreamMessage interface.
StreamMessage() - Constructor for class org.objectweb.joram.client.jms.StreamMessage
Instantiates a bright new StreamMessage.
StreamMessage(Session, Message) - Constructor for class org.objectweb.joram.client.jms.StreamMessage
Instantiates a StreamMessage wrapping a consumed MOM message containing a stream of bytes.
strictVerificationError - Static variable in class org.objectweb.joram.client.jms.Message
 
strictVerificationError() - Static method in class org.objectweb.joram.client.jms.Message
 
strictVerificationWarn - Static variable in class org.objectweb.joram.client.jms.Message
 
strictVerificationWarn() - Static method in class org.objectweb.joram.client.jms.Message
 
STRING - Static variable in class org.objectweb.joram.client.jms.StreamMessage
 
stringImage - Variable in class org.objectweb.joram.client.jms.Connection
 
stringImage - Variable in class org.objectweb.joram.client.jms.Session
 
subsC - Variable in class org.objectweb.joram.client.jms.Connection
Subscriptions counter.
subscribe(String[], int) - Method in class org.objectweb.joram.client.jms.MessageConsumerListener
 
Subscription - Class in org.objectweb.joram.client.jms.admin
The Subscription class is a utility class needed to show information about client subscription.
Subscription(String, String, int, int, boolean) - Constructor for class org.objectweb.joram.client.jms.admin.Subscription
Creates a new Subscription object.
SUCCESS - Static variable in class org.objectweb.joram.client.jms.XAResourceMngr
Transaction successful.
SUSPENDED - Static variable in class org.objectweb.joram.client.jms.XAResourceMngr
Transaction suspended.
syncExceptionOnFull - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
syncRequest(AbstractJmsRequest) - Method in class org.objectweb.joram.client.jms.Connection
 
syncRequest(AbstractJmsRequest) - Method in class org.objectweb.joram.client.jms.Session
Called by MessageConsumer.
syncRequests - Variable in class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel
Synchronized requests.
SyncRound() - Constructor for class org.objectweb.joram.client.jms.connection.MultiThreadSyncChannel.SyncRound
 

T

targetName - Variable in class org.objectweb.joram.client.jms.MessageConsumer
The consumer server side target is either a queue or a subscription on its proxy.
targetName - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
tcpClient - Variable in class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
 
TcpConnectionFactory - Class in org.objectweb.joram.client.jms.tcp
A TcpConnectionFactory instance is a factory of TCP connections.
TcpConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.tcp.TcpConnectionFactory
Constructs an empty TcpConnectionFactory instance.
TcpConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.tcp.TcpConnectionFactory
Constructs a TcpConnectionFactory instance.
TcpMessage(long, AbstractJmsMessage) - Constructor for class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.TcpMessage
 
TcpNoDelay - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm), default value is true.
TcpRequestChannel - Class in org.objectweb.joram.client.jms.tcp
A TcpConnection links a Joram client and a Joram platform with a TCP socket.
TcpRequestChannel(FactoryParameters, Identity) - Constructor for class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
Creates a TcpConnection instance.
TcpRequestChannel(FactoryParameters, Identity, String) - Constructor for class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
Creates a TcpConnection instance.
TEMPORARY - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the type of a temporary destination (OR'ed with queue or topic type depending of the real type of the destination).
TemporaryQueue - Class in org.objectweb.joram.client.jms
Implements the javax.jms.TemporaryQueue interface.
TemporaryQueue() - Constructor for class org.objectweb.joram.client.jms.TemporaryQueue
 
TemporaryQueue(String, Connection) - Constructor for class org.objectweb.joram.client.jms.TemporaryQueue
Constructs a temporary queue.
TemporaryTopic - Class in org.objectweb.joram.client.jms
Implements the javax.jms.TemporaryTopic interface.
TemporaryTopic() - Constructor for class org.objectweb.joram.client.jms.TemporaryTopic
 
TemporaryTopic(String, Connection) - Constructor for class org.objectweb.joram.client.jms.TemporaryTopic
Constructs a temporary topic.
TextMessage - Class in org.objectweb.joram.client.jms
Implements the javax.jms.TextMessage interface.
TextMessage() - Constructor for class org.objectweb.joram.client.jms.TextMessage
Instantiates a bright new TextMessage.
TextMessage(Session, Message) - Constructor for class org.objectweb.joram.client.jms.TextMessage
Instantiates a TextMessage wrapping a consumed MOM message containing a text.
threshold - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
throwException(AdminReply) - Method in class org.objectweb.joram.client.jms.admin.AdminRequestor
Throws an exception corresponding to the error code of the reply if needed.
throwSecurityError(String) - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
timeout - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
timeout - Variable in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
timer - Static variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
timer - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
timer - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
timerInUse - Static variable in class org.objectweb.joram.client.jms.connection.RequestMultiplexer
 
timestampDisabled - Variable in class org.objectweb.joram.client.jms.MessageProducer
true if the time stamp is disabled.
timeToLive - Variable in class org.objectweb.joram.client.jms.MessageProducer
Default time to live.
tmpTopic - Variable in class org.objectweb.joram.client.jms.admin.AdminRequestor
 
toBind - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
toClose - Variable in class org.objectweb.joram.client.jms.Session
Indicates that the session has been close by a message listener.
topic - Variable in class org.objectweb.joram.client.jms.admin.AdminRequestor
 
Topic - Class in org.objectweb.joram.client.jms
Implements the javax.jms.Topic interface.
Topic() - Constructor for class org.objectweb.joram.client.jms.Topic
 
Topic(String) - Constructor for class org.objectweb.joram.client.jms.Topic
 
Topic(String, byte) - Constructor for class org.objectweb.joram.client.jms.Topic
 
TOPIC - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the implementation class for a classic Topic.
TOPIC_TYPE - Static variable in class org.objectweb.joram.client.jms.Destination
Constant defining the type of a topic destination.
topicAckBufferMax - Variable in class org.objectweb.joram.client.jms.FactoryParameters
The maximum number of acknowledgements that can be buffered in Session.DUPS_OK_ACKNOWLEDGE mode when listening to a topic.
topicAckBufferMax - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
topicAckBufferMax - Variable in class org.objectweb.joram.client.jms.Session
Maximum number of acknowledgements that can be buffered when using Session.DUPS_OK_ACKNOWLEDGE mode.
topicActivationThreshold - Variable in class org.objectweb.joram.client.jms.FactoryParameters
This threshold is the minimum messages number below which the subscription is activated.
topicActivationThreshold - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
topicActivationThreshold - Variable in class org.objectweb.joram.client.jms.Session
This threshold is the minimum messages number below which the subscription is activated.
TopicConnection - Class in org.objectweb.joram.client.jms
Implements the javax.jms.TopicConnection interface.
TopicConnection() - Constructor for class org.objectweb.joram.client.jms.TopicConnection
Creates a TopicConnection instance.
TopicConnectionFactory - Class in org.objectweb.joram.client.jms
Deprecated.
Replaced next to Joram 5.2.1 by ConnectionFactory.
TopicConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.TopicConnectionFactory
Deprecated.
Constructs an empty TopicConnectionFactory.
TopicConnectionFactory(String) - Constructor for class org.objectweb.joram.client.jms.TopicConnectionFactory
Deprecated.
Constructs a TopicConnectionFactory dedicated to a given server.
TopicConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.TopicConnectionFactory
Deprecated.
Constructs a TopicConnectionFactory dedicated to a given server.
topicCreate(int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
topicCreate(int, String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance.
topicCreate(String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
topicCreate(String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Creates or retrieves a topic destination on the underlying JORAM server, (re)binds the corresponding Topic instance.
topicId - Variable in class org.objectweb.joram.client.jms.admin.Subscription
Related topic unique identification.
TopicLocalConnectionFactory - Class in org.objectweb.joram.client.jms.local
Deprecated.
Replaced next to Joram 5.2.1 by LocalConnectionFactory.
TopicLocalConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.local.TopicLocalConnectionFactory
Deprecated.
Constructs an empty TopicLocalConnectionFactory instance.
TopicMBean - Interface in org.objectweb.joram.client.jms
 
topicMsgInputPassivated - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
Indicates whether the topic message input has been passivated or not.
topicPassivationThreshold - Variable in class org.objectweb.joram.client.jms.FactoryParameters
This threshold is the maximum messages number over which the subscription is passivated.
topicPassivationThreshold - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
 
topicPassivationThreshold - Variable in class org.objectweb.joram.client.jms.Session
This threshold is the maximum messages number over which the subscription is passivated.
TopicPublisher - Class in org.objectweb.joram.client.jms
Implements the javax.jms.TopicPublisher interface.
TopicPublisher(TopicSession, Destination) - Constructor for class org.objectweb.joram.client.jms.TopicPublisher
Constructs a publisher.
topics - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Contains all topics defined in the current script
TopicSession - Class in org.objectweb.joram.client.jms
Implements the javax.jms.TopicSession interface.
TopicSession(Connection, boolean, int, RequestMultiplexer) - Constructor for class org.objectweb.joram.client.jms.TopicSession
Constructs a topic session.
TopicSubscriber - Class in org.objectweb.joram.client.jms
Implements the javax.jms.TopicSubscriber interface.
TopicSubscriber(Session, Destination, String, String, boolean, boolean) - Constructor for class org.objectweb.joram.client.jms.TopicSubscriber
Constructs a subscriber.
TopicTcpConnectionFactory - Class in org.objectweb.joram.client.jms.tcp
Deprecated.
Replaced next to Joram 5.2.1 by TcpConnectionFactory.
TopicTcpConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.tcp.TopicTcpConnectionFactory
Deprecated.
Constructs an empty TopicTcpConnectionFactory instance.
TopicTcpConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.tcp.TopicTcpConnectionFactory
Deprecated.
Constructs a TopicTcpConnectionFactory instance.
toReference(Reference) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Sets the naming reference of an administered object.
toReference(Reference) - Method in class org.objectweb.joram.client.jms.admin.AdministeredObject
Sets the naming reference of an administered object.
toReference(Reference) - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
Sets the naming reference of an administered object.
toReference(Reference) - Method in class org.objectweb.joram.client.jms.admin.ClusterDestination
Sets the naming reference of an administered object.
toReference(Reference) - Method in class org.objectweb.joram.client.jms.admin.User
Sets the naming reference of a connection factory.
toReference(Reference) - Method in class org.objectweb.joram.client.jms.Destination
Sets the naming reference of a connection factory.
toReference(Reference, String) - Method in class org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
Sets the clustered naming reference of a connection factory.
toReference(Reference, String) - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
toString() - Method in class org.objectweb.joram.client.jms.admin.ClusterConnectionFactory
Returns a String image of the object.
toString() - Method in class org.objectweb.joram.client.jms.admin.ClusterQueue
Returns a String image of the cluster queue.
toString() - Method in class org.objectweb.joram.client.jms.admin.ClusterTopic
Returns a String image of the cluster queue.
toString() - Method in class org.objectweb.joram.client.jms.admin.DeadMQueue
Deprecated.
 
toString() - Method in class org.objectweb.joram.client.jms.admin.Subscription
Returns a String image of the subscription.
toString() - Method in class org.objectweb.joram.client.jms.admin.User
Returns a string view of this User instance.
toString() - Method in interface org.objectweb.joram.client.jms.admin.UserMBean
Returns a string view of this User instance.
toString() - Method in class org.objectweb.joram.client.jms.connection.CompletionListener
 
toString() - Method in class org.objectweb.joram.client.jms.Connection
String image of the connection.
toString() - Method in class org.objectweb.joram.client.jms.ConnectionFactory
Returns a string view of the connection factory.
toString() - Method in class org.objectweb.joram.client.jms.FactoryParameters
 
toString() - Method in class org.objectweb.joram.client.jms.Message
 
toString() - Method in class org.objectweb.joram.client.jms.MessageAcks
 
toString() - Method in class org.objectweb.joram.client.jms.MessageConsumer
Returns a string view of this consumer.
toString() - Method in class org.objectweb.joram.client.jms.pool.PooledConnection
 
toString() - Method in class org.objectweb.joram.client.jms.Queue
Returns a String image of the queue.
toString() - Method in class org.objectweb.joram.client.jms.QueueBrowser
Returns a string view of this browser.
toString() - Method in class org.objectweb.joram.client.jms.QueueConnectionFactory
Deprecated.
Returns a string view of the connection factory.
toString() - Method in class org.objectweb.joram.client.jms.QueueReceiver
Returns a string view of this receiver.
toString() - Method in class org.objectweb.joram.client.jms.QueueSender
Returns a string view of this receiver.
toString() - Method in class org.objectweb.joram.client.jms.Session
Returns a String image of this session.
toString() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient.ServerAddress
 
toString() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
toString() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection.TcpMessage
 
toString() - Method in class org.objectweb.joram.client.jms.tcp.TcpRequestChannel
 
toString() - Method in class org.objectweb.joram.client.jms.TemporaryQueue
Returns a String image of the queue.
toString() - Method in class org.objectweb.joram.client.jms.TemporaryTopic
Returns a String image of the topic.
toString() - Method in class org.objectweb.joram.client.jms.Topic
Returns a String image of the topic.
toString() - Method in class org.objectweb.joram.client.jms.TopicConnectionFactory
Deprecated.
Returns a string view of the connection factory.
toString() - Method in class org.objectweb.joram.client.jms.TopicPublisher
Returns a string view of this receiver.
toString() - Method in class org.objectweb.joram.client.jms.TopicSubscriber
Returns a string view of this receiver.
toString() - Method in class org.objectweb.joram.client.jms.XAConnectionFactory
Deprecated.
Returns a string view of the connection factory.
toString() - Method in class org.objectweb.joram.client.jms.XAQueueConnectionFactory
Deprecated.
Returns a string view of the connection factory.
toString() - Method in class org.objectweb.joram.client.jms.XAQueueSession
Returns a String image of this session.
toString() - Method in class org.objectweb.joram.client.jms.XASession
Returns a String image of this session.
toString() - Method in class org.objectweb.joram.client.jms.XATopicConnectionFactory
Deprecated.
Returns a string view of the connection factory.
toString() - Method in class org.objectweb.joram.client.jms.XATopicSession
Returns a String image of this session.
toString(int) - Static method in class org.objectweb.joram.client.jms.connection.RequestMultiplexer.Status
 
toString(int) - Static method in class org.objectweb.joram.client.jms.connection.Requestor.Status
 
toString(int) - Static method in class org.objectweb.joram.client.jms.Connection.Status
 
toString(int) - Static method in class org.objectweb.joram.client.jms.MessageConsumer.Status
 
toString(int) - Static method in class org.objectweb.joram.client.jms.MessageConsumerListener.ReceiveStatus
 
toString(int) - Static method in class org.objectweb.joram.client.jms.MessageConsumerListener.Status
 
toString(int) - Static method in class org.objectweb.joram.client.jms.Session.RequestStatus
 
toString(int) - Static method in class org.objectweb.joram.client.jms.Session.SessionMode
 
toString(int) - Static method in class org.objectweb.joram.client.jms.Session.Status
 
toString(StringBuffer) - Method in class org.objectweb.joram.client.jms.Message
 
toXml(int, int) - Method in class org.objectweb.joram.client.jms.Destination
Format the destination properties in a XML format, the result can be used in an XML configuration script.
trace - Static variable in class org.objectweb.joram.client.jms.Session
 
tracker - Static variable in class org.objectweb.joram.client.jms.Connection
 
tracker - Static variable in class org.objectweb.joram.client.jms.Session
 
transacted - Variable in class org.objectweb.joram.client.jms.Session
true if the session is transacted.
transactions - Variable in class org.objectweb.joram.client.jms.XAResourceMngr
The table of known transactions.
txPendingTimer - Variable in class org.objectweb.joram.client.jms.FactoryParameters
Duration in seconds during which a JMS transacted (non XA) session might be pending; above that duration the session is rolled back and closed; the 0 value means "no timer".
txPendingTimer - Variable in class org.objectweb.joram.client.jms.Session.SessionCloseTask
 
type - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
type - Variable in class org.objectweb.joram.client.jms.Destination
Type of the destination: Queue or Topic, Temporary or not.

U

unackCounter - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
Counter of received messages that needs an acknowledge.
unbind(String) - Method in class org.objectweb.joram.client.osgi.JndiHelper
Unbind the jndi name
UnknownServerException - Exception in org.objectweb.joram.client.jms.admin
 
UnknownServerException(String) - Constructor for exception org.objectweb.joram.client.jms.admin.UnknownServerException
 
unregisterMBean() - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
unregisterMBean() - Method in class org.objectweb.joram.client.jms.admin.JoramAdminConnect
 
unregisterMBean() - Method in class org.objectweb.joram.client.jms.admin.User
 
unregisterMBean() - Method in class org.objectweb.joram.client.jms.Connection
 
unregisterMBean() - Method in class org.objectweb.joram.client.jms.Destination
 
unregisterMBean() - Method in class org.objectweb.joram.client.jms.Session
 
unsetClusterLink(Topic) - Static method in class org.objectweb.joram.client.jms.admin.AdminHelper
Deprecated. 
unsetFreeReading() - Method in class org.objectweb.joram.client.jms.Destination
Administration method unsetting free reading access to this destination.
unsetFreeWriting() - Method in class org.objectweb.joram.client.jms.Destination
Administration method unsetting free writing access to this destination.
unsetHierarchicalLink(Topic) - Static method in class org.objectweb.joram.client.jms.admin.AdminHelper
Deprecated. 
unsetParent() - Method in class org.objectweb.joram.client.jms.Topic
Unsets the father of this topic.
unsetReader(User) - Method in class org.objectweb.joram.client.jms.Destination
Administration method unsetting a given user as a reader on this destination.
unsetWriter(User) - Method in class org.objectweb.joram.client.jms.Destination
Administration method unsetting a given user as a writer on this destination.
unsubscribe(String) - Method in class org.objectweb.joram.client.jms.JMSContext
 
unsubscribe(String) - Method in class org.objectweb.joram.client.jms.QueueSession
API method.
unsubscribe(String) - Method in class org.objectweb.joram.client.jms.Session
API method.
unsubscribe(String) - Method in interface org.objectweb.joram.client.jms.SessionMBean
API method.
unsubscribe(String) - Method in class org.objectweb.joram.client.jms.XAJMSContext
 
unsubscribe(String) - Method in class org.objectweb.joram.client.jms.XASession
Delegates the call to the wrapped JMS session.
update(String, String) - Method in class org.objectweb.joram.client.jms.admin.User
Admin method updating this user identification.
update(String, String, String) - Method in class org.objectweb.joram.client.jms.admin.User
Admin method updating this user identification.
url - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
url - Variable in class org.objectweb.joram.client.jms.FactoryParameters
url needed to connect to joram HA
URLAcquisition - Static variable in class org.objectweb.joram.client.jms.admin.CollectorQueue
Class name of handler allowing to acquire messages from a specified URL.
URLAcquisition - Static variable in class org.objectweb.joram.client.jms.admin.CollectorTopic
Class name of handler allowing to acquire messages from a specified URL.
useOldAPI - Variable in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
useOldAPI - Variable in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
user - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
User - Class in org.objectweb.joram.client.jms.admin
The User class is a utility class needed for administering Joram users.
User() - Constructor for class org.objectweb.joram.client.jms.admin.User
 
User(String) - Constructor for class org.objectweb.joram.client.jms.admin.User
Constructs an User instance.
User(String, String) - Constructor for class org.objectweb.joram.client.jms.admin.User
Constructs an User instance.
userCreate(String, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
userCreate(String, String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Creates or retrieves a user on the underlying JORAM server.
userCreate(String, String, int) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
userCreate(String, String, int) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Creates or retrieves a user on the given JORAM server.
userCreate(String, String, int, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
userCreate(String, String, int, String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Creates or retrieves a user on the underlying JORAM server.
userCreate(String, String, String) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
userCreate(String, String, String) - Method in interface org.objectweb.joram.client.jms.admin.JoramAdminMBean
Creates or retrieves a user on the underlying JORAM server.
UserMBean - Interface in org.objectweb.joram.client.jms.admin
 
username - Variable in class org.objectweb.joram.client.jms.admin.RestAcquisitionQueue
 
userName - Variable in class org.objectweb.joram.client.jms.admin.RestDistributionQueue
 
users - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Contains all users defined in the current script

V

value - Variable in class org.objectweb.joram.client.jms.Connection.AtomicCounter
 

W

WAIT_FOR_REPLY - Static variable in class org.objectweb.joram.client.jms.MessageConsumerListener.ReceiveStatus
 
waitForReconnection() - Method in class org.objectweb.joram.client.jms.tcp.ReliableTcpClient
 
waitingMessagesBrokerSide - Variable in class org.objectweb.joram.client.jms.MessageConsumerListener
This attribute indicates that there are still pending messages on the broker for this subscription.
warning(SAXParseException) - Method in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Handles notification of a parser warning.
WINDOW_SIZE_PROP_NAME - Static variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
 
windowSize - Variable in class org.objectweb.joram.client.jms.tcp.ReliableTcpConnection
Maximum number of non acknowledged messages
wrapDestination(Destination) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
wrapDestinations(Destination[]) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
wrapMomMessage(Session, Message) - Static method in class org.objectweb.joram.client.jms.Message
Builds a Joram/JMS message from a Joram shared message.
wrapper - Static variable in class org.objectweb.joram.client.jms.admin.AdminModule
The administration wrapper needed to interact with the Joram server.
wrapper - Variable in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
wrapper - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
Wrapper used to perform administration stuff.
wrapper - Variable in class org.objectweb.joram.client.jms.admin.User
Administration wrapper used to perform administration stuff.
wrapper - Variable in class org.objectweb.joram.client.jms.Destination
Administration wrapper used to perform administration stuff.
wrapUser(User) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
wrapUsers(User[]) - Method in class org.objectweb.joram.client.jms.admin.JoramAdmin
 
writeBoolean(boolean) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
writeBoolean(boolean) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writeByte(byte) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
writeByte(byte) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writeBytes(byte[]) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
writeBytes(byte[]) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writeBytes(byte[], int, int) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
writeBytes(byte[], int, int) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writeChar(char) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
writeChar(char) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writeCurrentProperties(Message) - Method in class org.objectweb.joram.client.jms.JMSProducer
Writes properties previously stored, in message and sets reply destination
writeDouble(double) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
writeDouble(double) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writeFloat(float) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
writeFloat(float) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writeInt(int) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
writeInt(int) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writeLong(long) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
writeLong(long) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writeObject(Object) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
writeObject(Object) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writers - Variable in class org.objectweb.joram.client.jms.admin.JoramSaxWrapper
 
writeShort(short) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.
writeShort(short) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writeString(String) - Method in class org.objectweb.joram.client.jms.StreamMessage
API method.
writeUTF(String) - Method in class org.objectweb.joram.client.jms.BytesMessage
API method.

X

XAConnection - Class in org.objectweb.joram.client.jms
Connection used within global transactions; an instance of this class acts as a resource manager.
XAConnection() - Constructor for class org.objectweb.joram.client.jms.XAConnection
Creates a XAConnection instance.
XAConnectionFactory - Class in org.objectweb.joram.client.jms
Deprecated.
Replaced next to Joram 5.2.1 by ConnectionFactory.
XAConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.XAConnectionFactory
Deprecated.
Constructs an empty ConnectionFactory.
XAConnectionFactory(String) - Constructor for class org.objectweb.joram.client.jms.XAConnectionFactory
Deprecated.
Constructs an XAConnectionFactory dedicated to a given server.
XAConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.XAConnectionFactory
Deprecated.
Constructs an XAConnectionFactory dedicated to a given server.
XAContext - Class in org.objectweb.joram.client.jms
Utility class holding a resource's state during transaction progress.
XAContext() - Constructor for class org.objectweb.joram.client.jms.XAContext
Constructs an XAContext instance.
XAJMSContext - Class in org.objectweb.joram.client.jms
 
XAJMSContext(XAConnection) - Constructor for class org.objectweb.joram.client.jms.XAJMSContext
Creates a new Context using a newly created JMS connection.
XALocalConnectionFactory - Class in org.objectweb.joram.client.jms.local
Deprecated.
Replaced next to Joram 5.2.1 by LocalConnectionFactory.
XALocalConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.local.XALocalConnectionFactory
Deprecated.
Constructs an XALocalConnectionFactory instance.
XAQueueConnection - Class in org.objectweb.joram.client.jms
Implements the javax.jms.XAQueueConnection interface.
XAQueueConnection() - Constructor for class org.objectweb.joram.client.jms.XAQueueConnection
Creates an XAQueueConnection instance.
XAQueueConnectionFactory - Class in org.objectweb.joram.client.jms
Deprecated.
Replaced next to Joram 5.2.1 by ConnectionFactory.
XAQueueConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.XAQueueConnectionFactory
Deprecated.
Constructs an empty XAQueueConnectionFactory.
XAQueueConnectionFactory(String) - Constructor for class org.objectweb.joram.client.jms.XAQueueConnectionFactory
Deprecated.
Constructs an XAQueueConnectionFactory dedicated to a given server.
XAQueueConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.XAQueueConnectionFactory
Deprecated.
Constructs an XAQueueConnectionFactory dedicated to a given server.
XAQueueLocalConnectionFactory - Class in org.objectweb.joram.client.jms.local
Deprecated.
Replaced next to Joram 5.2.1 by LocalConnectionFactory.
XAQueueLocalConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.local.XAQueueLocalConnectionFactory
Deprecated.
Constructs an XAQueueLocalConnectionFactory instance.
XAQueueSession - Class in org.objectweb.joram.client.jms
Implements the javax.jms.XAQueueSession interface.
XAQueueSession(XAQueueConnection, QueueSession, XAResourceMngr) - Constructor for class org.objectweb.joram.client.jms.XAQueueSession
Constructs an XAQueueSession instance.
XAQueueTcpConnectionFactory - Class in org.objectweb.joram.client.jms.tcp
Deprecated.
Replaced next to Joram 5.2.1 by TcpConnectionFactory.
XAQueueTcpConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.tcp.XAQueueTcpConnectionFactory
Deprecated.
Constructs an XAQueueTcpConnectionFactory instance.
XAQueueTcpConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.tcp.XAQueueTcpConnectionFactory
Deprecated.
Constructs an XAQueueTcpConnectionFactory instance.
xaResource - Variable in class org.objectweb.joram.client.jms.XAJMSContext
The XA resource representing the session to the transaction manager.
xaResource - Variable in class org.objectweb.joram.client.jms.XASession
The XA resource representing the session to the transaction manager.
XAResource - Class in org.objectweb.joram.client.jms
A XAResource instance is used by a XASession instance as a delegate to a Transaction Manager.
XAResource(XAResourceMngr, Session) - Constructor for class org.objectweb.joram.client.jms.XAResource
Constructs an XA resource representing a given session.
XAResourceMngr - Class in org.objectweb.joram.client.jms
Utility class used by XA connections for managing XA resources.
XAResourceMngr(Connection) - Constructor for class org.objectweb.joram.client.jms.XAResourceMngr
Creates a XAResourceMngr instance.
XASession - Class in org.objectweb.joram.client.jms
Implements the javax.jms.XASession interface.
XASession(Connection, Session, XAResourceMngr) - Constructor for class org.objectweb.joram.client.jms.XASession
Constructs an XASession.
XATcpConnectionFactory - Class in org.objectweb.joram.client.jms.tcp
Deprecated.
Replaced next to Joram 5.2.1 by TcpConnectionFactory.
XATcpConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.tcp.XATcpConnectionFactory
Deprecated.
Constructs an iXATcpConnectionFactory instance.
XATcpConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.tcp.XATcpConnectionFactory
Deprecated.
Constructs an iXATcpConnectionFactory instance.
XATopicConnection - Class in org.objectweb.joram.client.jms
Implements the javax.jms.XATopicConnection interface.
XATopicConnection() - Constructor for class org.objectweb.joram.client.jms.XATopicConnection
Creates an XATopicConnection instance.
XATopicConnectionFactory - Class in org.objectweb.joram.client.jms
Deprecated.
Replaced next to Joram 5.2.1 by ConnectionFactory.
XATopicConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.XATopicConnectionFactory
Deprecated.
Constructs an empty XATopicConnectionFactory.
XATopicConnectionFactory(String) - Constructor for class org.objectweb.joram.client.jms.XATopicConnectionFactory
Deprecated.
Constructs an XATopicConnectionFactory dedicated to a given server.
XATopicConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.XATopicConnectionFactory
Deprecated.
Constructs an XATopicConnectionFactory dedicated to a given server.
XATopicLocalConnectionFactory - Class in org.objectweb.joram.client.jms.local
Deprecated.
Replaced next to Joram 5.2.1 by LocalConnectionFactory.
XATopicLocalConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.local.XATopicLocalConnectionFactory
Deprecated.
Constructs an XATopicLocalConnectionFactory instance.
XATopicSession - Class in org.objectweb.joram.client.jms
Implements the javax.jms.XATopicSession interface.
XATopicSession(XATopicConnection, TopicSession, XAResourceMngr) - Constructor for class org.objectweb.joram.client.jms.XATopicSession
Constructs an XATopicSession instance.
XATopicTcpConnectionFactory - Class in org.objectweb.joram.client.jms.tcp
Deprecated.
Replaced next to Joram 5.2.1 by TcpConnectionFactory.
XATopicTcpConnectionFactory() - Constructor for class org.objectweb.joram.client.jms.tcp.XATopicTcpConnectionFactory
Deprecated.
Constructs an XATopicTcpConnectionFactory instance.
XATopicTcpConnectionFactory(String, int) - Constructor for class org.objectweb.joram.client.jms.tcp.XATopicTcpConnectionFactory
Deprecated.
Constructs an XATopicTcpConnectionFactory instance.
XidImpl - Class in org.objectweb.joram.client.jms
Implements the javax.transaction.xa.Xid interface for identifying distributed transactions.
XidImpl(byte[], int, byte[]) - Constructor for class org.objectweb.joram.client.jms.XidImpl
Constructs a XidImpl instance.
xmlAttribute(String, String) - Static method in class org.objectweb.joram.client.jms.admin.XmlSerializer
Return the xml representation of the specified attribute value
xmlElement(String, String, int) - Static method in class org.objectweb.joram.client.jms.admin.XmlSerializer
Return the xml representation of the specified value with the root-element xmlTag
XmlSerializer - Class in org.objectweb.joram.client.jms.admin
This class defines the methods for serializing an object to XML
XmlSerializer() - Constructor for class org.objectweb.joram.client.jms.admin.XmlSerializer
 

Z

ZeroconfJoramServer - Class in org.objectweb.joram.client.jms.admin.server
This class starts a Joram server without almost any configuration.
ZeroconfJoramServer() - Constructor for class org.objectweb.joram.client.jms.admin.server.ZeroconfJoramServer
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages