A B C D E F G H I J L M N O P Q R S T U V W X _

A

AbstractAdminConnection - Class in org.exolab.jms.tools.admin
The abstract class all AbstractAdminConnection objects must inherit from.
AbstractAdminConnection() - Constructor for class org.exolab.jms.tools.admin.AbstractAdminConnection
 
AbstractConnectionManager - Class in org.exolab.jms.persistence
All concrete DBConnectionManager instances can extend this class.
AbstractConnectionManager() - Constructor for class org.exolab.jms.persistence.AbstractConnectionManager
 
accept(File) - Method in class org.exolab.jms.jndiadministration.DatabaseFilter
All files in a directory are passed to this method to determine if they should be displayed.
accept(File) - Method in class org.exolab.jms.tools.admin.DatabaseFilter
All files in a directory are passed to this method to determine if they should be displayed.
acknowledge() - Method in class org.exolab.jms.message.MessageImpl
Acknowledge the message through the session that dispatched it.
acknowledgeMessage(long, String) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Acknowledge a message
acknowledgeMessage(long, String) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
acknowledgeMessage(long, String) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Acknowledge the following message If this method does not complete then throw JMSException.
acknowledgeMessage(long, String) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Extract the destination and messageId for the message and send back an ack.
acknowledgeMessage(long, String) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
acknowledgeMessage(Message) - Method in interface org.exolab.jms.message.MessageSessionIfc
Acknowledge the message from the client.
acknowledgeMessage(long, String) - Method in class org.exolab.jms.server.JmsServerSession
Acknowledge that the message with the following id has been processed
acknowledgeMessage(JmsServerSession, Long, String) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Acknowledge a JmsMessage
acknowledgeMessage(long, String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Acknowledge that the message with the following id has been processed
acknowledgeMessage(long, String) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Acknowledge that the message id for the specified client identity.
add(MessageImpl) - Method in class org.exolab.jms.messagemgr.MessageMgr
Add a message to the message manager for the specified destination.
add(Object) - Method in class org.exolab.jms.messagemgr.MessageQueue
Add this element to the queue in the required order.
add(Connection, MessageImpl) - Method in class org.exolab.jms.persistence.Messages
Add a message to the database, in the context of the specified transaction and connection.
add(Runnable) - Method in class org.exolab.jms.scheduler.Scheduler
Add a Runnable object to the scheduler queue.
add(JmsServerSession) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionList
Add a new session sender for the client.
add(Object) - Method in class org.exolab.jms.util.BlockingWorkerQueue
Add some work to the end of the queue
add(String, String) - Method in class org.exolab.jms.util.CommandLine
Add the following option or parameter to the list.
add(String, String, boolean) - Method in class org.exolab.jms.util.CommandLine
Add the following option or parameter to the list.
addAdministeredQueue(AdministeredQueue) - Method in class org.exolab.jms.config.AdministeredDestinations
Method addAdministeredQueue
addAdministeredQueue(int, AdministeredQueue) - Method in class org.exolab.jms.config.AdministeredDestinations
Method addAdministeredQueue
addAdministeredTopic(AdministeredTopic) - Method in class org.exolab.jms.config.AdministeredDestinations
Method addAdministeredTopic
addAdministeredTopic(int, AdministeredTopic) - Method in class org.exolab.jms.config.AdministeredDestinations
Method addAdministeredTopic
addAttribute(Attribute) - Method in class org.exolab.jms.tools.db.Table
Method addAttribute
addAttribute(int, Attribute) - Method in class org.exolab.jms.tools.db.Table
Method addAttribute
addColumn(Column) - Method in class org.exolab.jms.tools.db.Index
Method addColumn
addColumn(int, Column) - Method in class org.exolab.jms.tools.db.Index
Method addColumn
addConnection(JmsConnection) - Method in class org.exolab.jms.client.JmsConnectionFactory
Add the specified connection to the list of managed sessions
addConnection(JmsServerSession, MultiplexConnectionIfc) - Method in class org.exolab.jms.server.mipc.IpcJmsServer
Add a new connection for this client.
addConnector(Connector) - Method in class org.exolab.jms.config.Connectors
Method addConnector
addConnector(int, Connector) - Method in class org.exolab.jms.config.Connectors
Method addConnector
addConnectorResource(ConnectorResource) - Method in class org.exolab.jms.config.ConnectorResources
Method addConnectorResource
addConnectorResource(int, ConnectorResource) - Method in class org.exolab.jms.config.ConnectorResources
Method addConnectorResource
addDeprecated(Deprecated) - Method in class org.exolab.jms.tools.db.Database
Method addDeprecated
addDeprecated(int, Deprecated) - Method in class org.exolab.jms.tools.db.Database
Method addDeprecated
addDestination(String, Boolean) - Method in interface org.exolab.jms.administration.AdminConnection
Add a specific destination with the specified name
addDestination(String, Boolean) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
addDestination(String, Boolean) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Add a specific destination with the specified name
addDestination(String, Boolean) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
addDestination(String, Boolean) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
addDestination(JmsDestination) - Method in class org.exolab.jms.messagemgr.MessageMgr
Create the specified destination.
addDestination(Connection, String, boolean) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
addDestination(Connection, String, boolean) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
addDestination(Connection, String, boolean) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Add a new destination to the database.
addDestination(Connection, String, boolean) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
addDestination(String, Boolean) - Method in class org.exolab.jms.server.AdminConnection
Add an administered destination with the specified name
addDestination(String, Boolean) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Add a specific destination with the specified name
addDestination(String, Boolean) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
addDestination(String, boolean) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Add a specific destination with the specified name
addDestination(String, boolean) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
addDestination(String, boolean) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
addDispatcher(String, NotifierIfc) - Method in class org.exolab.jms.server.mipc.IpcJmsReceiver
Register a dispatcher to handle requests
addDurableConsumer(String, String) - Method in interface org.exolab.jms.administration.AdminConnection
Add a durable consumer for the specified name
addDurableConsumer(String, String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
addDurableConsumer(String, String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Add a durable consumer for the specified name the passed in name
addDurableConsumer(String, String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
addDurableConsumer(String, String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
addDurableConsumer(Connection, String, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
addDurableConsumer(Connection, String, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
addDurableConsumer(Connection, String, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Add the specified durable consumer
addDurableConsumer(Connection, String, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
addDurableConsumer(String, String) - Method in class org.exolab.jms.server.AdminConnection
Add the specified durable consumer to the database
addDurableConsumer(String, String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Add a consumer for the specified topic
addDurableConsumer(String, String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
addDurableConsumer(String, String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Add a durable consumer for the specified name the passed in name
addDurableConsumer(String, String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
addDurableConsumer(String, String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
addEventListener(JmsDestination, MessageManagerEventListener) - Method in class org.exolab.jms.messagemgr.MessageMgr
Add a message listener for a specific destination to be informed when messages, for the destination are added or removed from the queue.
addIndex(Index) - Method in class org.exolab.jms.tools.db.Table
Method addIndex
addIndex(int, Index) - Method in class org.exolab.jms.tools.db.Table
Method addIndex
addLease(BaseLease) - Method in class org.exolab.jms.lease.LeaseManager
Add a lease
addLease(MessageImpl) - Method in class org.exolab.jms.messagemgr.MessageLeaseHelper
Add a lease for message to notify listener when message expires.
addLease(MessageHandle) - Method in class org.exolab.jms.messagemgr.MessageLeaseHelper
Add a lease for the handle to notify listener when message expires.
addMessage(MessageHandle) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Add the handle to the cache
addMessage(MessageHandle, MessageImpl) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Cache a handle and its corresponding message
addMessage(Connection, MessageImpl) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
addMessage(Connection, MessageImpl) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
addMessage(Connection, MessageImpl) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Add a new message to the database.
addMessage(Connection, MessageImpl) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
addMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
addMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
addMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Add the specified persistent message handle.
addMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
addNonPersistentMessage(MessageImpl) - Method in class org.exolab.jms.messagemgr.MessageMgr
This method is used to process non-persistent messages.
addPersistentMessage(MessageImpl) - Method in class org.exolab.jms.messagemgr.MessageMgr
This method is used to process persistent messages.
addPersistentMessage(Connection, MessageImpl) - Method in class org.exolab.jms.messagemgr.MessageMgr
This method is used to process persistent messages published through the resource manager.
addProperty(Property) - Method in class org.exolab.jms.config.JndiConfiguration
Method addProperty
addProperty(int, Property) - Method in class org.exolab.jms.config.JndiConfiguration
Method addProperty
addQueueConnectionFactory(QueueConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method addQueueConnectionFactory
addQueueConnectionFactory(int, QueueConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method addQueueConnectionFactory
addQueueListener(QueueListener) - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
A Queue can also hav a queue listener, which simply gets informed of all messages that arrive at this destination
addSubscriber(Subscriber) - Method in class org.exolab.jms.config.AdministeredTopic
Method addSubscriber
addSubscriber(int, Subscriber) - Method in class org.exolab.jms.config.AdministeredTopic
Method addSubscriber
addTable(Table) - Method in class org.exolab.jms.tools.db.Database
Method addTable
addTable(int, Table) - Method in class org.exolab.jms.tools.db.Database
Method addTable
addTopicConnectionFactory(TopicConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method addTopicConnectionFactory
addTopicConnectionFactory(int, TopicConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method addTopicConnectionFactory
addToUserCache(User) - Method in class org.exolab.jms.authentication.UserManager
Add the specified entry to the user cache, if it doesn't already exist.
addUser(String, String) - Method in interface org.exolab.jms.administration.AdminConnection
Add a user with the specified name
addUser(String, String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
addUser(String, String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Add a user with the specified name
addUser(String, String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
addUser(String, String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
addUser(User) - Method in class org.exolab.jms.authentication.AuthenticationMgr
Create a user.
addUser(User) - Method in class org.exolab.jms.config.Users
Method addUser
addUser(int, User) - Method in class org.exolab.jms.config.Users
Method addUser
addUser(Connection, User) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
addUser(Connection, User) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
addUser(Connection, User) - Method in class org.exolab.jms.persistence.PersistenceAdapter
 
addUser(Connection, User) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
addUser(String, String) - Method in class org.exolab.jms.server.AdminConnection
Add a user with the specified name
addUser(String, String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Add a user with the specified name
addUser(String, String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
addUser(String, String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Adds a new User to the DB.
addUser(String, String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
addUser(String, String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
addXAQueueConnectionFactory(XAQueueConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method addXAQueueConnectionFactory
addXAQueueConnectionFactory(int, XAQueueConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method addXAQueueConnectionFactory
addXATopicConnectionFactory(XATopicConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method addXATopicConnectionFactory
addXATopicConnectionFactory(int, XATopicConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method addXATopicConnectionFactory
Admin - Class in org.exolab.jms.config
Class Admin.
Admin() - Constructor for class org.exolab.jms.config.Admin
 
AdminConfiguration - Class in org.exolab.jms.config
This element defines items specific to OpenJMS administration.
AdminConfiguration() - Constructor for class org.exolab.jms.config.AdminConfiguration
 
AdminConfigurationDescriptor - Class in org.exolab.jms.config
Class AdminConfigurationDescriptor.
AdminConfigurationDescriptor() - Constructor for class org.exolab.jms.config.AdminConfigurationDescriptor
 
AdminConnection - Interface in org.exolab.jms.administration
This specifies all the administration methods that can be used to control the JMS server.
AdminConnection - Class in org.exolab.jms.jndiadministration
The abstract class all AdminConnection objects must inherit from.
AdminConnection() - Constructor for class org.exolab.jms.jndiadministration.AdminConnection
 
AdminConnection - Class in org.exolab.jms.server
A connection is created for every adminclient connecting to the JmsServer.
AdminConnectionFactory - Class in org.exolab.jms.administration
This class is a factory for creating AdminConnection instances.
AdminConnectionFactory() - Constructor for class org.exolab.jms.administration.AdminConnectionFactory
 
AdminConnectionManager - Class in org.exolab.jms.server
The admin connection manager is responsible for managing all admin connections to the JmsServer.
AdminDescriptor - Class in org.exolab.jms.config
Class AdminDescriptor.
AdminDescriptor() - Constructor for class org.exolab.jms.config.AdminDescriptor
 
AdminInfo - Class in org.exolab.jms.tools.admin
Extracts information about a queue/topic and consumer from the OpenJMSServer and displays it next to the appropriate cell, in a JTextField.
AdminInfo() - Constructor for class org.exolab.jms.tools.admin.AdminInfo
Construct the panel, and set the background to be that of the tree.
AdministeredDestinations - Class in org.exolab.jms.config
This element is used to bootstrap the creation of administered topics and queues.
AdministeredDestinations() - Constructor for class org.exolab.jms.config.AdministeredDestinations
 
AdministeredDestinationsDescriptor - Class in org.exolab.jms.config
Class AdministeredDestinationsDescriptor.
AdministeredDestinationsDescriptor() - Constructor for class org.exolab.jms.config.AdministeredDestinationsDescriptor
 
AdministeredQueue - Class in org.exolab.jms.config
This element defines an administered queue.
AdministeredQueue() - Constructor for class org.exolab.jms.config.AdministeredQueue
 
AdministeredQueueDescriptor - Class in org.exolab.jms.config
Class AdministeredQueueDescriptor.
AdministeredQueueDescriptor() - Constructor for class org.exolab.jms.config.AdministeredQueueDescriptor
 
AdministeredTopic - Class in org.exolab.jms.config
This element defines an administered topic, and any durable subscribers.
AdministeredTopic() - Constructor for class org.exolab.jms.config.AdministeredTopic
 
AdministeredTopicDescriptor - Class in org.exolab.jms.config
Class AdministeredTopicDescriptor.
AdministeredTopicDescriptor() - Constructor for class org.exolab.jms.config.AdministeredTopicDescriptor
 
AdminMgr - Class in org.exolab.jms.jndiadministration
This class is the Gui controller for the JMS JNDI administration.
AdminMgr() - Constructor for class org.exolab.jms.jndiadministration.AdminMgr
The default constructor performs all gui creations.
AdminMgr - Class in org.exolab.jms.tools.admin
This class is the Gui controller for the JMS administration.
AdminMgr() - Constructor for class org.exolab.jms.tools.admin.AdminMgr
The default constructor performs all gui creations.
AdminMgr(String) - Constructor for class org.exolab.jms.tools.admin.AdminMgr
 
advance(long) - Static method in class org.exolab.jms.util.Clock
Artficially advances the clock.
ALL_WILDCARD - Static variable in class org.exolab.jms.client.JmsTopic
 
andExpression() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
Attribute - Class in org.exolab.jms.tools.db
This element defines a table attribute.
Attribute() - Constructor for class org.exolab.jms.tools.db.Attribute
 
AttributeDescriptor - Class in org.exolab.jms.tools.db
Class AttributeDescriptor.
AttributeDescriptor() - Constructor for class org.exolab.jms.tools.db.AttributeDescriptor
 
AttributeExpander - Class in org.exolab.jms.config
This class expands attributes in XML documents as the document is being parsed.
AttributeExpander(Reader) - Constructor for class org.exolab.jms.config.AttributeExpander
Construct a new instance
AuthenticationMgr - Class in org.exolab.jms.authentication
This is the active authentication component within the JMS server.

B

BaseDialog - Class in org.exolab.jms.tools.admin
A simple dialog to collect information for creating queue/topics and consumers.
BaseLease - Class in org.exolab.jms.lease
This is the implementation of a non-specific lease object.
BaseLease() - Constructor for class org.exolab.jms.lease.BaseLease
Default constructor for the Serailizable/Externalizable interface
BaseLease(Object, long, LeaseEventListenerIfc) - Constructor for class org.exolab.jms.lease.BaseLease
Construct an instance of this class with the specified objct, and duration
BaseTransactionLogEntry - Class in org.exolab.jms.tranlog
This is the base entry that is streamed into the transaction log file.
BasicEventManager - Class in org.exolab.jms.events
The EventManager manages Event objects.
BasicEventManager() - Constructor for class org.exolab.jms.events.BasicEventManager
 
BatchingRdbmsAdapter - Class in org.exolab.jms.persistence
The batching RDBMS adapter is used to improve the performance of persistent messages by batching more instructions into a single transaction.
beforeClose() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
beforeClose() - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
beforeClose() - Method in interface org.exolab.jms.client.JmsSessionStubIfc
This method is called before the call to close, so that the stub can do some local clean up
beforeClose() - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
beforeClose() - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
begin() - Method in class org.exolab.jms.transaction.NullTransactionManager
 
belowLowWaterThreshold() - Method in class org.exolab.jms.gc.GarbageCollectionService
Check whether the low water threshold has been reached.
between(Expression, Expression, Expression) - Method in class org.exolab.jms.selector.DefaultExpressionFactory
Create a 'between' expression that returns the result of:
num1 >= num2 and num1 <= num3 when evaluated
between(Expression, Expression, Expression) - Method in interface org.exolab.jms.selector.ExpressionFactory
Create a 'between' expression that returns the result of:
num1 >= num2 and num1 <= num3 when evaluated
betweenExpression(SelectorAST) - Method in class org.exolab.jms.selector.parser.SelectorParser
 
betweenExpression(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
binaryOperator(int, Expression, Expression) - Method in class org.exolab.jms.selector.DefaultExpressionFactory
Create a binary operator expression
binaryOperator(int, Expression, Expression) - Method in interface org.exolab.jms.selector.ExpressionFactory
Create a binary operator expression
bind(Name, String, Object) - Method in class org.exolab.jms.jndi.http.NameServiceProxy
 
bind(Name, String, Object) - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
 
bind(Context, ConnectionFactories, Class, Hashtable) - Static method in class org.exolab.jms.server.ConnectionFactoryHelper
Bind the connection factories to the supplied context
bind(Name, String, Object) - Method in class org.exolab.jms.server.mipc.NameServiceProvider
 
bindConnectionFactories(Context) - Method in class org.exolab.jms.server.http.HttpJmsServer
 
bindConnectionFactories(Context) - Method in class org.exolab.jms.server.intravm.IntravmJmsServer
Bind any factory object specified in the configuration file to the specified JNDI context.
bindConnectionFactories(Context) - Method in interface org.exolab.jms.server.JmsServerIfc
Bind any factory object specified in the configuration file to the specified JNDI context.
bindConnectionFactories(Context) - Method in class org.exolab.jms.server.mipc.IpcJmsServer
 
bindConnectionFactories(Context) - Method in class org.exolab.jms.server.rmi.RmiJmsServer
Bind any factory object specified in the configuration file to the specified JNDI context.
BlockingWorkerQueue - Class in org.exolab.jms.util
A BlockingWorkerQueue is attached to a QueueWorker.
BlockingWorkerQueue(String, QueueWorker) - Constructor for class org.exolab.jms.util.BlockingWorkerQueue
Construct a blocking worker queue and attahc to the specified queue worker.
BOOLEAN - Static variable in class org.exolab.jms.selector.Type
Booelan type
booleanExpression(SelectorAST) - Method in class org.exolab.jms.selector.parser.SelectorParser
 
booleanExpression(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
BUILD_DATE - Static variable in class org.exolab.jms.util.Version
The build date
buildLogFileList() - Method in class org.exolab.jms.messagemgr.ResourceManager
Build a list of all log files in the specified log directory
buildTokenTypeASTClassMap() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
BytesMessageImpl - Class in org.exolab.jms.message
This class implements the BytesMessage interface
BytesMessageImpl() - Constructor for class org.exolab.jms.message.BytesMessageImpl
Construct a new BytesMessage.

C

CacheEvictionPolicy - Interface in org.exolab.jms.messagemgr
A destination, in JMS parlance, refers to either a Topic or a Queue.
cancel() - Method in class org.exolab.jms.tools.admin.BaseDialog
The cancel button was pressed.
cancel() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
The cancel button was pressed.
CANCELED - Static variable in class org.exolab.jms.jndiadministration.ObjectDialog
 
CANCELED - Static variable in class org.exolab.jms.tools.admin.BaseDialog
 
CANCELED - Static variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
canDestroy() - Method in class org.exolab.jms.messagemgr.DestinationCache
Determines if this cache can be destroyed
canDestroy() - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
Determines if this cache can be destroyed.
canDestroy() - Method in class org.exolab.jms.messagemgr.TopicDestinationCache
Determines if this cache can be destroyed.
canGarbageCollect() - Method in class org.exolab.jms.tranlog.TransactionLog
Check if we can garbage collect this transaction log.
changePassword(String, String) - Method in interface org.exolab.jms.administration.AdminConnection
Change password for the specified user
changePassword(String, String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
changePassword(String, String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Change password for the specified user
changePassword(String, String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
changePassword(String, String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
changePassword(String, String) - Method in class org.exolab.jms.server.AdminConnection
Change password for the specified user
changePassword(String, String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Change password for the specified user
changePassword(String, String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
changePassword(String, String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Change the password for this user
changePassword(String, String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
changePassword(String, String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
ChangePasswordDialog - Class in org.exolab.jms.tools.admin
A simple dialog to collect information for change password
ChangePasswordDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.ChangePasswordDialog
Creates new ChangePasswordDialog form
checkDestination(Connection, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
checkDestination(Connection, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
checkDestination(Connection, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Determine if a particular destination name exists
checkDestination(Connection, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
checkPropertyWrite() - Method in class org.exolab.jms.message.MessageImpl
 
checkRead() - Method in class org.exolab.jms.message.MessageImpl
 
checkReply(HttpClient, String) - Method in class org.exolab.jms.client.http.HttpJmsServerStub
A convenience method to check the success of operations which return a true on sucess.
checkReply(String) - Method in class org.exolab.jms.jndi.http.NameServiceProxy
A convenience method to check the success of operations which return a true on sucess.
checkReply(String) - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
A convenience method to check the success of operations which return a true on sucess.
checkWrite() - Method in class org.exolab.jms.message.MessageImpl
 
cleanUnreferencedEndpoints(JmsDestination) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Clean all the unreferenced endpoints for a specified destination.
clear() - Method in interface org.exolab.jms.message.MessageHandle
Clear the message handle
clear() - Method in class org.exolab.jms.messagemgr.MessageLeaseHelper
Clears all leases
clear() - Method in class org.exolab.jms.messagemgr.MessageQueue
Remove all the elements from the queue
clear() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Override the behaviour of the base class.
clear() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Clear the message handle
clearAdministeredQueue() - Method in class org.exolab.jms.config.AdministeredDestinations
Method clearAdministeredQueue
clearAdministeredTopic() - Method in class org.exolab.jms.config.AdministeredDestinations
Method clearAdministeredTopic
clearAttribute() - Method in class org.exolab.jms.tools.db.Table
Method clearAttribute
clearBody() - Method in class org.exolab.jms.message.BytesMessageImpl
Overide the super class method to reset the streams, and put the message body in write only mode.
clearBody() - Method in class org.exolab.jms.message.MapMessageImpl
Clear out the message body.
clearBody() - Method in class org.exolab.jms.message.MessageImpl
 
clearBody() - Method in class org.exolab.jms.message.ObjectMessageImpl
Clear out the message body.
clearBody() - Method in class org.exolab.jms.message.StreamMessageImpl
Overide the super class method to reset the streams, and put the message body in write only mode
clearBody() - Method in class org.exolab.jms.message.TextMessageImpl
Clear out the message body.
clearColumn() - Method in class org.exolab.jms.tools.db.Index
Method clearColumn
clearConnector() - Method in class org.exolab.jms.config.Connectors
Method clearConnector
clearConnectorResource() - Method in class org.exolab.jms.config.ConnectorResources
Method clearConnectorResource
clearDeprecated() - Method in class org.exolab.jms.tools.db.Database
Method clearDeprecated
clearIndex() - Method in class org.exolab.jms.tools.db.Table
Method clearIndex
clearMessages() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Clear all messages in the cache, regardless of whether they are persistent or non-persistent
clearProperties() - Method in class org.exolab.jms.message.MessageImpl
 
clearProperty() - Method in class org.exolab.jms.config.JndiConfiguration
Method clearProperty
clearQueueConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method clearQueueConnectionFactory
clearSubscriber() - Method in class org.exolab.jms.config.AdministeredTopic
Method clearSubscriber
clearTable() - Method in class org.exolab.jms.tools.db.Database
Method clearTable
clearTopicConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method clearTopicConnectionFactory
clearUser() - Method in class org.exolab.jms.config.Users
Method clearUser
clearWaitingForMessage() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Clear the waiting for message flag
clearXAQueueConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method clearXAQueueConnectionFactory
clearXATopicConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method clearXATopicConnectionFactory
ClientDisconnectionException - Exception in org.exolab.jms.server
This excpetion is thrown if the client abnormally disconnects from the JMS server
ClientDisconnectionException() - Constructor for exception org.exolab.jms.server.ClientDisconnectionException
Default constructor with no additional info.
ClientDisconnectionException(String) - Constructor for exception org.exolab.jms.server.ClientDisconnectionException
Construct an instance of this exception with the specified reason.
Clock - Class in org.exolab.jms.util
Provides an efficient mechanism for obtaining the current system time.
clock() - Static method in class org.exolab.jms.util.Clock
Returns the current clock.
clone() - Method in class org.exolab.jms.message.BytesMessageImpl
Clone an instance of this object
clone() - Method in class org.exolab.jms.message.DestinationImpl
 
clone() - Method in class org.exolab.jms.message.MapMessageImpl
Clone an instance of this object
clone() - Method in class org.exolab.jms.message.MessageImpl
Clone an instance of this object
clone() - Method in class org.exolab.jms.message.ObjectMessageImpl
Clone an instance of this object
clone() - Method in class org.exolab.jms.message.StreamMessageImpl
Clone an instance of this object
clone() - Method in class org.exolab.jms.message.TextMessageImpl
Clone an instance of this object
clone() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Clone the persistent message handle object
close() - Method in class org.exolab.jms.administration.http.HttpJmsAdminConnection
 
close() - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
close() - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Close the connection.
close() - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
close() - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
close() - Method in class org.exolab.jms.client.http.HttpJmsConnectionStub
Send a close request to the server.
close() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Close this session.
close() - Method in class org.exolab.jms.client.intravm.IntravmJmsConnectionStub
 
close() - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
close() - Method in interface org.exolab.jms.client.JmsConnectionStubIfc
Close the connection and deallocate any resources.
close() - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Close and release any resource allocated to this session.
close() - Method in class org.exolab.jms.client.mipc.IpcJmsConnectionStub
 
close() - Method in class org.exolab.jms.client.mipc.IpcJmsServerStub
 
close() - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Close this session.
close() - Method in class org.exolab.jms.client.rmi.RmiJmsConnectionStub
 
close() - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
close() - Method in class org.exolab.jms.jndiadministration.AdminConnection
Close the connection.
close() - Method in class org.exolab.jms.jndiadministration.OfflineConnection
Close the database connection.
close() - Method in class org.exolab.jms.jndiadministration.OnlineConnection
Close the connection.
close() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Close this endpoint.
close() - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
Close the database if open.
close() - Method in class org.exolab.jms.persistence.Messages
Reset the instance.
close() - Method in class org.exolab.jms.persistence.ObjectAdapter
Close the database if open.
close() - Method in class org.exolab.jms.persistence.PersistenceAdapter
Close the database if open.
close() - Method in class org.exolab.jms.persistence.RDBMSAdapter
Close the database if open.
close() - Method in class org.exolab.jms.persistence.SeedGenerator
Issue a close, which in this case invalidates the singleton TODO: do we really need this
close(Connection) - Static method in class org.exolab.jms.persistence.SQLHelper
 
close(Statement) - Static method in class org.exolab.jms.persistence.SQLHelper
 
close(ResultSet) - Static method in class org.exolab.jms.persistence.SQLHelper
 
close() - Method in class org.exolab.jms.server.AdminConnection
Close the admin connection
close(JmsServerSession, MultiplexConnectionIfc) - Method in class org.exolab.jms.server.http.HttpJmsSessionConnection
A close request has been received.
close() - Method in class org.exolab.jms.server.http.HttpJmsSessionSender
Remove the callback from the JmsServerSession.
close() - Method in class org.exolab.jms.server.JmsServerConnection
Close all the sessions allocated to this collection.
close() - Method in class org.exolab.jms.server.JmsServerSession
Close and release any resource allocated to this session.
close(JmsServerSession, MultiplexConnectionIfc) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
A close session request has been received.
close() - Method in class org.exolab.jms.server.mipc.IpcJmsSessionSender
Remove the callback from the JmsServerSession.
close() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerConnectionIfc
Close all the sessions allocated to this collection.
close() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Close and release any resource allocated to this session.
close() - Method in class org.exolab.jms.server.rmi.RmiJmsServerConnection
 
close() - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Close and release any resource allocated to this session.
close() - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Close the connection.
close() - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
close() - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
close() - Method in class org.exolab.jms.tools.db.DBTool
Deallocate any resources
close() - Method in class org.exolab.jms.tools.db.RDBMSTool
Close the connection to the database
close() - Method in class org.exolab.jms.tranlog.TransactionLog
Close the transaction log
close() - Method in class org.exolab.jms.util.BlockingWorkerQueue
Close this worker queue
closeConnection(String) - Method in class org.exolab.jms.server.AdminConnectionManager
Close the connection associated with a particular client identity.
closeConnection(String) - Method in class org.exolab.jms.server.JmsServerConnectionManager
Close the connection associated with a particular client identity.
closed(IpcJmsConnectionStub) - Method in class org.exolab.jms.client.mipc.IpcJmsServerStub
 
CLOSED - Static variable in class org.exolab.jms.tranlog.TransactionState
 
CLOSED_ORD - Static variable in class org.exolab.jms.tranlog.TransactionState
 
closeDialog(WindowEvent) - Method in class org.exolab.jms.tools.admin.BaseDialog
Closes the dialog
closeDialog(WindowEvent) - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Closes the dialog
collectGarbage(boolean) - Method in interface org.exolab.jms.gc.GarbageCollectable
Perform any garbage collection on this resource.
collectGarbage(boolean) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
 
collectGarbage(boolean) - Method in class org.exolab.jms.messagemgr.ConsumerManager
 
collectGarbage(boolean) - Method in class org.exolab.jms.messagemgr.DestinationCache
 
collectGarbage(boolean) - Method in class org.exolab.jms.messagemgr.DestinationManager
 
collectionHasPersistentHandles(Vector) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Check whether the vector of handles contains one or more persistent handles
Column - Class in org.exolab.jms.tools.db
This element defines a column in an index
Column() - Constructor for class org.exolab.jms.tools.db.Column
 
ColumnDescriptor - Class in org.exolab.jms.tools.db
Class ColumnDescriptor.
ColumnDescriptor() - Constructor for class org.exolab.jms.tools.db.ColumnDescriptor
 
COMMA - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
COMMA - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
CommandLine - Class in org.exolab.jms.util
This core class is responsible for processing the command line and storing away the list of options and parameters specified.
CommandLine(String[]) - Constructor for class org.exolab.jms.util.CommandLine
Construct an instance of this class with the specified string array.
CommandLine() - Constructor for class org.exolab.jms.util.CommandLine
Default constructor which simply initialised the class
commands_ - Variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
commandsCreated_ - Variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
commit() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
commit(Xid, boolean) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
commit() - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
commit(Xid, boolean) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
commit() - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Commit the session which will send all the published messages and acknowledge all received messages
commit(Xid, boolean) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Commits an XA transaction that is in progress.
commit() - Method in class org.exolab.jms.client.JmsXAQueueSession
 
commit(Xid, boolean) - Method in class org.exolab.jms.client.JmsXAQueueSession
 
commit() - Method in class org.exolab.jms.client.JmsXATopicSession
 
commit(Xid, boolean) - Method in class org.exolab.jms.client.JmsXATopicSession
 
commit() - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
commit(Xid, boolean) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
commit() - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
commit(Xid, boolean) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
commit(Xid, boolean) - Method in class org.exolab.jms.messagemgr.ResourceManager
Ensure that a transaction with the specified xid is currently active.
commit() - Method in class org.exolab.jms.server.JmsServerSession
Commit this session, which will acknowledge all sent messages for all consumers.
commit(Xid, boolean) - Method in class org.exolab.jms.server.JmsServerSession
 
commit(JmsServerSession) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
commit the session
commit() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Commit the session.
commit(Xid, boolean) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Commits an XA transaction that is in progress.
commit() - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Commit the session
commit(Xid, boolean) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
commit() - Method in class org.exolab.jms.transaction.NullTransactionManager
 
compare(Object, Object) - Method in class org.exolab.jms.lease.LeaseComparator
Compare two objects and return 0 if they are equal, a negative integer if the first argument is less than the second argument and a positive number if the first argument is greater than the second argument
compare(Object, Object) - Method in class org.exolab.jms.messagemgr.MessageHandleComparator
 
compare(Object, Object) - Method in class org.exolab.jms.persistence.DateTimeComparator
Implements the compare operator.
compare(Object, Object) - Method in class org.exolab.jms.persistence.IdKeyComparator
Implements the compare operator.
compare(Object, Object) - Method in class org.exolab.jms.persistence.IdMessageComparator
Implements the compare operator.
compareTo(Object) - Method in class org.exolab.jms.lease.BaseLease
Compares this object with the specified object.
comparisonExpression(SelectorAST) - Method in class org.exolab.jms.selector.parser.SelectorParser
 
ConfigHelper - Class in org.exolab.jms.config
Helper class for interrogating the configuration
ConfigHelper() - Constructor for class org.exolab.jms.config.ConfigHelper
 
Configuration - Class in org.exolab.jms.config
This top level element defines the structure of the OpenJMS configuration file.
Configuration() - Constructor for class org.exolab.jms.config.Configuration
 
ConfigurationDescriptor - Class in org.exolab.jms.config
Class ConfigurationDescriptor.
ConfigurationDescriptor() - Constructor for class org.exolab.jms.config.ConfigurationDescriptor
 
ConfigurationFileException - Exception in org.exolab.jms.config
This excpetion is thrown if an invalid configuration file has been encountered.
ConfigurationFileException() - Constructor for exception org.exolab.jms.config.ConfigurationFileException
Default constructor with no additional info.
ConfigurationFileException(String) - Constructor for exception org.exolab.jms.config.ConfigurationFileException
Construct an instance of this exception with the specified reason.
ConfigurationLoader - Class in org.exolab.jms.config
The ConfigurationLoader loads a Configuration document and populates unset items with those provided by DefaultConfiguration
ConfigurationLoader() - Constructor for class org.exolab.jms.config.ConfigurationLoader
 
ConfigurationManager - Class in org.exolab.jms.config
The ConfigurationManager manages provides class methods for setting and getting the configuration file.
ConfigurationManager() - Constructor for class org.exolab.jms.config.ConfigurationManager
 
confirm() - Method in class org.exolab.jms.tools.admin.BaseDialog
The OK button was pressed.
confirm() - Method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Override confirm to be able to check password
confirm() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
The OK button was pressed.
confirm() - Method in class org.exolab.jms.tools.admin.CreateLogonDialog
Override confirm to be able to check password
confirm() - Method in class org.exolab.jms.tools.admin.CreateUserDialog
Override confirm to be able to check password
CONFIRMED - Static variable in class org.exolab.jms.jndiadministration.ObjectDialog
 
CONFIRMED - Static variable in class org.exolab.jms.tools.admin.BaseDialog
 
CONFIRMED - Static variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
confirmedPassword - Variable in class org.exolab.jms.tools.admin.ChangePasswordDialog
 
confirmedPassword - Variable in class org.exolab.jms.tools.admin.CreateLogonDialog
 
confirmedPassword - Variable in class org.exolab.jms.tools.admin.CreateUserDialog
 
connect(String, String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
Opens an authenticated connection to the server
connect() - Method in class org.exolab.jms.jndi.http.servlet.HttpJmsJndiServlet
Connect to the openjms server.
connect() - Method in class org.exolab.jms.server.http.servlet.HttpJmsServerServlet
Connect to the OpenJMS server.
connected(MultiplexConnectionIfc) - Method in class org.exolab.jms.server.mipc.IpcJmsServer
ConnectionNotifierIfc method implementation.
CONNECTION_TO_SERVER_DROPPED - Static variable in interface org.exolab.jms.client.JmsErrorCodes
This error code is used to indicate that the connection to the server has been dropped
ConnectionFactories - Class in org.exolab.jms.config
Connection factories are bound in JNDI by the OpenJMS server.
ConnectionFactories() - Constructor for class org.exolab.jms.config.ConnectionFactories
 
ConnectionFactoriesDescriptor - Class in org.exolab.jms.config
Class ConnectionFactoriesDescriptor.
ConnectionFactoriesDescriptor() - Constructor for class org.exolab.jms.config.ConnectionFactoriesDescriptor
 
ConnectionFactory - Class in org.exolab.jms.config
Class ConnectionFactory.
ConnectionFactory() - Constructor for class org.exolab.jms.config.ConnectionFactory
 
ConnectionFactoryDescriptor - Class in org.exolab.jms.config
Class ConnectionFactoryDescriptor.
ConnectionFactoryDescriptor() - Constructor for class org.exolab.jms.config.ConnectionFactoryDescriptor
 
ConnectionFactoryHelper - Class in org.exolab.jms.server
Helper class for binding connection factories in JNDI
ConnectionFactoryHelper() - Constructor for class org.exolab.jms.server.ConnectionFactoryHelper
 
Connector - Class in org.exolab.jms.config
This specifies the type of communication to use, between clients and the server.
Connector() - Constructor for class org.exolab.jms.config.Connector
 
ConnectorDescriptor - Class in org.exolab.jms.config
Class ConnectorDescriptor.
ConnectorDescriptor() - Constructor for class org.exolab.jms.config.ConnectorDescriptor
 
ConnectorHelper - Class in org.exolab.jms.config
ConnectorHelper is a utility class that returns ConnectorResource objects for a given scheme.
ConnectorHelper() - Constructor for class org.exolab.jms.config.ConnectorHelper
 
ConnectorResource - Class in org.exolab.jms.config
Class ConnectorResource.
ConnectorResource() - Constructor for class org.exolab.jms.config.ConnectorResource
 
ConnectorResourceDescriptor - Class in org.exolab.jms.config
Class ConnectorResourceDescriptor.
ConnectorResourceDescriptor() - Constructor for class org.exolab.jms.config.ConnectorResourceDescriptor
 
ConnectorResources - Class in org.exolab.jms.config
The connectorResources element is the root element of all connector resource documents.
ConnectorResources() - Constructor for class org.exolab.jms.config.ConnectorResources
 
ConnectorResourcesDescriptor - Class in org.exolab.jms.config
Class ConnectorResourcesDescriptor.
ConnectorResourcesDescriptor() - Constructor for class org.exolab.jms.config.ConnectorResourcesDescriptor
 
Connectors - Class in org.exolab.jms.config
Class Connectors.
Connectors() - Constructor for class org.exolab.jms.config.Connectors
 
ConnectorsDescriptor - Class in org.exolab.jms.config
Class ConnectorsDescriptor.
ConnectorsDescriptor() - Constructor for class org.exolab.jms.config.ConnectorsDescriptor
 
ConsumerEndpoint - Class in org.exolab.jms.messagemgr
A Consumer is a message subscriber with a unique identity
consumerEndpoints() - Method in class org.exolab.jms.messagemgr.ConsumerManager
Return a list of ConsumerEndpoint objects, both transient and durable that are currently active.
consumerIds() - Method in class org.exolab.jms.messagemgr.ConsumerManager
Return a list of consumer names id's currently active in the consumer manager.
ConsumerInactiveException - Exception in org.exolab.jms.persistence
This exception type is thrown when an attempt is made to use a deactive consumer
ConsumerInactiveException() - Constructor for exception org.exolab.jms.persistence.ConsumerInactiveException
Default constructor with no additional info.
ConsumerInactiveException(String) - Constructor for exception org.exolab.jms.persistence.ConsumerInactiveException
Construct an instance of this exception with the specified reason.
ConsumerManager - Class in org.exolab.jms.messagemgr
The consumer manager is responsible for creating and managing the lifecycle of Consumer.
consumerName_ - Variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
contains(Object) - Method in class org.exolab.jms.messagemgr.MessageQueue
Check if the specified object exists
contains(Runnable) - Method in class org.exolab.jms.scheduler.Scheduler
Returns if a Runnable object exists in the scheduler queue.
containsMessage(MessageHandle) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Determines if a message handle is already cached
containsUnackedHandle(MessageHandle) - Method in class org.exolab.jms.server.JmsServerSession
Check if the specified message handle is in the session's list of unacked messages
Context - Class in org.exolab.jms.selector
This class encapsulates the context of a parsed token.
Context(int, int) - Constructor for class org.exolab.jms.selector.Context
Construct a new Context
convert(Message) - Method in interface org.exolab.jms.message.MessageConverter
Convert a message to its corresponding OpenJMS implementation
convert() - Method in class org.exolab.jms.tools.db.migration.V061toV072SchemaConverter
 
convert() - Method in class org.exolab.jms.tools.db.migration.V072toV076SchemaConverter
 
convert() - Method in interface org.exolab.jms.tools.db.SchemaConverter
 
convert(String) - Static method in class org.exolab.jms.util.MessageIdHelper
Convert a JMSMessageID to its long value
COPYRIGHT - Static variable in class org.exolab.jms.util.Version
The copyright message
create(String) - Static method in class org.exolab.jms.administration.AdminConnectionFactory
Create an unauthenticated admin connection, using the specified server URL
create(String, String, String) - Static method in class org.exolab.jms.administration.AdminConnectionFactory
Create an authenticated admin connection, using the specified server URL, name, and password
create(Configuration) - Static method in class org.exolab.jms.config.JndiConfigurationFactory
Returns the JNDI configuration deriving the settings from the supplied configuration.
create(Connector, Configuration) - Static method in class org.exolab.jms.config.JndiConfigurationFactory
Returns the JNDI configuration for a particular connector, deriving the settings from the supplied configuration
create(JFrame) - Static method in class org.exolab.jms.jndiadministration.ObjectDialog
Create the one and only instance of the Object Dialog.
create(JFrame) - Static method in class org.exolab.jms.jndiadministration.QueryDialog
Create the one and only instance of the Query Dialog.
create(Message) - Static method in class org.exolab.jms.message.MessageConverterFactory
Create an appropriate MessageConverter for the supplied message
create() - Static method in class org.exolab.jms.message.MessageId
Allocate a new globally unique message identifier
create(JFrame) - Static method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Create the one and only instance of the ChangePassword Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Create the one and only instance of the Consumer Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.CreateLogonDialog
Create the one and only instance of the Logon Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.CreateQueueDialog
Create the one and only instance of the Queue Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.CreateTopicDialog
Create the one and only instance of the Topic Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.CreateUserDialog
Create the one and only instance of the User Dialog.
create(JFrame) - Static method in class org.exolab.jms.tools.admin.QueryDialog
Create the one and only instance of the Query Dialog.
create() - Method in class org.exolab.jms.tools.db.DBTool
Creates the database tables using the default schema
create(String) - Method in class org.exolab.jms.tools.db.DBTool
Creates the database tables from the specified schema
create(Database) - Method in class org.exolab.jms.tools.db.RDBMSTool
Creates the database
create(Table) - Method in class org.exolab.jms.tools.db.RDBMSTool
Creates a table in the database
create(String, String, Connection) - Static method in class org.exolab.jms.tools.db.SchemaConverterFactory
 
create() - Static method in class org.exolab.jms.util.UUIDGenerator
Creates and returns a new identifier.
create(String) - Static method in class org.exolab.jms.util.UUIDGenerator
Creates and returns a new prefixed identifier.
createAdministeredDestination(JmsDestination) - Method in class org.exolab.jms.messagemgr.DestinationManager
Create an administered destination using the specified destination.
createBinary() - Static method in class org.exolab.jms.util.UUIDGenerator
Creates and returns a new identifier.
createBrowser(JmsQueue, long, String) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Create a queue browser for this session.
createBrowser(JmsQueue, long, String) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
createBrowser(JmsQueue, long, String) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Create a queue browser for this session.
createBrowser(JmsQueue, long, String) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Create a queue browser for this session.
createBrowser(JmsQueue, long, String) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
createBrowser(JmsServerSession, JmsQueue, Long, String, MultiplexConnectionIfc, String, String, String) - Method in class org.exolab.jms.server.http.HttpJmsSessionConnection
Create a new queue browser for the specified session and queue.
createBrowser(JmsQueue, long, String) - Method in class org.exolab.jms.server.JmsServerSession
Create a queue browser for this session.
createBrowser(JmsServerSession, JmsQueue, Long, String, MultiplexConnectionIfc, String, String, String) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Create a new queue browser for the specified session and queue.
createBrowser(JmsQueue, long, String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Create a queue browser for this session.
createBrowser(JmsQueue, long, String) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Create a queue browser for this session.
createClientConnection(String, int) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
Create an MIPC client connection
createClientConnection(String, int) - Method in class org.exolab.jms.administration.mipc.SslIpcJmsAdminConnection
Create an SSL connection.
createClientConnection(String, String, int) - Method in class org.exolab.jms.client.mipc.IpcJmsServerStub
Create a multiplexed connection to the server
createClientConnection(String, String, int) - Method in class org.exolab.jms.client.mipc.SslJmsServerStub
Create an SSL connection.
createCommands() - Method in class org.exolab.jms.jndiadministration.OpenJMSContext
Create the menu for all contexts and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.jndiadministration.OpenJMSServer
Create the menu for all servers and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
Create the menu for all consumers and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
Create the menu for all consumers and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
Create the menu for all queue/topics and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSObject
Create the menu for all objects and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSQueue
Create the menu for all queue and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
Create the menu for all consumers and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSServer
Create the menu for all servers and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSTopic
 
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
Create the menu for all consumers and set up the Action events for each menu item.
createCommands() - Method in class org.exolab.jms.tools.admin.OpenJMSUser
Create the menu for all queue and set up the Action events for each menu item.
createConnection(String, String, String) - Method in class org.exolab.jms.client.http.HttpJmsServerStub
Create a connection to the JMS Server.
createConnection(String, String, String) - Method in class org.exolab.jms.client.http.SslHttpJmsServerStub
Create a connection to the JMS Server
createConnection(String, String, String) - Method in class org.exolab.jms.client.intravm.IntravmJmsServerStub
Create a connection to the JMS Server.
createConnection(String, String, String) - Method in interface org.exolab.jms.client.JmsServerStubIfc
Create a connection to the JMS Server.
createConnection(String, String, String) - Method in class org.exolab.jms.client.mipc.IpcJmsServerStub
Create a connection to the JMS Server.
createConnection(String, String, String) - Method in class org.exolab.jms.client.rmi.RmiJmsServerStub
Create a connection to the JMS Server.
createConnection(String, String, String) - Method in class org.exolab.jms.server.AdminConnectionManager
Create a connection with the specified client id.
createConnection(String, String, String) - Method in class org.exolab.jms.server.JmsServerConnectionManager
Create a connection with the specified client id.
createConnection(String, String, String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminServerIfc
Create a connection to the specified server.
createConnection(String, String, String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerIfc
Create a connection to the specified server.
createConnection(String, String, String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminServer
Create a connection to the specified server.
createConnection(String, String, String) - Method in class org.exolab.jms.server.rmi.RmiJmsServer
Create a connection to the specified server.
CreateConsumerDialog - Class in org.exolab.jms.tools.admin
A simple dialog to collect information for creating a durable consumer
CreateConsumerDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.CreateConsumerDialog
Creates new form TopicDialog
createConsumerEndpoint(JmsServerSession, long, JmsDestination, String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Create a transient consumer for the specified destination.
createContext(String) - Method in class org.exolab.jms.jndiadministration.AdminConnection
Create a new context with the given name.
createContext(String) - Method in class org.exolab.jms.jndiadministration.OfflineConnection
Create a new context with the given name.
createContext(String) - Method in class org.exolab.jms.jndiadministration.OnlineConnection
Create a new context with the given name.
createDestination(JmsDestination) - Method in class org.exolab.jms.messagemgr.DestinationManager
Create a non-administered destination and cache it.
createDestinationCache(JmsDestination) - Method in class org.exolab.jms.messagemgr.DestinationManager
Create a destination of the specified type.
createDestinationCache(Connection, JmsDestination) - Method in class org.exolab.jms.messagemgr.DestinationManager
Create a destination of the specified type.
createDurableConsumer(JmsTopic, String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
This method creates an actual durable consumer for the specified and caches it.
createDurableConsumerEndpoint(JmsServerSession, JmsTopic, String, long, String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Create a durable consumer with the specified well-known name.
createHandle(QueueDestinationCache, MessageImpl) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Create a transient handle for a message belonging to a queue.
createHandle(DurableConsumerEndpoint, MessageImpl) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Create a transient message handle for a durable consumer
createHandle(JmsDestination, String, MessageImpl) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Create a transient message handle.
createInstance() - Static method in class org.exolab.jms.authentication.AuthenticationMgr
Create and return an instance of the singleton.
createInstance() - Static method in class org.exolab.jms.messagemgr.ConsumerManager
Create the singleton instance of the consumer manager
createInstance() - Static method in class org.exolab.jms.messagemgr.DestinationManager
Create the singleton instance of the destination manager
createInstance() - Static method in class org.exolab.jms.messagemgr.MessageMgr
Create and return an instance of the singleton.
createInstance() - Static method in class org.exolab.jms.scheduler.Scheduler
Creates the singleton instance
createJmsConnectionStub(String) - Static method in class org.exolab.jms.client.JmsClientStubFactory
This class method creates and returns a stub to the remote connection entity.
createJmsServerStub() - Static method in class org.exolab.jms.client.JmsClientStubFactory
This class method creates and returns a stub to the remote server entity.
createJmsSessionStub(String) - Static method in class org.exolab.jms.client.JmsClientStubFactory
This class method creates and returns a stub to the rmeote session entity.
createLease(Object, long, LeaseEventListenerIfc) - Method in class org.exolab.jms.lease.LeaseManager
Create a lease on any object for the specified duration.
CreateLogonDialog - Class in org.exolab.jms.tools.admin
A simple dialog to collect information for creating a Logon
CreateLogonDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.CreateLogonDialog
Creates new form LogonDialog
createMessageLease(MessageHandle, long, LeaseEventListenerIfc) - Method in class org.exolab.jms.lease.LeaseManager
Create a message lease with the specified duration and the nominated listener.
createNextTransactionLog() - Method in class org.exolab.jms.messagemgr.ResourceManager
Create the next TransactionLog and add it to the list of managed transaction logs.
createPersistentHandle(TransientMessageHandle) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Create a PersistentMessageHandle from the specified TransientMessageHandle.
createPersistentHandle(Connection, QueueDestinationCache, MessageImpl) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Create a persistent message handle belonging to a queue.
createPersistentHandle(Connection, DurableConsumerEndpoint, MessageImpl) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Create a persistent handle for a message belonging to a particular durable consumer
createPersistentHandle(Connection, JmsDestination, String, MessageImpl) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Create a persistent message handle from the destination and consumer name
createPublisher(JmsTopic) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Create a new topic publisher
createPublisher(JmsTopic) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
createPublisher(JmsTopic) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Create a publisher endpoint for this session.
createPublisher(JmsTopic) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Create a new topic publisher
createPublisher(JmsTopic) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
createPublisher(JmsTopic) - Method in class org.exolab.jms.server.JmsServerSession
This should be a no operation.
createPublisher(JmsServerSession, JmsTopic) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Create a new publisher for the given topic.
createPublisher(JmsTopic) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Create a publisher endpoint for this session.
createPublisher(JmsTopic) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Create a publisher endpoint for this session.
createQueue(JmsQueue) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Create a new queue
createQueue(JmsQueue) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
createQueue(JmsQueue) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Create a queue with the specified name.
createQueue(JmsQueue) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Create a new Queue.
createQueue(JmsQueue) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
createQueue(JmsQueue) - Method in class org.exolab.jms.server.JmsServerSession
Create an amdinistered queue, through the message manager admin interface.
createQueue(JmsServerSession, JmsQueue) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Create a new Queue.
createQueue(JmsQueue) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Create a queue with the specified name.
createQueue(JmsQueue) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Create a queue with the specified name.
createQueueBrowserEndpoint(JmsServerSession, long, JmsQueue, String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Create a browser for the specified destination and the selector.
createQueueConnection() - Method in class org.exolab.jms.client.JmsQueueConnectionFactory
 
createQueueConnection(String, String) - Method in class org.exolab.jms.client.JmsQueueConnectionFactory
 
CreateQueueDialog - Class in org.exolab.jms.tools.admin
A simple dialog to collect information for creating a queue
CreateQueueDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.CreateQueueDialog
Creates new form QueueDialog
createQueueSession(boolean, int) - Method in class org.exolab.jms.client.JmsXAQueueConnection
 
createReceiver(JmsQueue, long, String) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Create a receiver.
createReceiver(JmsQueue, long, String) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
createReceiver(JmsQueue, long, String) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Create a receiver endpoint for this session.
createReceiver(JmsQueue, long, String) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Create a receiver.
createReceiver(JmsQueue, long, String) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
createReceiver(JmsServerSession, JmsQueue, Long, String, MultiplexConnectionIfc, String, String, String) - Method in class org.exolab.jms.server.http.HttpJmsSessionConnection
Create a new receiver
createReceiver(JmsQueue, long, String) - Method in class org.exolab.jms.server.JmsServerSession
Create a receiver endpoint for this session.
createReceiver(JmsServerSession, JmsQueue, Long, String, MultiplexConnectionIfc, String, String, String) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Create a new receiver
createReceiver(JmsQueue, long, String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Create a receiver endpoint for this session.
createReceiver(JmsQueue, long, String) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Create a receiver endpoint for this session.
createRegistry() - Method in class org.exolab.jms.server.JmsServer
 
createSender(JmsQueue) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Create a queue sender
createSender(JmsQueue) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
createSender(JmsQueue) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Create a sender endpoint for this session.
createSender(JmsQueue) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Create a queue sender
createSender(JmsQueue) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
createSender(JmsQueue) - Method in class org.exolab.jms.server.JmsServerSession
This is a no-op
createSender(JmsServerSession, JmsQueue) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Create a new sender for the given queue.
createSender(JmsQueue) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Create a sender endpoint for this session.
createSender(JmsQueue) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Create a sender endpoint for this session.
createServer(int) - Method in class org.exolab.jms.server.mipc.IpcJmsServer
Create an normal connection.
createServer(int) - Method in class org.exolab.jms.server.mipc.SslIpcJmsServer
Create an SSL connection.
createServerList(JTree) - Static method in class org.exolab.jms.jndiadministration.OpenJMSServer
Determine all known OpenJMSServers.
createServerList(JTree) - Static method in class org.exolab.jms.tools.admin.OpenJMSServer
Determine all known OpenJMSServers.
createSession(int, boolean) - Method in class org.exolab.jms.client.http.HttpJmsConnectionStub
Send a session connection message.
createSession(int, boolean) - Method in class org.exolab.jms.client.intravm.IntravmJmsConnectionStub
 
createSession(int, boolean) - Method in interface org.exolab.jms.client.JmsConnectionStubIfc
Create a session.
createSession(int, boolean) - Method in class org.exolab.jms.client.mipc.IpcJmsConnectionStub
Send a session connection message.
createSession(int, boolean) - Method in class org.exolab.jms.client.rmi.RmiJmsConnectionStub
 
createSession(int, boolean) - Method in class org.exolab.jms.server.JmsServerConnection
Create a sesion for the specified connection.
createSession(int, boolean) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerConnectionIfc
Create and return a sesion for this connection Assign the connection's clientId to the sessions.
createSession(int, boolean) - Method in class org.exolab.jms.server.rmi.RmiJmsServerConnection
 
createSubcontext(Name) - Method in class org.exolab.jms.jndi.http.NameServiceProxy
 
createSubcontext(Name) - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
 
createSubcontext(Name) - Method in class org.exolab.jms.server.mipc.NameServiceProvider
 
createSubscriber(JmsTopic, String, long, String, boolean) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Create a new topic subscriber
createSubscriber(JmsTopic, String, long, String, boolean) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
createSubscriber(JmsTopic, String, long, String, boolean) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Create a subscriber endpoint for this session.
createSubscriber(JmsTopic, String, long, String, boolean) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Create a new topic subscriber
createSubscriber(JmsTopic, String, long, String, boolean) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
createSubscriber(JmsServerSession, JmsTopic, String, Long, String, Boolean, MultiplexConnectionIfc, String, String, String) - Method in class org.exolab.jms.server.http.HttpJmsSessionConnection
Create a new subscriber, and connect back to the client through the MultiplexConnection.
createSubscriber(JmsTopic, String, long, String, boolean) - Method in class org.exolab.jms.server.JmsServerSession
Create a subscriber endpoint for this session.
createSubscriber(JmsServerSession, JmsTopic, String, Long, String, Boolean, MultiplexConnectionIfc, String, String, String) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Create a new subscriber, and connect back to the client through the MultiplexConnection.
createSubscriber(JmsTopic, String, long, String, boolean) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Create a subscriber endpoint for this session.
createSubscriber(JmsTopic, String, long, String, boolean) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Create a subscriber endpoint for this session.
createThreadPool(String, int) - Method in class org.exolab.jms.threads.ThreadPoolManager
A client has requested a new thread pool creation with the given name.
createTimeUUIDBytes() - Static method in class org.exolab.jms.util.UUIDGenerator
Returns a time-based UUID as a character array.
createTimeUUIDChars() - Static method in class org.exolab.jms.util.UUIDGenerator
Returns a time-based UUID as a character array.
createTopic(JmsTopic) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Create a new topic
createTopic(JmsTopic) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
createTopic(JmsTopic) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Create a topic with the specified name.
createTopic(JmsTopic) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Create a new topic
createTopic(JmsTopic) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
createTopic(JmsTopic) - Method in class org.exolab.jms.server.JmsServerSession
Create an administered topic, through the message manager admin interface.
createTopic(JmsServerSession, JmsTopic) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Create a new topic
createTopic(JmsTopic) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Create a topic with the specified name.
createTopic(JmsTopic) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Create a topic with the specified name.
createTopicConnection() - Method in class org.exolab.jms.client.JmsTopicConnectionFactory
 
createTopicConnection(String, String) - Method in class org.exolab.jms.client.JmsTopicConnectionFactory
 
CreateTopicDialog - Class in org.exolab.jms.tools.admin
A simple dialog to collect information for creating a topic
CreateTopicDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.CreateTopicDialog
Creates new form TopicDialog
createTopicSession(boolean, int) - Method in class org.exolab.jms.client.JmsXATopicConnection
 
createUser(User) - Method in class org.exolab.jms.authentication.UserManager
Create a new user
CreateUserDialog - Class in org.exolab.jms.tools.admin
A simple dialog to collect information for creating a User
CreateUserDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.CreateUserDialog
Creates new form UserDialog
createXAQueueConnection() - Method in class org.exolab.jms.client.JmsXAQueueConnectionFactory
 
createXAQueueConnection(String, String) - Method in class org.exolab.jms.client.JmsXAQueueConnectionFactory
 
createXAQueueSession() - Method in class org.exolab.jms.client.JmsXAQueueConnection
 
createXATopicConnection() - Method in class org.exolab.jms.client.JmsXATopicConnectionFactory
 
createXATopicConnection(String, String) - Method in class org.exolab.jms.client.JmsXATopicConnectionFactory
 
createXATopicSession() - Method in class org.exolab.jms.client.JmsXATopicConnection
 

D

Database - Class in org.exolab.jms.tools.db
This element defines a database.
Database() - Constructor for class org.exolab.jms.tools.db.Database
 
DatabaseConfiguration - Class in org.exolab.jms.config
Class DatabaseConfiguration.
DatabaseConfiguration() - Constructor for class org.exolab.jms.config.DatabaseConfiguration
 
DatabaseConfigurationDescriptor - Class in org.exolab.jms.config
Class DatabaseConfigurationDescriptor.
DatabaseConfigurationDescriptor() - Constructor for class org.exolab.jms.config.DatabaseConfigurationDescriptor
 
DatabaseDescriptor - Class in org.exolab.jms.tools.db
Class DatabaseDescriptor.
DatabaseDescriptor() - Constructor for class org.exolab.jms.tools.db.DatabaseDescriptor
 
DatabaseFilter - Class in org.exolab.jms.jndiadministration
A file filter used by the file chooser to resitrict displayed files to files with a ".db" suffix only.
DatabaseFilter() - Constructor for class org.exolab.jms.jndiadministration.DatabaseFilter
The default constructor does nothing.
DatabaseFilter - Class in org.exolab.jms.tools.admin
A file filter used by the file chooser to resitrict displayed files to files with a ".db" suffix only.
DatabaseFilter() - Constructor for class org.exolab.jms.tools.admin.DatabaseFilter
The default constructor does nothing.
DatabaseService - Class in org.exolab.jms.persistence
The DatabaseService is used for managing the persistence aspect of this project.
DataTransactionLogEntry - Class in org.exolab.jms.tranlog
This entry associates resource specific data to an XID.
DataTransactionLogEntry() - Constructor for class org.exolab.jms.tranlog.DataTransactionLogEntry
Default constuctor for serialization
dateFormat_ - Static variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
DateTimeComparator - Class in org.exolab.jms.persistence
A comparator class that iplements a date/time comparison for PersistentMessage
DateTimeComparator() - Constructor for class org.exolab.jms.persistence.DateTimeComparator
Default constructor does nothing.
DBConnectionManager - Interface in org.exolab.jms.persistence
This interface is used to support different connection pooling packages such as Tyrex, DBCP, Minerva, PoolMan and Proxool.
DBCPConnectionManager - Class in org.exolab.jms.persistence
Wrapper around the DBCP connection manager
DBCPConnectionManager() - Constructor for class org.exolab.jms.persistence.DBCPConnectionManager
Default constructor
DBTool - Class in org.exolab.jms.tools.db
This class provides support for creating and destroying OpenJMS tables in RDBMS databases.
DBTool(String) - Constructor for class org.exolab.jms.tools.db.DBTool
Construct an instance with the path to an openjms XML configuration file
DefaultConfiguration - Class in org.exolab.jms.config
This top level element defines the elements which do not need to be configured by users, but are required by OpenJMS.
DefaultConfiguration() - Constructor for class org.exolab.jms.config.DefaultConfiguration
 
DefaultConfigurationDescriptor - Class in org.exolab.jms.config
Class DefaultConfigurationDescriptor.
DefaultConfigurationDescriptor() - Constructor for class org.exolab.jms.config.DefaultConfigurationDescriptor
 
DefaultExpressionFactory - Class in org.exolab.jms.selector
Default implementation of ExpressionFactory
DefaultExpressionFactory() - Constructor for class org.exolab.jms.selector.DefaultExpressionFactory
 
delete() - Method in class org.exolab.jms.client.JmsTemporaryQueue
 
delete() - Method in class org.exolab.jms.client.JmsTemporaryTopic
 
deleteAdministeredDestination(JmsDestination) - Method in class org.exolab.jms.messagemgr.DestinationManager
Remove the corresponding administered destination from persistent store, from transient memory and from the jndi context.
deleteBatch() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method deleteBatch
deleteBatchSize() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method deleteBatchSize
deleteBrowser(long) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Delete the queue browser associated with the specified queue from the session.
deleteBrowser(long) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
deleteBrowser(long) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Delete the queue browser associated with the corresponding client id.
deleteBrowser(long) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Delete the queue browser associated with the specified queue from the session.
deleteBrowser(long) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
deleteBrowser(long) - Method in class org.exolab.jms.server.JmsServerSession
Delete the queue browser associated with the specified queue from the session.
deleteBrowser(JmsServerSession, Long) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Delete the queue browser for the specified queue.
deleteBrowser(long) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Delete the queue browser associated with the specified queue from the session.
deleteBrowser(long) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Delete the queue browser associated with the specified queue from the session.
deleteCacheSize() - Method in class org.exolab.jms.config.JdbmDatabaseConfiguration
Method deleteCacheSize
deleteClientPingInterval() - Method in class org.exolab.jms.config.HttpConfigurationType
Method deleteClientPingInterval
deleteClientPingInterval() - Method in class org.exolab.jms.config.RmiConfiguration
Method deleteClientPingInterval
deleteConsumerEndpoint(ConsumerEndpoint) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Destroy the specified consumer
deleteDestinationCacheSize() - Method in class org.exolab.jms.config.MessageManagerConfiguration
Method deleteDestinationCacheSize
deleteDurableConsumerEndpoint(String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Destroy the endpoint associated with the specified durable consumer
deleteEmbeddedJNDI() - Method in class org.exolab.jms.config.ServerConfiguration
Method deleteEmbeddedJNDI
deleteEmbeddedRegistry() - Method in class org.exolab.jms.config.RmiConfiguration
Method deleteEmbeddedRegistry
deleteEvictionInterval() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method deleteEvictionInterval
deleteGarbageCollectionBlockSize() - Method in class org.exolab.jms.config.DatabaseConfiguration
Method deleteGarbageCollectionBlockSize
deleteGarbageCollectionInterval() - Method in class org.exolab.jms.config.DatabaseConfiguration
Method deleteGarbageCollectionInterval
deleteGarbageCollectionInterval() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method deleteGarbageCollectionInterval
deleteGarbageCollectionThreadPriority() - Method in class org.exolab.jms.config.DatabaseConfiguration
Method deleteGarbageCollectionThreadPriority
deleteGarbageCollectionThreadPriority() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method deleteGarbageCollectionThreadPriority
deleteJndiPort() - Method in class org.exolab.jms.config.TcpConfigurationType
Method deleteJndiPort
deleteLowWaterThreshold() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method deleteLowWaterThreshold
deleteMaxActive() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method deleteMaxActive
deleteMaxIdle() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method deleteMaxIdle
deleteMaxThreads() - Method in class org.exolab.jms.config.SchedulerConfiguration
Method deleteMaxThreads
deleteMemoryCheckInterval() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method deleteMemoryCheckInterval
deleteMessage(MessageHandle) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Delete the message with the specified handle from the cache
deleteMinIdleTime() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method deleteMinIdleTime
deleteNot_null() - Method in class org.exolab.jms.tools.db.Attribute
Method deleteNot_null
deletePort() - Method in class org.exolab.jms.config.HttpConfigurationType
Method deletePort
deletePort() - Method in class org.exolab.jms.config.TcpConfigurationType
Method deletePort
deleteProxyPort() - Method in class org.exolab.jms.config.HttpConfigurationType
Method deleteProxyPort
deletePublisher(JmsTopic) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
deletePublisher(JmsTopic) - Method in class org.exolab.jms.server.JmsServerSession
Delete the publisher associated with the specified topic from the session.
deletePublisher(JmsServerSession, JmsTopic) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Delete a publisher for the given topic.
deletePublisher(JmsTopic) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Delete the publisher for the specified topic.
deletePublisher(JmsTopic) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Delete the publisher for the specified topic.
deleteReceiver(long) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Delete the receiver for this queue.
deleteReceiver(long) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
deleteReceiver(long) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Delete the receiver with the corresponding client id.
deleteReceiver(long) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Delete the receiver for this queue.
deleteReceiver(long) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
deleteReceiver(long) - Method in class org.exolab.jms.server.JmsServerSession
Delete the receiver with the specified identity and clean up all associated resources.
deleteReceiver(JmsServerSession, Long) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Delete the receiver for this queue.
deleteReceiver(long) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Delete the specified receiver
deleteReceiver(long) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Delete the receiver for the specified queue.
deleteRegistryPort() - Method in class org.exolab.jms.config.RmiConfiguration
Method deleteRegistryPort
deleteSecurityEnabled() - Method in class org.exolab.jms.config.SecurityConfiguration
Method deleteSecurityEnabled
deleteSender(long) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
deleteSender(long) - Method in class org.exolab.jms.server.JmsServerSession
Delete the sender associated with the specified queue from the session If the corresponding sender does not exist or it cannot delete it then throw the JMSException.
deleteSender(JmsServerSession, Long) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Delete the sender for this queue.
deleteSender(long) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Delete the sender for the specified queue.
deleteSender(long) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Delete the sender for the specified queue.
deleteSession(JmsServerSession) - Method in class org.exolab.jms.server.JmsServerConnection
Delete the specified session.
deleteSession(RemoteJmsServerSessionIfc) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerConnectionIfc
Delete the specified session from the server.
deleteSession(RemoteJmsServerSessionIfc) - Method in class org.exolab.jms.server.rmi.RmiJmsServerConnection
 
deleteSubscriber(long) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Delete the subscriber for this topic
deleteSubscriber(long) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
deleteSubscriber(long) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Delete the subscriber associated with the sepcified identity.
deleteSubscriber(long) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Delete the subscriber for this topic
deleteSubscriber(long) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
deleteSubscriber(long) - Method in class org.exolab.jms.server.JmsServerSession
This function deletes a persistent subsrciber and its history from the database.
deleteSubscriber(JmsServerSession, Long) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Delete a subscriber for the given topic
deleteSubscriber(long) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Delete the subscriber for the specified topic.
deleteSubscriber(long) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Delete the subscriber for the specified topic.
deleteTestBeforeUse() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method deleteTestBeforeUse
deleteThreadPool(String) - Method in class org.exolab.jms.threads.ThreadPoolManager
Attempts to shutdown all the threads in the pool and removes the given ThreadPool.
deleteUnique() - Method in class org.exolab.jms.tools.db.Index
Method deleteUnique
deleteUser(User) - Method in class org.exolab.jms.authentication.UserManager
Delete a users
deliverMessages() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Deliver messages in the cache to the consumer
deliverMessages() - Method in class org.exolab.jms.messagemgr.QueueBrowserEndpoint
Deliver messages in the cache to the consumer.
deliverMessages() - Method in class org.exolab.jms.messagemgr.QueueConsumerEndpoint
Deliver messages in the cache to the consumer
deliverMessages() - Method in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
Deliver messages in the cache to the consumer
DeliveryModeImpl - Class in org.exolab.jms.message
Implementation of javax.jms.DeliveryMode
DeliveryModeImpl() - Constructor for class org.exolab.jms.message.DeliveryModeImpl
 
DeliveryModeImpl(int) - Constructor for class org.exolab.jms.message.DeliveryModeImpl
 
Deprecated - Class in org.exolab.jms.tools.db
This element specifies a table that is no longer required.
Deprecated() - Constructor for class org.exolab.jms.tools.db.Deprecated
 
DeprecatedDescriptor - Class in org.exolab.jms.tools.db
Class DeprecatedDescriptor.
DeprecatedDescriptor() - Constructor for class org.exolab.jms.tools.db.DeprecatedDescriptor
 
deserialize(byte[]) - Method in class org.exolab.jms.persistence.Messages
Set the message from a serialized blob
deserialize(byte[]) - Static method in class org.exolab.jms.tranlog.SerializationHelper
Deserialise the specified blob into an Object and return it to the client.
destinationAdded(JmsDestination, DestinationCache) - Method in interface org.exolab.jms.messagemgr.DestinationEventListener
This method is called when a new destination is added to the DestinationManager
destinationAdded(JmsDestination, DestinationCache) - Method in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
 
DestinationCache - Class in org.exolab.jms.messagemgr
A DestinationCache is used to cache messages for a particular destination.
DestinationCacheEventListener - Interface in org.exolab.jms.messagemgr
A DestinationCacheEventListener responds to events generated by a DestinationCache.
DestinationEventListener - Interface in org.exolab.jms.messagemgr
A DestinatonEventListener will be notifies when new JmsDestination are created or removed from the DestinationManager
destinationExists(String) - Method in interface org.exolab.jms.administration.AdminConnection
Determine if the specified destination exists
destinationExists(String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
destinationExists(String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Determine if the specified destination exists
destinationExists(String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
destinationExists(String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
destinationExists(JmsDestination) - Method in class org.exolab.jms.messagemgr.DestinationManager
Check if the specified destination exists.
destinationExists(String) - Method in class org.exolab.jms.server.AdminConnection
Check whether the specified destination exists
destinationExists(String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Determine whether the destination with the specified name exists
destinationExists(String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
destinationFromString(String) - Method in class org.exolab.jms.messagemgr.DestinationManager
Return the JmsDestination corresponding to the specified destination name
DestinationImpl - Class in org.exolab.jms.message
Implementation of the Destination interface.
DestinationImpl() - Constructor for class org.exolab.jms.message.DestinationImpl
 
DestinationImpl(String) - Constructor for class org.exolab.jms.message.DestinationImpl
 
DestinationManager - Class in org.exolab.jms.messagemgr
The destination manager is responsible for creating and managing the lifecycle of DestinationCache objects.
destinationName_ - Variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
destinationNames() - Method in class org.exolab.jms.messagemgr.DestinationManager
Return a list of destination names currently supported by the destination manager.
destinationRemoved(JmsDestination, DestinationCache) - Method in interface org.exolab.jms.messagemgr.DestinationEventListener
This method is called when a new destination is removed from the DestinationManager
destinationRemoved(JmsDestination, DestinationCache) - Method in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
 
destinations() - Method in class org.exolab.jms.messagemgr.DestinationManager
Return a list of DestinationCache objects that are currently active and in memory.
DestinationType - Interface in org.exolab.jms.messagemgr
Interface that describes the various topic types
destroy() - Method in class org.exolab.jms.authentication.UserManager
Destroy this manager.
destroy() - Method in class org.exolab.jms.client.http.HttpJmsConnectionStub
 
destroy() - Method in class org.exolab.jms.client.http.servlet.HttpJmsClientServlet
Clean up client connections
destroy() - Method in class org.exolab.jms.client.intravm.IntravmJmsConnectionStub
 
destroy() - Method in interface org.exolab.jms.client.JmsConnectionStubIfc
Release all local resources used by this object.
destroy() - Method in class org.exolab.jms.client.mipc.IpcJmsConnectionStub
 
destroy() - Method in class org.exolab.jms.client.rmi.RmiJmsConnectionStub
 
destroy() - Method in class org.exolab.jms.jndi.http.servlet.HttpJmsJndiServlet
Clean up resources
destroy() - Method in interface org.exolab.jms.message.MessageHandle
Destory this handle
destroy() - Method in class org.exolab.jms.messagemgr.ConsumerManager
Destroy this manager.
destroy() - Method in class org.exolab.jms.messagemgr.DestinationManager
Destroy this manager.
destroy() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Destroy this handle
destroy() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Destroy this handle
destroy() - Method in class org.exolab.jms.server.http.servlet.HttpJmsServerServlet
Clean up resources
destroy() - Method in class org.exolab.jms.tranlog.TransactionLog
Destroy this transaction log, which basically removes it from the file system
destroyContext(String) - Method in class org.exolab.jms.jndiadministration.AdminConnection
Destroy context with the given name.
destroyContext(String) - Method in class org.exolab.jms.jndiadministration.OfflineConnection
Destroy context with the given name.
destroyContext(String) - Method in class org.exolab.jms.jndiadministration.OnlineConnection
Destroy context with the given name.
destroyDestinationCache(DestinationCache) - Method in class org.exolab.jms.messagemgr.DestinationManager
Delete the specfied destination
destroyDestinationCache(String) - Method in class org.exolab.jms.messagemgr.DestinationManager
Deprecated. use destroyDestination(JmsDestination) instead
destroyDestinationCache(JmsDestination) - Method in class org.exolab.jms.messagemgr.DestinationManager
Delete the specfied destination
destroyPersistentHandle(Connection, PersistentMessageHandle) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Destroy the specified persistent handle.
destroyPersistentHandle(Connection, JmsDestination, String, MessageImpl) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Destroy a persistent handle associated with a destination, consumer name and message
destroySubcontext(Name) - Method in class org.exolab.jms.jndi.http.NameServiceProxy
 
destroySubcontext(Name) - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
 
destroySubcontext(Name) - Method in class org.exolab.jms.server.mipc.NameServiceProvider
 
disconnect(JmsServerSession) - Method in class org.exolab.jms.server.http.HttpJmsSessionConnection
A disconnection has been detected for this session, by the session sender, perform any neccessary cleanup, and deregister.
disconnected(MultiplexConnectionIfc) - Method in class org.exolab.jms.client.mipc.IpcJmsServerStub
 
disconnected(MultiplexConnectionIfc) - Method in class org.exolab.jms.server.http.servlet.HttpJmsServerServlet
 
disconnected(MultiplexConnectionIfc) - Method in class org.exolab.jms.server.mipc.IpcServerChannel
 
disconnection(String) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
A client has disconnected.
disconnection(String) - Method in class org.exolab.jms.server.mipc.IpcJmsAdminConnection
The connection has been broken.
disconnection(String) - Method in class org.exolab.jms.server.mipc.IpcJmsReceiver
Invoked if the connection has been broken.
disconnection(String) - Method in class org.exolab.jms.server.mipc.IpcJmsServerConnection
The connection has been broken.
disconnection(String) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
The connection has been broken.
disconnection(String) - Method in class org.exolab.jms.server.mipc.NameServiceProvider
The connection has been broken.
display(String, String) - Method in class org.exolab.jms.jndiadministration.ObjectDialog
Display the dialog.
display(String) - Method in class org.exolab.jms.jndiadministration.QueryDialog
Popup the dialog and wait for the user to either OK or Cancel.
display() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Display the consumer dialog box
display(String) - Method in class org.exolab.jms.tools.admin.QueryDialog
Popup the dialog and wait for the user to either OK or Cancel.
displayChangePassword(String) - Method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Display the create changepassword dialog box
displayCommands(Rectangle) - Method in class org.exolab.jms.jndiadministration.OpenJMSContext
This node has been right clicked.
displayCommands(Rectangle) - Method in interface org.exolab.jms.jndiadministration.OpenJMSNode
Display all commands available for this object.
displayCommands(Rectangle) - Method in class org.exolab.jms.jndiadministration.OpenJMSObject
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.jndiadministration.OpenJMSServer
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
This node has been right clicked.
displayCommands(Rectangle) - Method in interface org.exolab.jms.tools.admin.OpenJMSNode
Display all commands available for this object.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSObject
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSServer
This node has been right clicked.
displayCommands(Rectangle) - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
This node has been right clicked.
displayConnections() - Method in class org.exolab.jms.tools.admin.OpenJMSServer
Get all queue/topics from the database for this JMS server and display them as children of the root node.
displayContexts() - Method in class org.exolab.jms.jndiadministration.OpenJMSServer
Get all Contexts from the database for this JMS server and display them as children of the root node.
displayCreateConsumer() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Display the create consumer dialog box
displayCreateConsumer() - Method in class org.exolab.jms.tools.admin.CreateTopicDialog
Display rhe create durable consumer dialog box
displayCreateLogon() - Method in class org.exolab.jms.tools.admin.CreateLogonDialog
Display the create queue dialog box
displayCreateQueue() - Method in class org.exolab.jms.tools.admin.CreateQueueDialog
Display the create queue dialog box
displayCreateTopic() - Method in class org.exolab.jms.tools.admin.CreateTopicDialog
Display the create topic dialog box
displayCreateUser() - Method in class org.exolab.jms.tools.admin.CreateUserDialog
Display the create user dialog box
displayText - Variable in class org.exolab.jms.tools.admin.BaseDialog
 
displayText - Variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
DIVIDE - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
DIVIDE - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
doClose() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Closes the endpoint
doClose() - Method in class org.exolab.jms.messagemgr.QueueBrowserEndpoint
Closes this endpoint
doClose() - Method in class org.exolab.jms.messagemgr.QueueConsumerEndpoint
Closes this endpoint
doClose() - Method in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
Closes this endpoint
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.exolab.jms.client.http.servlet.HttpJmsClientServlet
Handle HTTP POST requests
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.exolab.jms.jndi.http.servlet.HttpJmsJndiServlet
Process the HTTP Post request
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.exolab.jms.server.http.servlet.HttpJmsServerServlet
Handle HTTP POST requests
drop() - Method in class org.exolab.jms.tools.db.DBTool
Drop the database tables from the default schema
drop(String) - Method in class org.exolab.jms.tools.db.DBTool
Drop the database tables from the specified schema
drop(Database) - Method in class org.exolab.jms.tools.db.RDBMSTool
Drops tables from the database
drop(Table) - Method in class org.exolab.jms.tools.db.RDBMSTool
Drops a table from the database.
DurableConsumerEndpoint - Class in org.exolab.jms.messagemgr
A durable subscriber extends ConsumerEndpoint and is only associated with a Topic destination.
durableConsumerExists(String) - Method in interface org.exolab.jms.administration.AdminConnection
Check if the specified durable consumer exists
durableConsumerExists(String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
durableConsumerExists(String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Check if the specified durable consumer exists
durableConsumerExists(String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
durableConsumerExists(String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
durableConsumerExists(String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Check if the specified durable consumer exists
durableConsumerExists(Connection, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
durableConsumerExists(Connection, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
durableConsumerExists(Connection, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Check if the durable consumer exists
durableConsumerExists(Connection, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
durableConsumerExists(String) - Method in class org.exolab.jms.server.AdminConnection
Check if the durable consumer exists.
durableConsumerExists(String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Check if a durable consumer, with the specified name, already exists
durableConsumerExists(String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
durableConsumerExists(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Check if the durable consumer exists.
durableConsumerExists(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
durableConsumerExists(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
duration_ - Variable in class org.exolab.jms.lease.BaseLease
The duration of the lease in milliseconds

E

EMBEDDED - Static variable in class org.exolab.jms.config.types.SchemeType
The instance of the embedded type
EMBEDDED_TYPE - Static variable in class org.exolab.jms.config.types.SchemeType
The embedded type
EmbeddedJmsServer - Class in org.exolab.jms.server
This class is used to embed the JMS Server in another component, e.g an EJB or Servlet container etc.
EmbeddedJmsServer(Configuration) - Constructor for class org.exolab.jms.server.EmbeddedJmsServer
Construct a new EmbeddedJmsServer
EmbeddedJmsServer(String) - Constructor for class org.exolab.jms.server.EmbeddedJmsServer
Construct a new EmbeddedJmsServer
EmbeddedNameService - Class in org.exolab.jms.server
 
EMPTY - Static variable in class org.exolab.jms.message.MessageImpl
Empty byte array for initialisation purposes
enableAsynchronousDelivery(long, String, boolean) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
enableAsynchronousDelivery(long, String, boolean) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
enableAsynchronousDelivery(long, String, boolean) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Enable or disable asynchronous message delivery for a particular consumer
enableAsynchronousDelivery(long, String, boolean) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
enableAsynchronousDelivery(long, String, boolean) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
enableAsynchronousDelivery(long, String, boolean) - Method in class org.exolab.jms.server.JmsServerSession
Check whether to enable asynchronous message delivery for a particular consumer
enableAsynchronousDelivery(JmsServerSession, Long, String, Boolean) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Enable or disable asynchronous message delivery.
enableAsynchronousDelivery(long, String, boolean) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Enable or disable asynchronous message delivery for a particular consumer
enableAsynchronousDelivery(long, String, boolean) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Enable or disable asynchronous message delivery for a particular consumer
end(Xid, int) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
end(Xid, int) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
end(Xid, int) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Ends the work performed on behalf of a transaction branch.
end(Xid, int) - Method in class org.exolab.jms.client.JmsXAQueueSession
 
end(Xid, int) - Method in class org.exolab.jms.client.JmsXATopicSession
 
end(Xid, int) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
end(Xid, int) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
end(Xid, int) - Method in class org.exolab.jms.messagemgr.ResourceManager
Ends the work performed on behalf of a transaction branch.
end(Xid, int) - Method in class org.exolab.jms.server.JmsServerSession
 
end(Xid, int) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Ends the work performed on behalf of a transaction branch.
end(Xid, int) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
enumerate() - Static method in class org.exolab.jms.config.types.SchemeType
Method enumerate Returns an enumeration of all possible instances of SchemeType
enumerateAdministeredQueue() - Method in class org.exolab.jms.config.AdministeredDestinations
Method enumerateAdministeredQueue
enumerateAdministeredTopic() - Method in class org.exolab.jms.config.AdministeredDestinations
Method enumerateAdministeredTopic
enumerateAttribute() - Method in class org.exolab.jms.tools.db.Table
Method enumerateAttribute
enumerateColumn() - Method in class org.exolab.jms.tools.db.Index
Method enumerateColumn
enumerateConnector() - Method in class org.exolab.jms.config.Connectors
Method enumerateConnector
enumerateConnectorResource() - Method in class org.exolab.jms.config.ConnectorResources
Method enumerateConnectorResource
enumerateDeprecated() - Method in class org.exolab.jms.tools.db.Database
Method enumerateDeprecated
enumerateIndex() - Method in class org.exolab.jms.tools.db.Table
Method enumerateIndex
enumerateProperty() - Method in class org.exolab.jms.config.JndiConfiguration
Method enumerateProperty
enumerateQueueConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method enumerateQueueConnectionFactory
enumerateSubscriber() - Method in class org.exolab.jms.config.AdministeredTopic
Method enumerateSubscriber
enumerateTable() - Method in class org.exolab.jms.tools.db.Database
Method enumerateTable
enumerateTopicConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method enumerateTopicConnectionFactory
enumerateUser() - Method in class org.exolab.jms.config.Users
Method enumerateUser
enumerateXAQueueConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method enumerateXAQueueConnectionFactory
enumerateXATopicConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method enumerateXATopicConnectionFactory
EOF - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
EOF - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
EQUAL - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
EQUAL - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
equals(Object) - Method in class org.exolab.jms.client.JmsQueue
 
equals(Object) - Method in class org.exolab.jms.client.JmsTopic
 
equals(Object) - Method in class org.exolab.jms.lease.LeaseComparator
Return true if the specified comparator matches this object and false otherwise
equals(Object) - Method in class org.exolab.jms.message.MessageId
 
equals(Object) - Method in class org.exolab.jms.messagemgr.MessageHandleComparator
 
equals(Object) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
 
equals(Object) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
 
equals(Object) - Method in class org.exolab.jms.persistence.DateTimeComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class org.exolab.jms.persistence.IdKeyComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class org.exolab.jms.persistence.IdMessageComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class org.exolab.jms.persistence.PersistentString
 
equals(Object) - Method in class org.exolab.jms.tranlog.ExternalXid
 
equals(Object) - Method in class org.exolab.jms.tranlog.TransactionLog
 
equals(Object) - Method in class org.exolab.jms.tranlog.TransactionState
Return true iff the two specified object are of the same type and their ordinal values are identical.
equals(Object) - Method in class org.exolab.jms.transaction.TransactionManagerType
Return true if the two specified object is ofthe same type andthat their ordinal values are the same.
evaluate(Message) - Method in interface org.exolab.jms.selector.Expression
Evaluate the expression
Event - Class in org.exolab.jms.events
This class specifies the object that is used by the EventManager.
Event(int, EventHandler, Object) - Constructor for class org.exolab.jms.events.Event
The constructor instantiates an instance of this class with the specified parameters.
EventHandler - Interface in org.exolab.jms.events
This class defines an object that receives event notification from an EventManager.
EventManager - Interface in org.exolab.jms.events
The EventManager manages Event objects.
evict(Object) - Method in interface org.exolab.jms.messagemgr.CacheEvictionPolicy
Return the string form of the destination
execute(Object) - Method in interface org.exolab.jms.util.QueueWorker
This method is called whenever there is worl for the queue worker.
exists(String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Check whether a consumer, with the specified identity actually exists.
exists(JmsDestination) - Method in class org.exolab.jms.messagemgr.MessageMgr
Return true if the specified destination exists.
exists(String) - Method in class org.exolab.jms.util.CommandLine
Check if the following option or command has been specified
expire() - Method in class org.exolab.jms.lease.LeaseManager
Expires active leases
ExpiryNotificationIfc - Interface in org.exolab.jms.message
 
expiryTime_ - Variable in class org.exolab.jms.lease.BaseLease
This is the time that the lease will expire
EXPONENT - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
EXPONENT - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
Expression - Interface in org.exolab.jms.selector
This class is the base class for all expressions.
expression() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
expression(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
ExpressionFactory - Interface in org.exolab.jms.selector
This interface specifies the methods needed to create all of the expressions supported by the message selector.
ExternalXid - Class in org.exolab.jms.tranlog
This class maps an external XID that is set in the transaction manager.
ExternalXid() - Constructor for class org.exolab.jms.tranlog.ExternalXid
Default constructor for Serialization
ExternalXid(Xid) - Constructor for class org.exolab.jms.tranlog.ExternalXid
Create an instance of this class using the specified XID.
ExternalXid(int, byte[], byte[]) - Constructor for class org.exolab.jms.tranlog.ExternalXid
Create an insrance of this class using the specified format id, global transaction id and the branch qualifier.

F

FailedToCreateServerException - Exception in org.exolab.jms.server
This exception is thrown when the server cannot be instantiated..
FailedToCreateServerException() - Constructor for exception org.exolab.jms.server.FailedToCreateServerException
Default exception constructor
FailedToCreateServerException(String) - Constructor for exception org.exolab.jms.server.FailedToCreateServerException
Create an exception with the specified reason
FailedToCreateServerException(String, Throwable) - Constructor for exception org.exolab.jms.server.FailedToCreateServerException
Create an exception with the specified reason
FailedToInitialiseServerException - Exception in org.exolab.jms.server
This excpetion is thrown if the JMS Server failed to start up.
FailedToInitialiseServerException() - Constructor for exception org.exolab.jms.server.FailedToInitialiseServerException
Default constructor with no additional info.
FailedToInitialiseServerException(String) - Constructor for exception org.exolab.jms.server.FailedToInitialiseServerException
Construct an instance of this exception with the specified reason.
FailedToInitializeException - Exception in org.exolab.jms.messagemgr
This exception is raised when the a manager fails to initialise.
FailedToInitializeException() - Constructor for exception org.exolab.jms.messagemgr.FailedToInitializeException
Default constructor with no additional info.
FailedToInitializeException(String) - Constructor for exception org.exolab.jms.messagemgr.FailedToInitializeException
Construct an instance of this exception with the specified reason.
FailedToResolveHandle - Static variable in interface org.exolab.jms.JMSErrorCodes
This error code indicates that the a message handle could not be resolved
FailedToStoreMessageId - Exception in org.exolab.jms.persistence
Class description here
FailedToStoreMessageId() - Constructor for exception org.exolab.jms.persistence.FailedToStoreMessageId
Default constructor with no additional info.
FailedToStoreMessageId(String) - Constructor for exception org.exolab.jms.persistence.FailedToStoreMessageId
Construct an instance of this exception with the specified reason.
field_ - Variable in class org.exolab.jms.tools.admin.AdminInfo
 
FILE_NAME - Static variable in class org.exolab.jms.util.Version
The name of the version configuration file
FileDoesNotExistException - Exception in org.exolab.jms.config
This excpetion is thrown when an attempt is made to access a configuration file that does not exist.
FileDoesNotExistException() - Constructor for exception org.exolab.jms.config.FileDoesNotExistException
Default constructor with no additional info.
FileDoesNotExistException(String) - Constructor for exception org.exolab.jms.config.FileDoesNotExistException
Construct an instance of this exception with the specified reason.
first() - Method in class org.exolab.jms.messagemgr.MessageQueue
Returns the first element in the queue.
FLOAT_SUFFIX - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
FLOAT_SUFFIX - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
forget(Xid) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
forget(Xid) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
forget(Xid) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Tell the resource manager to forget about a heuristically completed transaction branch.
forget(Xid) - Method in class org.exolab.jms.client.JmsXAQueueSession
 
forget(Xid) - Method in class org.exolab.jms.client.JmsXATopicSession
 
forget(Xid) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
forget(Xid) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
forget(Xid) - Method in class org.exolab.jms.messagemgr.ResourceManager
Tell the resource manager to forget about a heuristically completed transaction branch.
forget(Xid) - Method in class org.exolab.jms.server.JmsServerSession
 
forget(Xid) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Tell the resource manager to forget about a heuristically completed transaction branch.
forget(Xid) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
fromBytes(String, byte[]) - Static method in class org.exolab.jms.util.UUIDGenerator
Converts a byte array into a prefixed identifier.
fromBytes(byte[]) - Static method in class org.exolab.jms.util.UUIDGenerator
Converts a byte array into an identifier.
fromInt(int) - Static method in class org.exolab.jms.transaction.TransactionManagerType
Return the TransactionManagerType give its ordinal value

G

garbageCollect() - Method in class org.exolab.jms.messagemgr.ResourceManager
This is the entry point for the garbage collection callback.
GarbageCollectable - Interface in org.exolab.jms.gc
A object which has a type GarbageCollectable can be visisted by the GarbageCollectionService to dispose of resources.
GarbageCollectionConfiguration - Class in org.exolab.jms.config
This element defines items specific to the garbage collection service.
GarbageCollectionConfiguration() - Constructor for class org.exolab.jms.config.GarbageCollectionConfiguration
 
GarbageCollectionConfigurationDescriptor - Class in org.exolab.jms.config
Class GarbageCollectionConfigurationDescriptor.
GarbageCollectionConfigurationDescriptor() - Constructor for class org.exolab.jms.config.GarbageCollectionConfigurationDescriptor
 
GarbageCollectionService - Class in org.exolab.jms.gc
The garbage collection service is responsible for managing all transient garbage collection for OpenJMS, which includes messages, destinations, endpoints etc.
GarbageCollectionServiceException - Exception in org.exolab.jms.gc
This exception is raised when there is a GarbageCollectionService related exception.
GarbageCollectionServiceException() - Constructor for exception org.exolab.jms.gc.GarbageCollectionServiceException
Default exception constructor
GarbageCollectionServiceException(String) - Constructor for exception org.exolab.jms.gc.GarbageCollectionServiceException
Create an exception with the specified reason
GC_ASYNCHRONOUS - Static variable in class org.exolab.jms.messagemgr.ResourceManager
Asynchronous garbage collection is used to remove processed log files asynchronous (i.e in a different thread context).
GC_DISABLED - Static variable in class org.exolab.jms.messagemgr.ResourceManager
This is used to indicate the garbage collection has been disabled and that the client will take responsibility for all aspects of log file management.
GC_SYNCHRONOUS - Static variable in class org.exolab.jms.messagemgr.ResourceManager
Synchronous gabrage collection is used to remove processed log files when the last trnasaction, in that log file, has been successfully processed.
gcDisabled() - Method in class org.exolab.jms.messagemgr.ResourceManager
Check whether garbage collection has been disabled
GE - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
GE - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
generate() - Static method in class org.exolab.jms.util.IdGenerator
This helper method returns a string representation of a unique id.
generate(long) - Static method in class org.exolab.jms.util.MessageIdHelper
Generate a JMSMessageID
get(Connection, String) - Method in class org.exolab.jms.persistence.Messages
Return the message identified by the message Id
getAcceptedTime() - Method in interface org.exolab.jms.message.MessageHandle
Return time that the corresponding message was accepted.
getAcceptedTime() - Method in class org.exolab.jms.message.MessageImpl
Return the time that the messages was accepted by the server
getAcceptedTime() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Return the time that the message was accepted by the server
getAcceptedTime() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Return time that the corresponding message was accepted.
getAccessMode() - Method in class org.exolab.jms.config.AdminConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.AdminDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.AdministeredDestinationsDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.AdministeredQueueDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.AdministeredTopicDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.ConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.ConnectionFactoriesDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.ConnectionFactoryDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.ConnectorDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.ConnectorResourceDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.ConnectorResourcesDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.ConnectorsDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.DatabaseConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.DefaultConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.GarbageCollectionConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.HttpConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.HttpConfigurationTypeDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.HttpsConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.JdbmDatabaseConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.JndiConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.JndiDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.LoggerConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.MessageManagerConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.PropertyDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.QueueConnectionFactoryDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.RdbmsDatabaseConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.RmiConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.SchedulerConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.SecurityConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.ServerConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.ServerDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.SubscriberDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.TcpConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.TcpConfigurationTypeDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.TcpsConfigurationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.TopicConnectionFactoryDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.types.SchemeTypeDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.UserDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.UsersDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.XAQueueConnectionFactoryDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.config.XATopicConnectionFactoryDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.tools.db.AttributeDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.tools.db.ColumnDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.tools.db.DatabaseDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.tools.db.DeprecatedDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.tools.db.IndexDescriptor
Method getAccessMode
getAccessMode() - Method in class org.exolab.jms.tools.db.TableDescriptor
Method getAccessMode
getAckMessageID() - Method in class org.exolab.jms.message.MessageImpl
Returns the identifier of the message for acknowledgment.
getAckMode() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return the ackmode for this endpoint
getAckMode() - Method in class org.exolab.jms.server.JmsServerSession
Returns the message acknowledgement mode for the session
getAdapter() - Static method in class org.exolab.jms.persistence.DatabaseService
Return the PersistenceAdapter created by this service.
getAdmin() - Method in class org.exolab.jms.config.ConnectorResource
Returns the value of field 'admin'.
getAdminConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'adminConfiguration'.
getAdministeredDestinations() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'administeredDestinations'.
getAdministeredQueue(int) - Method in class org.exolab.jms.config.AdministeredDestinations
Method getAdministeredQueue
getAdministeredQueue() - Method in class org.exolab.jms.config.AdministeredDestinations
Method getAdministeredQueue
getAdministeredQueueCount() - Method in class org.exolab.jms.config.AdministeredDestinations
Method getAdministeredQueueCount
getAdministeredTopic(int) - Method in class org.exolab.jms.config.AdministeredDestinations
Method getAdministeredTopic
getAdministeredTopic() - Method in class org.exolab.jms.config.AdministeredDestinations
Method getAdministeredTopic
getAdministeredTopicCount() - Method in class org.exolab.jms.config.AdministeredDestinations
Method getAdministeredTopicCount
getAdminName() - Method in class org.exolab.jms.config.RmiConfiguration
Returns the value of field 'adminName'.
getAdminServlet() - Method in class org.exolab.jms.config.HttpConfigurationType
Returns the value of field 'adminServlet'.
getAdminURL(SchemeType, Configuration) - Static method in class org.exolab.jms.config.ConfigHelper
Returns the server administration URL for the specified scheme
getAdvance() - Static method in class org.exolab.jms.util.Clock
Returns the number of milliseconds by which the clock is advanced.
getAllContexts(String) - Method in class org.exolab.jms.jndiadministration.AdminConnection
Get an enumerated list of all the Contexts
getAllContexts(String) - Method in class org.exolab.jms.jndiadministration.OfflineConnection
Get an enumerated list of all the Contexts
getAllContexts(String) - Method in class org.exolab.jms.jndiadministration.OnlineConnection
Get an enumerated list of all the Contexts
getAllDestinations() - Method in interface org.exolab.jms.administration.AdminConnection
Return a list of all registered destinations.
getAllDestinations() - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
getAllDestinations() - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Return a list of all registered destinations.
getAllDestinations() - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
getAllDestinations() - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
getAllDestinations(Connection) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getAllDestinations(Connection) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getAllDestinations(Connection) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Get a list of all destinations stored in the database
getAllDestinations(Connection) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getAllDestinations() - Method in class org.exolab.jms.server.AdminConnection
Return a list of all registered destinations.
getAllDestinations() - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Return a list of all registered destinations.
getAllDestinations() - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
getAllDestinations() - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Return a list of all registered destinations.
getAllDestinations() - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
getAllDestinations() - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
getAllDurableConsumers(Connection) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getAllDurableConsumers(Connection) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getAllDurableConsumers(Connection) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Return a dictionary of all registered durable consumers.
getAllDurableConsumers(Connection) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getAllowsChildren() - Method in class org.exolab.jms.jndiadministration.OpenJMSContext
Children are allowed for all contexts
getAllowsChildren() - Method in class org.exolab.jms.jndiadministration.OpenJMSObject
Objects are always leaves.
getAllowsChildren() - Method in class org.exolab.jms.jndiadministration.OpenJMSServer
Children are allowed for all servers
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
No children are allowed for consumers at this point.
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
Consumer folders are allowed on this node
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
Children are allowed for all queue/topics
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSObject
Children are allowed for all objects
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
Queue folders are allowed on this node
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSServer
Children are allowed for all servers
getAllowsChildren() - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
Topic folders are allowed on this node
getAllUsers() - Method in interface org.exolab.jms.administration.AdminConnection
Return a list of all registered users.
getAllUsers() - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
getAllUsers() - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Return a list of all registered users.
getAllUsers() - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
getAllUsers() - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
getAllUsers(Connection) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getAllUsers(Connection) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getAllUsers(Connection) - Method in class org.exolab.jms.persistence.PersistenceAdapter
 
getAllUsers(Connection) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getAllUsers() - Method in class org.exolab.jms.server.AdminConnection
Return a list of all registered users.
getAllUsers() - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Return a list of all registered users.
getAllUsers() - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
getAllUsers() - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
List all users in the DB
getAllUsers() - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
getAllUsers() - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
getAttribute(Table, String) - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
getAttribute(int) - Method in class org.exolab.jms.tools.db.Table
Method getAttribute
getAttribute() - Method in class org.exolab.jms.tools.db.Table
Method getAttribute
getAttributeCount() - Method in class org.exolab.jms.tools.db.Table
Method getAttributeCount
getBatch() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'batch'.
getBatchSize() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'batchSize'.
getBoolean(String) - Method in class org.exolab.jms.message.MapMessageImpl
Return the boolean value with the given name
getBooleanProperty(String) - Method in class org.exolab.jms.message.MessageImpl
 
getBranchQualifier() - Method in class org.exolab.jms.tranlog.ExternalXid
 
getByte(String) - Method in class org.exolab.jms.message.MapMessageImpl
Return the byte value with the given name
getByteProperty(String) - Method in class org.exolab.jms.message.MessageImpl
 
getBytes(String) - Method in class org.exolab.jms.message.MapMessageImpl
Return the byte array value with the given name
getCacheSize() - Method in class org.exolab.jms.config.JdbmDatabaseConfiguration
Returns the value of field 'cacheSize'.
getCallbackObject() - Method in class org.exolab.jms.events.Event
Return a reference to the callbacl object.
getChar(String) - Method in class org.exolab.jms.message.MapMessageImpl
Return the Unicode character value with the given name
getClassName() - Method in class org.exolab.jms.jndi.http.NameServiceProxy
Return the Server class name that will handle this request.
getClassName() - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
Return the Server class name that will handle this request.
getClazz() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'clazz'.
getClientId() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Get the client Id
getClientId() - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
getClientId() - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Return the client id associated with this session.
getClientId() - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Get the client Id
getClientId() - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
getClientId() - Method in interface org.exolab.jms.message.MessageHandle
Retrieve the client identity associated with this handle
getClientId() - Method in class org.exolab.jms.message.MessageImpl
Get the value of the client session consumer identifier
getClientId() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return a reference to the client identity.
getClientId() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Retrieve the client identity associated with this handle
getClientId() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Retrieve the client identity associated with this handle
getClientId() - Method in class org.exolab.jms.server.AdminConnection
Returns the client identifier
getClientId() - Method in class org.exolab.jms.server.JmsServerSession
Return a reference to the client id
getClientId() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Return a reference to the client id.
getClientId() - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Return a reference to the client id.
getClientPingInterval() - Method in class org.exolab.jms.config.HttpConfigurationType
Returns the value of field 'clientPingInterval'.
getClientPingInterval() - Method in class org.exolab.jms.config.RmiConfiguration
Returns the value of field 'clientPingInterval'.
getClientPingInterval() - Method in class org.exolab.jms.server.rmi.RmiJmsServer
Return the client ping interval for this server.
getColumn() - Method in class org.exolab.jms.selector.Context
Returns the column where the token was encountered
getColumn(int) - Method in class org.exolab.jms.tools.db.Index
Method getColumn
getColumn() - Method in class org.exolab.jms.tools.db.Index
Method getColumn
getColumnCount() - Method in class org.exolab.jms.tools.db.Index
Method getColumnCount
getConfig() - Method in class org.exolab.jms.config.AdminConfiguration
Returns the value of field 'config'.
getConfig() - Static method in class org.exolab.jms.config.ConfigurationManager
Returns the configuration
getConnection() - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
Returns the underlying connection
getConnection() - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
Return a connection to the database from the pool of connections.
getConnection() - Static method in class org.exolab.jms.persistence.DatabaseService
Convenience function to return a connection to the PersistenceAdapter
getConnection() - Method in interface org.exolab.jms.persistence.DBConnectionManager
Retrieve a connection to the underlying database for the pool of connections.
getConnection() - Method in class org.exolab.jms.persistence.DBCPConnectionManager
Retrieve a connection to the underlying database from the pool of connections
getConnection() - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getConnection() - Method in class org.exolab.jms.persistence.PersistenceAdapter
Return a connection to this persistent data store.
getConnection() - Method in class org.exolab.jms.persistence.RDBMSAdapter
Return a connection to the database from the pool of connections.
getConnection(String) - Method in class org.exolab.jms.server.AdminConnectionManager
Return the connection associated with a particular client identity.
getConnection(String) - Method in class org.exolab.jms.server.JmsServerConnectionManager
Return the connection associated with a particular client identity.
getConnection(String) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
A convenience routine to get the MutliplexConnection.
getConnection() - Method in class org.exolab.jms.server.mipc.IpcServerChannel
Return the underlying MultiplexConnection
getConnectionFactories() - Method in class org.exolab.jms.config.Connector
Returns the value of field 'connectionFactories'.
getConnectionId() - Method in class org.exolab.jms.client.http.HttpJmsConnectionStub
Return the client connection id.
getConnectionId() - Method in class org.exolab.jms.client.intravm.IntravmJmsConnectionStub
 
getConnectionId() - Method in interface org.exolab.jms.client.JmsConnectionStubIfc
Retrieve the identity of this conection.
getConnectionId() - Method in interface org.exolab.jms.client.JmsTemporaryDestination
Return the identity of the owning connection as a string
getConnectionId() - Method in class org.exolab.jms.client.JmsTemporaryQueue
 
getConnectionId() - Method in class org.exolab.jms.client.JmsTemporaryTopic
 
getConnectionId() - Method in class org.exolab.jms.client.mipc.IpcJmsConnectionStub
 
getConnectionId() - Method in class org.exolab.jms.client.rmi.RmiJmsConnectionStub
 
getConnectionId() - Method in class org.exolab.jms.message.MessageImpl
Return the id of the connection that this messaged was received on
getConnectionId() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return the connection id that this endpoint belongs to
getConnectionId() - Method in class org.exolab.jms.server.JmsServerConnection
Retrieve the identity of this conection.
getConnectionId() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerConnectionIfc
Retrieve the identity of this conection.
getConnectionId() - Method in class org.exolab.jms.server.rmi.RmiJmsServerConnection
 
getConnections() - Method in class org.exolab.jms.client.JmsConnectionFactory
Return an enumeration of all connections managed by this factory
getConnections() - Method in class org.exolab.jms.server.AdminConnectionManager
Return an Enumeration of all the connections currently registered with the connection manager
getConnections() - Method in class org.exolab.jms.server.JmsServerConnectionManager
Return an Enumeration of all the connections currently registered with the connection manager
getConnector(SchemeType) - Static method in class org.exolab.jms.config.ConfigurationManager
Returns the connector configuration for the supplied scheme
getConnector() - Static method in class org.exolab.jms.config.ConfigurationManager
Deprecated. This method relies on users knowing that the first connector is the one that will be used.
getConnector(int) - Method in class org.exolab.jms.config.Connectors
Method getConnector
getConnector() - Method in class org.exolab.jms.config.Connectors
Method getConnector
getConnectorCount() - Method in class org.exolab.jms.config.Connectors
Method getConnectorCount
getConnectorResource(SchemeType) - Static method in class org.exolab.jms.config.ConnectorHelper
Returns the connector resource for the supplied scheme.
getConnectorResource(SchemeType, Configuration) - Static method in class org.exolab.jms.config.ConnectorHelper
Returns the connector resource for the supplied scheme, from the supplied configuration.
getConnectorResource(int) - Method in class org.exolab.jms.config.ConnectorResources
Method getConnectorResource
getConnectorResource() - Method in class org.exolab.jms.config.ConnectorResources
Method getConnectorResource
getConnectorResourceCount() - Method in class org.exolab.jms.config.ConnectorResources
Method getConnectorResourceCount
getConnectorResources() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'connectorResources'.
getConnectors() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'connectors'.
getConnectors() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'connectors'.
getConsumerEndpoint(String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Return the consumer with the specified identity
getConsumerEndpoint(long) - Method in class org.exolab.jms.server.JmsServerSession
Returns the consumer endpoint for the supplied client id
getConsumerId() - Method in class org.exolab.jms.message.MessageImpl
Get the value of consumerId
getConsumerName() - Method in interface org.exolab.jms.message.MessageHandle
Return the consumer namne
getConsumerName() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
 
getConsumerName() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
 
getConsumerName() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Get the consumer name
getConsumers() - Method in class org.exolab.jms.messagemgr.DestinationCache
Return an enmeration of all consumers attached to this cache.
getConsumers(JmsDestination) - Method in class org.exolab.jms.messagemgr.MessageMgr
Returns an iterator of active consumers registered to a given destination
getContext() - Method in class org.exolab.jms.selector.parser.SelectorAST
Returns the context of the expression
getCreated() - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
Return the time that this entry was created
getData() - Method in class org.exolab.jms.tranlog.DataTransactionLogEntry
Return the object for this transaction entry
getDatabaseConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'databaseConfiguration'.
getDBConnectionManager() - Method in class org.exolab.jms.persistence.RDBMSAdapter
Return a reference to the DBConnectionManager
getDelegate() - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
Getter for property _delegate.
getDelegate() - Method in class org.exolab.jms.client.rmi.RmiJmsServerStub
This class attempts to return a delegate remote stub to the RMI JMS Server.
getDelivered() - Method in interface org.exolab.jms.message.MessageHandle
Check whether an attempt has already been made to deliver the message before.
getDelivered() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Return the delivered state of the message
getDelivered() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Check whether an attempt has already been made to deliver the message before.
getDeliveryMode() - Method in class org.exolab.jms.message.DeliveryModeImpl
 
getDeprecated(int) - Method in class org.exolab.jms.tools.db.Database
Method getDeprecated
getDeprecated() - Method in class org.exolab.jms.tools.db.Database
Method getDeprecated
getDeprecatedCount() - Method in class org.exolab.jms.tools.db.Database
Method getDeprecatedCount
getDescription() - Method in class org.exolab.jms.config.ConnectorResource
Returns the value of field 'description'.
getDescription() - Method in class org.exolab.jms.jndiadministration.DatabaseFilter
The file suffix to allow display.
getDescription() - Method in class org.exolab.jms.tools.admin.DatabaseFilter
The file suffix to allow display.
getDestination() - Method in class org.exolab.jms.message.DestinationImpl
 
getDestination() - Method in interface org.exolab.jms.message.MessageHandle
Retrieve the destination for this handle
getDestination() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return the destination that this consumer is subscribed to
getDestination() - Method in class org.exolab.jms.messagemgr.DestinationCache
Return a reference to the underlying destination
getDestination() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Return the destination for this handle
getDestination() - Method in class org.exolab.jms.messagemgr.QueueBrowserEndpoint
 
getDestination() - Method in class org.exolab.jms.messagemgr.QueueConsumerEndpoint
 
getDestination() - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
 
getDestination() - Method in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
 
getDestination() - Method in class org.exolab.jms.messagemgr.TopicDestinationCache
 
getDestination() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Return the destination for this handle
getDestination() - Method in class org.exolab.jms.persistence.PersistentMessage
Get the message destination
getDestinationByName() - Method in class org.exolab.jms.messagemgr.DestinationCache
Return the string form of the destination
getDestinationCache(JmsDestination) - Method in class org.exolab.jms.messagemgr.DestinationManager
Return the destination cache associated with the dest object
getDestinationCache(String) - Method in class org.exolab.jms.messagemgr.DestinationManager
Return the destination object associated with destination
getDestinationCache(MessageImpl) - Method in class org.exolab.jms.messagemgr.DestinationManager
Return the DestinationCache for this message.
getDestinationCacheSize() - Method in class org.exolab.jms.config.MessageManagerConfiguration
Returns the value of field 'destinationCacheSize'.
getDestinationForConsumerName(String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Return the destination assoicated with the specified durable consumer.
getDestinations() - Method in class org.exolab.jms.messagemgr.MessageMgr
Returns a list of active destinations
getDispatcher(String) - Method in class org.exolab.jms.server.mipc.IpcJmsReceiver
Returns a dispatcher for the specified name
getDouble(String) - Method in class org.exolab.jms.message.MapMessageImpl
Return the double value with the given name
getDoubleProperty(String) - Method in class org.exolab.jms.message.MessageImpl
 
getDriver() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'driver'.
getDriver() - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Returns the JDBC driver class name
getDurableConsumerMessageCount(String, String) - Method in interface org.exolab.jms.administration.AdminConnection
Return the number of outstanding messages for a particular destination.
getDurableConsumerMessageCount(String, String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
getDurableConsumerMessageCount(String, String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Return the number of outstanding messages for a particular destination.
getDurableConsumerMessageCount(String, String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
getDurableConsumerMessageCount(String, String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
getDurableConsumerMessageCount(Connection, String, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getDurableConsumerMessageCount(Connection, String, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getDurableConsumerMessageCount(Connection, String, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Return the number of unsent message for the specified durable consumer.
getDurableConsumerMessageCount(Connection, String, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getDurableConsumerMessageCount(String, String) - Method in class org.exolab.jms.server.AdminConnection
Return the number of messages for a durable consumer.
getDurableConsumerMessageCount(String, String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Return the number of outstanding messages for a particular destination.
getDurableConsumerMessageCount(String, String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
getDurableConsumerMessageCount(String, String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Return the number of outstanding messages for a particular destination.
getDurableConsumerMessageCount(String, String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
getDurableConsumerMessageCount(String, String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
getDurableConsumers(String) - Method in interface org.exolab.jms.administration.AdminConnection
Return the collection of durable consumer names for a particular topic destination.
getDurableConsumers(String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
getDurableConsumers(String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Return the collection of durable consumer names for a particular topic destination.
getDurableConsumers(String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
getDurableConsumers(String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
getDurableConsumers(Connection, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getDurableConsumers(Connection, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getDurableConsumers(Connection, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Get an enumerated list of all durable consumers for the specified JmsTopic destination
getDurableConsumers(Connection, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getDurableConsumers(String) - Method in class org.exolab.jms.server.AdminConnection
Return the collection of durable consumer names for a particular topic destination.
getDurableConsumers(String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Return the collection of durable consumer names for a particular topic destination.
getDurableConsumers(String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
getDurableConsumers(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Return the collection of durable consumer names for a particular topic destination.
getDurableConsumers(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
getDurableConsumers(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
getDurableConsumersForDest(JmsTopic) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Return a list of durable subscribers for the specified destination
getDuration() - Method in class org.exolab.jms.lease.BaseLease
 
getDuration() - Method in interface org.exolab.jms.lease.LeaseIfc
Return the orginal duration of the lease.
getEmbeddedJNDI() - Method in class org.exolab.jms.config.ServerConfiguration
Returns the value of field 'embeddedJNDI'.
getEmbeddedRegistry() - Method in class org.exolab.jms.config.RmiConfiguration
Returns the value of field 'embeddedRegistry'.
getEndpointsForDest(JmsDestination) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Return a list of ConsumerEndpoint objects attached to the specified destination
getEventListener() - Method in class org.exolab.jms.events.Event
Return the event listener
getEventType() - Method in class org.exolab.jms.events.Event
Return the event type.
getEvictionInterval() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'evictionInterval'.
getEvictionInterval() - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Returns the interval between checking idle connections for eviction.
getExceptionListener() - Method in class org.exolab.jms.client.rmi.RmiJmsServerStub
Return a reference to the exception listener
getExpiryTime() - Method in class org.exolab.jms.lease.BaseLease
 
getExpiryTime() - Method in interface org.exolab.jms.lease.LeaseIfc
Return the absolute expiry time of this lease
getExpiryTime() - Method in interface org.exolab.jms.message.MessageHandle
Return time that the message expires.
getExpiryTime() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Return the message expiry time
getExpiryTime() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Return the message expiry time
getExpiryTime() - Method in class org.exolab.jms.persistence.PersistentMessage
Retrieve the message expiry time
getExpiryTime() - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
Retrieve the expiry time of this transaction
getExtends() - Method in class org.exolab.jms.config.AdminConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.AdminDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.AdministeredDestinationsDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.AdministeredQueueDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.AdministeredTopicDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.ConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.ConnectionFactoriesDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.ConnectionFactoryDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.ConnectorDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.ConnectorResourceDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.ConnectorResourcesDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.ConnectorsDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.DatabaseConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.DefaultConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.GarbageCollectionConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.HttpConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.HttpConfigurationTypeDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.HttpsConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.JdbmDatabaseConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.JndiConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.JndiDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.LoggerConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.MessageManagerConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.PropertyDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.QueueConnectionFactoryDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.RdbmsDatabaseConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.RmiConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.SchedulerConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.SecurityConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.ServerConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.ServerDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.SubscriberDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.TcpConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.TcpConfigurationTypeDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.TcpsConfigurationDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.TopicConnectionFactoryDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.types.SchemeTypeDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.UserDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.UsersDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.XAQueueConnectionFactoryDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.config.XATopicConnectionFactoryDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.tools.db.AttributeDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.tools.db.ColumnDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.tools.db.DatabaseDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.tools.db.DeprecatedDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.tools.db.IndexDescriptor
Method getExtends
getExtends() - Method in class org.exolab.jms.tools.db.TableDescriptor
Method getExtends
getExternalXid() - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
Get the transaction identifier
getFile() - Method in class org.exolab.jms.config.LoggerConfiguration
Returns the value of field 'file'.
getFloat(String) - Method in class org.exolab.jms.message.MapMessageImpl
Return the float value with the given name
getFloatProperty(String) - Method in class org.exolab.jms.message.MessageImpl
 
getFormatId() - Method in class org.exolab.jms.tranlog.ExternalXid
 
getGarbageCollectionBlockSize() - Method in class org.exolab.jms.config.DatabaseConfiguration
Returns the value of field 'garbageCollectionBlockSize'.
getGarbageCollectionConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'garbageCollectionConfiguration'.
getGarbageCollectionConfiguration() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'garbageCollectionConfiguration'.
getGarbageCollectionInterval() - Method in class org.exolab.jms.config.DatabaseConfiguration
Returns the value of field 'garbageCollectionInterval'.
getGarbageCollectionInterval() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Returns the value of field 'garbageCollectionInterval'.
getGarbageCollectionThreadPriority() - Method in class org.exolab.jms.config.DatabaseConfiguration
Returns the value of field 'garbageCollectionThreadPriority'.
getGarbageCollectionThreadPriority() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Returns the value of field 'garbageCollectionThreadPriority'.
getGCMode() - Method in class org.exolab.jms.messagemgr.ResourceManager
Return the garbage collection mode for the resource manager
getGlobalTransactionId() - Method in class org.exolab.jms.tranlog.ExternalXid
 
getHandle() - Method in interface org.exolab.jms.events.EventHandler
Return a handle to this event handler for the purpose of storing and restoring it.
getHandle() - Method in class org.exolab.jms.gc.GarbageCollectionService
 
getHandle(MessageImpl) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Retrieve a TransientMessageHandle given the specified message, irrespective of whether it is a persistent or non-persistent message.
getHandle(QueueDestinationCache, MessageImpl) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Retrieve a MessageHandle from the specified QueueConsumerEndpoint and message.
getHandle(JmsDestination, String, MessageImpl) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Use the message, destination and optionally, the consumer name to retrieve a message handle.
getHandle(ConsumerEndpoint, MessageImpl) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Retrieve a message handle for the specified ConsumerEndpoint and message.
getHandle() - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getHandle() - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getHandle() - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getHandle() - Method in class org.exolab.jms.server.AdminConnectionManager
 
getHandle() - Method in class org.exolab.jms.server.JmsServerConnectionManager
 
getHost() - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
Returns the server host
getHost() - Method in class org.exolab.jms.config.HttpConfigurationType
Returns the value of field 'host'.
getHost() - Method in class org.exolab.jms.config.ServerConfiguration
Returns the value of field 'host'.
getHttpConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'httpConfiguration'.
getHttpConfiguration() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'httpConfiguration'.
getHttpConfiguration() - Method in class org.exolab.jms.server.http.HttpJmsServer
Returns the HTTP configuration
getHttpConfiguration() - Method in class org.exolab.jms.server.http.HttpsJmsServer
Returns the HTTP configuration
getHttpsConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'httpsConfiguration'.
getHttpsConfiguration() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'httpsConfiguration'.
getHttpServerProperty() - Method in class org.exolab.jms.server.http.HttpJmsServer
Returns the HTTP server URL property name, used in the construction of connection factories
getHttpServerProperty() - Method in class org.exolab.jms.server.http.HttpsJmsServer
Returns the HTTP server URL property name, used in the construction of connection factories
getHttpServerURL() - Method in class org.exolab.jms.server.http.HttpJmsServer
Returns the HTTP server URL, used in the construction of connection factories
getId() - Method in interface org.exolab.jms.Identifiable
Return the identity of the object
getId() - Method in class org.exolab.jms.message.MessageId
 
getId() - Method in class org.exolab.jms.message.MessageImpl
 
getId() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
 
getId() - Method in class org.exolab.jms.messagemgr.DestinationCache
 
getID() - Method in class org.exolab.jms.server.JmsServerConnection
Returns the client identifier
getIdentifierId() - Method in class org.exolab.jms.server.AdminConnection
Returns the identifier
getIdentity() - Method in class org.exolab.jms.config.AdminConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.AdminDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.AdministeredDestinationsDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.AdministeredQueueDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.AdministeredTopicDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.ConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.ConnectionFactoriesDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.ConnectionFactoryDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.ConnectorDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.ConnectorResourceDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.ConnectorResourcesDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.ConnectorsDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.DatabaseConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.DefaultConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.GarbageCollectionConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.HttpConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.HttpConfigurationTypeDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.HttpsConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.JdbmDatabaseConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.JndiConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.JndiDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.LoggerConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.MessageManagerConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.PropertyDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.QueueConnectionFactoryDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.RdbmsDatabaseConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.RmiConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.SchedulerConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.SecurityConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.ServerConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.ServerDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.SubscriberDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.TcpConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.TcpConfigurationTypeDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.TcpsConfigurationDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.TopicConnectionFactoryDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.types.SchemeTypeDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.UserDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.UsersDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.XAQueueConnectionFactoryDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.config.XATopicConnectionFactoryDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.tools.db.AttributeDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.tools.db.ColumnDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.tools.db.DatabaseDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.tools.db.DeprecatedDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.tools.db.IndexDescriptor
Method getIdentity
getIdentity() - Method in class org.exolab.jms.tools.db.TableDescriptor
Method getIdentity
getImplementationClass() - Method in class org.exolab.jms.config.Admin
Returns the value of field 'implementationClass'.
getImplementationClass() - Method in class org.exolab.jms.config.Jndi
Returns the value of field 'implementationClass'.
getImplementationClass() - Method in class org.exolab.jms.config.Server
Returns the value of field 'implementationClass'.
getIndex(int) - Method in class org.exolab.jms.tools.db.Table
Method getIndex
getIndex() - Method in class org.exolab.jms.tools.db.Table
Method getIndex
getIndexCount() - Method in class org.exolab.jms.tools.db.Table
Method getIndexCount
getInitialContext(Hashtable) - Method in class org.exolab.jms.jndi.http.HttpJndiInitialContextFactory
Creates an initial context for beginning name resolution.
getInitialContext(Hashtable) - Method in class org.exolab.jms.jndi.InitialContextFactory
Creates an initial context for beginning name resolution, based on the Context.PROVIDER_URL attribute.
getInitialContext(Hashtable) - Method in class org.exolab.jms.jndi.intravm.IntravmJndiInitialContextFactory
This routine will get the singleton instance of the IntravmJndiServer and then call get initial contsxt.
getInitialContext(Hashtable) - Method in class org.exolab.jms.jndi.mipc.IpcJndiInitialContextFactory
Creates an initial context for beginning name resolution, based on the Context.PROVIDER_URL attribute.
getInitialContext(Hashtable) - Method in class org.exolab.jms.jndi.rmi.RmiJndiInitialContextFactory
This routine will extract the port number of the RMI registry from the environment and uses it to establish a connection with the JNDI server.
getInitialContext() - Method in class org.exolab.jms.server.EmbeddedNameService
Returns the initial context for beginning name resolution
getInitialContext(Hashtable) - Method in class org.exolab.jms.server.intravm.IntravmJndiServer
Creates an initial context for beginning name resolution
getInitialContext(Configuration) - Static method in class org.exolab.jms.server.NamingHelper
Return the initial context.
getInitialContextClass() - Method in class org.exolab.jms.config.Jndi
Returns the value of field 'initialContextClass'.
getInstance() - Static method in class org.exolab.jms.server.EmbeddedNameService
Returns the singleton instance of the embedded name service
getInstance() - Static method in class org.exolab.jms.server.intravm.IntravmJndiServer
Returns the singleton instance
getInstanceSelected() - Static method in class org.exolab.jms.tools.admin.OpenJMSDestination
Get the particular instance of the queue/topic that has been selected.
getInstanceSelected() - Static method in class org.exolab.jms.tools.admin.OpenJMSObject
Get the particular instance of the object that has been selected.
getInt(String) - Method in class org.exolab.jms.message.MapMessageImpl
Return the integer value with the given name
getInternalHost() - Method in class org.exolab.jms.config.TcpConfigurationType
Returns the value of field 'internalHost'.
getIntProperty(String) - Method in class org.exolab.jms.message.MessageImpl
 
getJavaClass() - Method in class org.exolab.jms.config.AdminConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.AdminDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.AdministeredDestinationsDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.AdministeredQueueDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.AdministeredTopicDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.ConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.ConnectionFactoriesDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.ConnectionFactoryDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.ConnectorDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.ConnectorResourceDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.ConnectorResourcesDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.ConnectorsDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.DatabaseConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.DefaultConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.GarbageCollectionConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.HttpConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.HttpConfigurationTypeDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.HttpsConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.JdbmDatabaseConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.JndiConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.JndiDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.LoggerConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.MessageManagerConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.PropertyDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.QueueConnectionFactoryDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.RdbmsDatabaseConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.RmiConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.SchedulerConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.SecurityConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.ServerConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.ServerDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.SubscriberDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.TcpConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.TcpConfigurationTypeDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.TcpsConfigurationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.TopicConnectionFactoryDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.types.SchemeTypeDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.UserDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.UsersDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.XAQueueConnectionFactoryDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.config.XATopicConnectionFactoryDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.tools.db.AttributeDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.tools.db.ColumnDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.tools.db.DatabaseDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.tools.db.DeprecatedDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.tools.db.IndexDescriptor
Method getJavaClass
getJavaClass() - Method in class org.exolab.jms.tools.db.TableDescriptor
Method getJavaClass
getJdbmDatabaseConfiguration() - Method in class org.exolab.jms.config.DatabaseConfiguration
Returns the value of field 'jdbmDatabaseConfiguration'.
getJMSCorrelationID() - Method in class org.exolab.jms.message.MessageImpl
 
getJMSCorrelationIDAsBytes() - Method in class org.exolab.jms.message.MessageImpl
 
getJMSDeliveryMode() - Method in class org.exolab.jms.message.MessageImpl
 
getJMSDestination() - Method in class org.exolab.jms.message.MessageImpl
 
getJMSExpiration() - Method in class org.exolab.jms.message.MessageImpl
 
getJMSMajorVersion() - Method in class org.exolab.jms.client.JmsConnectionMetaData
 
getJMSMessageID() - Method in class org.exolab.jms.message.MessageImpl
 
getJMSMinorVersion() - Method in class org.exolab.jms.client.JmsConnectionMetaData
 
getJMSPriority() - Method in class org.exolab.jms.message.MessageImpl
 
getJMSProviderName() - Method in class org.exolab.jms.client.JmsConnectionMetaData
 
getJMSRedelivered() - Method in class org.exolab.jms.message.MessageImpl
 
getJMSReplyTo() - Method in class org.exolab.jms.message.MessageImpl
 
getJMSTimestamp() - Method in class org.exolab.jms.message.MessageImpl
 
getJMSTimeStamp() - Method in class org.exolab.jms.persistence.PersistentMessage
Get the time the message was received by the MessageMgr
getJMSType() - Method in class org.exolab.jms.message.MessageImpl
 
getJMSVersion() - Method in class org.exolab.jms.client.JmsConnectionMetaData
 
getJMSXPropertyNames() - Method in class org.exolab.jms.client.JmsConnectionMetaData
 
getJndi() - Method in class org.exolab.jms.config.ConnectorResource
Returns the value of field 'jndi'.
getJndiConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'jndiConfiguration'.
getJndiName() - Method in class org.exolab.jms.config.RmiConfiguration
Returns the value of field 'jndiName'.
getJndiPort() - Method in class org.exolab.jms.config.TcpConfigurationType
Returns the value of field 'jndiPort'.
getJndiServlet() - Method in class org.exolab.jms.config.HttpConfigurationType
Returns the value of field 'jndiServlet'.
getJndiURL(SchemeType, Configuration) - Static method in class org.exolab.jms.config.ConfigHelper
Returns the embedded JNDI URL for the specified scheme
getLastId(Connection) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getLastId(Connection) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getLastId(Connection) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Check to see if the root is created.
getLastId(Connection) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getLeaseCount() - Method in class org.exolab.jms.lease.LeaseManager
Returns the number of active leases
getLeasedObject() - Method in class org.exolab.jms.lease.BaseLease
 
getLeasedObject() - Method in interface org.exolab.jms.lease.LeaseIfc
Return the leased object
getLeasedObjectType() - Method in class org.exolab.jms.lease.BaseLease
 
getLeasedObjectType() - Method in interface org.exolab.jms.lease.LeaseIfc
Return the class of leased object
getLeaseEventListener() - Method in class org.exolab.jms.lease.BaseLease
Return a reference to the listener registered with this object
getLine() - Method in class org.exolab.jms.selector.Context
Returns the line where the token was encountered
getLogDirectory() - Method in class org.exolab.jms.messagemgr.ResourceManager
Retrieve the name of the log directory
getLogFileSize() - Method in class org.exolab.jms.messagemgr.ResourceManager
Return the maximum size that each log file can grow too.
getLoggerConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'loggerConfiguration'.
getLoggerConfiguration() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'loggerConfiguration'.
getLong(String) - Method in class org.exolab.jms.message.MapMessageImpl
Return the long value with the given name
getLongProperty(String) - Method in class org.exolab.jms.message.MessageImpl
 
getLowWaterThreshold() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Returns the value of field 'lowWaterThreshold'.
getMapNames() - Method in class org.exolab.jms.message.MapMessageImpl
Return an Enumeration of all the Map message's names.
getMaxActive() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'maxActive'.
getMaxActive() - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Returns the maximum number of active connections that can be allocated from this pool at the same time.
getMaxIdle() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'maxIdle'.
getMaxIdle() - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Returns the maximum number of connections that can sit idle in the connection pool, before connections are evicted.
getMaximumSize() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return the cache's maximum size
getMaximumSize() - Method in class org.exolab.jms.messagemgr.DestinationCache
Return the cache's maximum size
getMaximumSize() - Method in class org.exolab.jms.messagemgr.MessageMgr
Return the maximum size of the cache
getMaxStatementsToBatch() - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
Return the maximum number of statements to batch
getMaxThreads() - Method in class org.exolab.jms.config.SchedulerConfiguration
Returns the value of field 'maxThreads'.
getMemoryCheckInterval() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Returns the value of field 'memoryCheckInterval'.
getMessage() - Method in interface org.exolab.jms.message.MessageHandle
Return the associated message or null if it is invalid
getMessage(MessageHandle) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return the message for the specified handle
getMessage() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Return the associated message or null if it is invalid
getMessage(QueueConsumerEndpoint) - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
Return the first message of the queue or null if there are no messages in the cache
getMessage() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Return the associated message or null if it is invalid
getMessage(Connection, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getMessage(Connection, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getMessage(Connection, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Get a message from the persistence store.
getMessage() - Method in class org.exolab.jms.persistence.PersistentMessage
return the held message from the persistent object.
getMessage(Connection, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getMessageBlob() - Method in class org.exolab.jms.persistence.PersistentMessage
Get the message as a serialized blob.
getMessageCount() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return the number of unsent messages in the cache for this consumer
getMessageCount() - Method in class org.exolab.jms.messagemgr.DestinationCache
Return the number of messages currently active for this destination
getMessageCount() - Method in class org.exolab.jms.messagemgr.QueueConsumerEndpoint
Return the number of unsent messages
getMessageCount() - Method in class org.exolab.jms.messagemgr.TopicDestinationCache
 
getMessageHandles(Connection, JmsDestination, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getMessageHandles(Connection, JmsDestination, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getMessageHandles(Connection, JmsDestination, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Get all the persistent message handles for the specified destination and consumer name.
getMessageHandles(Connection, JmsDestination, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getMessageId() - Method in interface org.exolab.jms.message.MessageHandle
Return the message id
getMessageId() - Method in class org.exolab.jms.message.MessageImpl
Return the message id
getMessageId() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Return the identity of the underlying message
getMessageId() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Return the message id
getMessageId() - Method in class org.exolab.jms.persistence.PersistentMessage
Get the message id
getMessageIds(Connection, long, int) - Method in class org.exolab.jms.persistence.Messages
Retrieve the specified number of message ids from the database with a time greater than that specified.
getMessageManagerConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'messageManagerConfiguration'.
getMessageManagerConfiguration() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'messageManagerConfiguration'.
getMessages(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getMessages(Connection, String, int, long) - Method in class org.exolab.jms.persistence.Messages
Retrieve the next set of messages for the specified destination with an acceptance time greater or equal to that specified.
getMessages(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getMessages(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Get at least the next message given the specified persistent handle.
getMessages(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getMessageType() - Method in class org.exolab.jms.persistence.PersistentMessage
Get the message type
getMinIdleTime() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'minIdleTime'.
getMinIdleTime() - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Returns the minimum time that a connection may remain idle before it may be evicted
getName() - Method in class org.exolab.jms.client.JmsDestination
Return the name of the destination
getName() - Method in class org.exolab.jms.config.AdministeredQueue
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.config.AdministeredTopic
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.config.ConnectionFactory
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.config.JdbmDatabaseConfiguration
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.config.Property
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.config.Subscriber
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.config.User
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.jndiadministration.ObjectDialog
Get the name selected for this Object
getName() - Method in class org.exolab.jms.messagemgr.DurableConsumerEndpoint
Returns the durable subscription name
getName() - Method in class org.exolab.jms.tools.admin.BaseDialog
Get the name selected for this queue/topic or consumer.
getName() - Method in class org.exolab.jms.tools.db.Attribute
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.tools.db.Column
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.tools.db.Deprecated
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.tools.db.Index
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.tools.db.Table
Returns the value of field 'name'.
getName() - Method in class org.exolab.jms.tools.db.Type
Returns the name of the type
getName() - Method in class org.exolab.jms.tranlog.TransactionLog
Return the name of the transaction log file
getNameParser() - Method in class org.exolab.jms.jndi.http.NameServiceProxy
 
getNameParser() - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
 
getNameParser() - Method in class org.exolab.jms.server.mipc.NameServiceProvider
 
getNameSpacePrefix() - Method in class org.exolab.jms.config.AdminConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.AdminDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.AdministeredDestinationsDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.AdministeredQueueDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.AdministeredTopicDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.ConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.ConnectionFactoriesDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.ConnectionFactoryDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.ConnectorDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.ConnectorResourceDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.ConnectorResourcesDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.ConnectorsDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.DatabaseConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.DefaultConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.GarbageCollectionConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.HttpConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.HttpConfigurationTypeDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.HttpsConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.JdbmDatabaseConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.JndiConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.JndiDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.LoggerConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.MessageManagerConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.PropertyDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.QueueConnectionFactoryDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.RdbmsDatabaseConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.RmiConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.SchedulerConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.SecurityConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.ServerConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.ServerDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.SubscriberDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.TcpConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.TcpConfigurationTypeDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.TcpsConfigurationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.TopicConnectionFactoryDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.types.SchemeTypeDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.UserDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.UsersDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.XAQueueConnectionFactoryDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.config.XATopicConnectionFactoryDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.tools.db.AttributeDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.tools.db.ColumnDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.tools.db.DatabaseDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.tools.db.DeprecatedDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.tools.db.IndexDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.exolab.jms.tools.db.TableDescriptor
Method getNameSpacePrefix
getNameSpaceURI() - Method in class org.exolab.jms.config.AdminConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.AdminDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.AdministeredDestinationsDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.AdministeredQueueDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.AdministeredTopicDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.ConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.ConnectionFactoriesDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.ConnectionFactoryDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.ConnectorDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.ConnectorResourceDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.ConnectorResourcesDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.ConnectorsDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.DatabaseConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.DefaultConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.GarbageCollectionConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.HttpConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.HttpConfigurationTypeDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.HttpsConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.JdbmDatabaseConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.JndiConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.JndiDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.LoggerConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.MessageManagerConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.PropertyDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.QueueConnectionFactoryDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.RdbmsDatabaseConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.RmiConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.SchedulerConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.SecurityConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.ServerConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.ServerDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.SubscriberDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.TcpConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.TcpConfigurationTypeDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.TcpsConfigurationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.TopicConnectionFactoryDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.types.SchemeTypeDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.UserDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.UsersDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.XAQueueConnectionFactoryDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.config.XATopicConnectionFactoryDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.tools.db.AttributeDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.tools.db.ColumnDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.tools.db.DatabaseDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.tools.db.DeprecatedDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.tools.db.IndexDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.exolab.jms.tools.db.TableDescriptor
Method getNameSpaceURI
getNoLocal() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return the value of the nolocal indicator
getNonExpiredMessages(Connection, JmsDestination) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getNonExpiredMessages(Connection, JmsDestination) - Method in class org.exolab.jms.persistence.Messages
Retrieve the message handle for all unexpired messages
getNonExpiredMessages(Connection, JmsDestination) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getNonExpiredMessages(Connection, JmsDestination) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Retrieve a list of unexpired PersistentMessageHandle objects, for the specified destination.
getNonExpiredMessages(Connection, JmsDestination) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getNot_null() - Method in class org.exolab.jms.tools.db.Attribute
Returns the value of field 'not_null'.
getNull() - Static method in class org.exolab.jms.message.MessageId
Return the 'null' JMSMessageID.
getNull() - Static method in class org.exolab.jms.util.MessageIdHelper
Return the 'null' JMSMessageID.
getObject(String) - Method in class org.exolab.jms.message.MapMessageImpl
Return the Java object value with the given name
getObject() - Method in class org.exolab.jms.message.ObjectMessageImpl
Get the serializable object containing this message's data.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.exolab.jms.client.JmsConnectionFactoryBuilder
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.exolab.jms.client.JmsDestinationFactory
 
getObjectProperty(String) - Method in class org.exolab.jms.message.MessageImpl
 
getOrd() - Method in class org.exolab.jms.tranlog.TransactionState
Returns the ordinal value for this state
getOrd() - Method in class org.exolab.jms.transaction.TransactionManagerType
Returns the ordinal value for this type
getOwningConnection() - Method in interface org.exolab.jms.client.JmsTemporaryDestination
Return the connection that owns this temporary destination.
getOwningConnection() - Method in class org.exolab.jms.client.JmsTemporaryQueue
 
getOwningConnection() - Method in class org.exolab.jms.client.JmsTemporaryTopic
 
getParameters() - Method in class org.exolab.jms.tools.db.Type
Returns if the type takes parameters when created
getPassword() - Method in class org.exolab.jms.authentication.User
Returns the user's password
getPassword() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'password'.
getPassword() - Method in class org.exolab.jms.config.User
Returns the value of field 'password'.
getPassword() - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Returns the user's password
getPassword() - Method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Returns the password
getPassword() - Method in class org.exolab.jms.tools.admin.CreateLogonDialog
Returns the password
getPassword() - Method in class org.exolab.jms.tools.admin.CreateUserDialog
Getter for property password.
getPath() - Method in class org.exolab.jms.administration.http.HttpJmsAdminConnection
Returns the admin servlet path
getPersistent() - Method in class org.exolab.jms.client.JmsDestination
Return the persistent state of this destination
getPersistentId() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Returns the persistent identifier for this consumer.

This is the identity of the consumer which is persistent across subscriptions and server restarts.

getPersistentId() - Method in class org.exolab.jms.messagemgr.DurableConsumerEndpoint
Returns the persistent identifier for this consumer.

This is the identity of the consumer which is persistent across subscriptions and server restarts.

getPort() - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
Returns the server port
getPort() - Method in class org.exolab.jms.config.HttpConfigurationType
Returns the value of field 'port'.
getPort() - Method in class org.exolab.jms.config.TcpConfigurationType
Returns the value of field 'port'.
getPrecision() - Method in class org.exolab.jms.tools.db.Type
Returns the precision of the type
getPriority() - Method in interface org.exolab.jms.message.MessageHandle
Return the priority of the underlying message
getPriority() - Method in class org.exolab.jms.message.Priority
 
getPriority() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Return the priority of the corresponding message
getPriority() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Return the priority of the underlying message
getPriority() - Method in class org.exolab.jms.persistence.PersistentMessage
Get the message priority
getProcessed() - Method in class org.exolab.jms.message.MessageImpl
Check whether the message has been processed
getProcessed() - Method in class org.exolab.jms.persistence.PersistentMessage
Return the state of the processed flag
getProperty(int) - Method in class org.exolab.jms.config.JndiConfiguration
Method getProperty
getProperty() - Method in class org.exolab.jms.config.JndiConfiguration
Method getProperty
getPropertyCount() - Method in class org.exolab.jms.config.JndiConfiguration
Method getPropertyCount
getPropertyNames() - Method in class org.exolab.jms.message.MessageImpl
 
getProviderMajorVersion() - Method in class org.exolab.jms.client.JmsConnectionMetaData
 
getProviderMinorVersion() - Method in class org.exolab.jms.client.JmsConnectionMetaData
 
getProviderURL(Hashtable) - Method in class org.exolab.jms.jndi.http.HttpJndiInitialContextFactory
Returns the JNDI provider URL
getProviderURL(Hashtable) - Method in class org.exolab.jms.jndi.http.SslHttpJndiInitialContextFactory
Returns the JNDI provider URL
getProviderVersion() - Method in class org.exolab.jms.client.JmsConnectionMetaData
 
getProxy() - Method in class org.exolab.jms.client.JmsConnectionFactory
Return a reference to the server proxy.
getProxyClass() - Method in class org.exolab.jms.config.Admin
Returns the value of field 'proxyClass'.
getProxyClass() - Method in class org.exolab.jms.config.Server
Returns the value of field 'proxyClass'.
getProxyHost() - Method in class org.exolab.jms.config.HttpConfigurationType
Returns the value of field 'proxyHost'.
getProxyPort() - Method in class org.exolab.jms.config.HttpConfigurationType
Returns the value of field 'proxyPort'.
getQueueConnectionFactory(int) - Method in class org.exolab.jms.config.ConnectionFactories
Method getQueueConnectionFactory
getQueueConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method getQueueConnectionFactory
getQueueConnectionFactoryCount() - Method in class org.exolab.jms.config.ConnectionFactories
Method getQueueConnectionFactoryCount
getQueueMessageCount(String) - Method in interface org.exolab.jms.administration.AdminConnection
Return the number of outstanding messages for a particular queue.
getQueueMessageCount(String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
getQueueMessageCount(String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Return the number of outstanding messages for a particular queue.
getQueueMessageCount(String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
getQueueMessageCount(String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
getQueueMessageCount(Connection, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getQueueMessageCount(Connection, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getQueueMessageCount(Connection, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Get the number of unsent messages for a the specified queue
getQueueMessageCount(Connection, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getQueueMessageCount(String) - Method in class org.exolab.jms.server.AdminConnection
First use the destination manager to return the number of persistent and non-persistent messages in a queue
getQueueMessageCount(String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Return the number of outstanding messages for a particular queue.
getQueueMessageCount(String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
getQueueMessageCount(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Return the number of outstanding messages for a particular queue.
getQueueMessageCount(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
getQueueMessageCount(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
getQueueName() - Method in class org.exolab.jms.client.JmsQueue
Return the name of the queue
getQueueSession() - Method in class org.exolab.jms.client.JmsXAQueueSession
 
getRdbmsDatabaseConfiguration() - Method in class org.exolab.jms.config.DatabaseConfiguration
Returns the value of field 'rdbmsDatabaseConfiguration'.
getReadOnly() - Method in class org.exolab.jms.message.MessageImpl
Get the read-only state of the message.
getReceiver() - Method in class org.exolab.jms.server.mipc.IpcJmsServer
Returns a new receiver for handling requests
getReference() - Method in class org.exolab.jms.client.JmsConnectionFactory
 
getReference() - Method in class org.exolab.jms.client.JmsQueue
 
getReference() - Method in class org.exolab.jms.client.JmsTemporaryQueue
 
getReference() - Method in class org.exolab.jms.client.JmsTemporaryTopic
 
getReference() - Method in class org.exolab.jms.client.JmsTopic
 
getRegistryHost() - Method in class org.exolab.jms.config.RmiConfiguration
Returns the value of field 'registryHost'.
getRegistryPort() - Method in class org.exolab.jms.config.RmiConfiguration
Returns the value of field 'registryPort'.
getRemainingTime() - Method in class org.exolab.jms.lease.BaseLease
 
getRemainingTime() - Method in interface org.exolab.jms.lease.LeaseIfc
Return the time remaining on the lease in milliseconds
getResourceId() - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
Get the resource identifier
getResourceManagerId() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
getResourceManagerId() - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
getResourceManagerId() - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Return the identity of the associated resource manager.
getResourceManagerId() - Method in class org.exolab.jms.client.JmsXAQueueSession
Return the identity of the associated resource manager.
getResourceManagerId() - Method in class org.exolab.jms.client.JmsXATopicSession
Return the identity of the associated resource manager.
getResourceManagerId() - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
getResourceManagerId() - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
getResourceManagerId() - Method in class org.exolab.jms.messagemgr.ResourceManager
Return the resource manager identity
getResourceManagerId() - Method in class org.exolab.jms.server.JmsServerSession
Return the identity of the ResourceManager.
getResourceManagerId() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Return the resource manager identity
getResourceManagerId() - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
getReturnType() - Method in class org.exolab.jms.selector.parser.SelectorAST
Returns the return type of the expression
getRmiConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'rmiConfiguration'.
getRmiConfiguration() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'rmiConfiguration'.
getSchedulerConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'schedulerConfiguration'.
getSchedulerConfiguration() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'schedulerConfiguration'.
getSchema() - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
getSchema(String) - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
getSchemaBrowser() - Method in class org.exolab.jms.tools.db.RDBMSTool
Returns the schema browser
getSchemaFromResource(String) - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
getSchemaVersion(Connection) - Static method in class org.exolab.jms.tools.db.SchemaHelper
Get the schema version
getScheme() - Method in class org.exolab.jms.config.Connector
Returns the value of field 'scheme'.
getScheme() - Method in class org.exolab.jms.config.ConnectorResource
Returns the value of field 'scheme'.
getScheme() - Method in class org.exolab.jms.config.Server
Returns the value of field 'scheme'.
getScheme() - Method in class org.exolab.jms.server.http.HttpJmsServer
Returns the connector scheme for this server.
getScheme() - Method in class org.exolab.jms.server.http.HttpsJmsServer
Returns the connector scheme for this server.
getScheme() - Method in class org.exolab.jms.server.mipc.IpcJmsServer
Returns the connector scheme for this server.
getScheme() - Method in class org.exolab.jms.server.mipc.SslIpcJmsServer
Returns the connector scheme for this server.
getScript() - Method in class org.exolab.jms.config.AdminConfiguration
Returns the value of field 'script'.
getSecurityConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'securityConfiguration'.
getSecurityConfiguration() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'securityConfiguration'.
getSecurityEnabled() - Method in class org.exolab.jms.config.SecurityConfiguration
Returns the value of field 'securityEnabled'.
getSelector() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return the selector for this endpoint or null if one is not specified
getSequenceNumber() - Method in interface org.exolab.jms.message.MessageHandle
Retrieve the handle's sequence number
getSequenceNumber() - Method in class org.exolab.jms.message.MessageImpl
Return the sequence number associated with this message
getSequenceNumber() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Return message's sequence number
getSequenceNumber(String) - Method in class org.exolab.jms.messagemgr.ResourceManager
Return the sequence number of the file files are associated with a unique number
getSequenceNumber() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Return message's sequence number
getServer() - Method in class org.exolab.jms.config.ConnectorResource
Returns the value of field 'server'.
getServerAddress() - Method in class org.exolab.jms.client.mipc.IpcJmsServerStub
Returns the server host
getServerChannel(String) - Static method in class org.exolab.jms.server.mipc.IpcServerChannel
Given a IpcServerChannel uniqueID string, return the associated instance.
getServerConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'serverConfiguration'.
getServerConfiguration() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'serverConfiguration'.
getServerName() - Method in class org.exolab.jms.config.RmiConfiguration
Returns the value of field 'serverName'.
getServerPort() - Method in class org.exolab.jms.client.mipc.IpcJmsServerStub
Returns the server port
getServerServlet() - Method in class org.exolab.jms.config.HttpConfigurationType
Returns the value of field 'serverServlet'.
getServerURL(SchemeType, Configuration) - Static method in class org.exolab.jms.config.ConfigHelper
Returns the server URL for the specified scheme
getServiceManager() - Method in class org.exolab.jms.server.EmbeddedJmsServer
Return an instance of the service manager
getServletInfo() - Method in class org.exolab.jms.jndi.http.servlet.HttpJmsJndiServlet
 
getSession() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return a reference to the session owning this endpoint
getSession(String) - Method in class org.exolab.jms.server.JmsServerConnection
Retrive the JmsServerSession with the given sessionId.
getSession(String, Vector) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
A convenience routine to get the session.
getSessionCount() - Method in class org.exolab.jms.server.JmsServerConnection
Return the number of sessions currently allocated to this connection.
getSessionCount() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerConnectionIfc
Return the number of session objects currently allocated to this connection.
getSessionCount() - Method in class org.exolab.jms.server.rmi.RmiJmsServerConnection
 
getSessionId() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Get the sessionId
getSessionId() - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
getSessionId() - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Return the session identity.
getSessionId() - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Get the sessionId
getSessionId() - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
getSessionId() - Method in class org.exolab.jms.server.JmsServerSession
Return a reference to the session id
getSessionId() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Return a reference to the session id
getSessionId() - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Return a reference to the session id
getSessions() - Method in class org.exolab.jms.server.JmsServerConnection
Return an enumeration of all the sessions associated with this connection
getSessions() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerConnectionIfc
Return an enumeration of RemoteJmsServerSessionIfc objects currently allocated to this session.
getSessions() - Method in class org.exolab.jms.server.rmi.RmiJmsServerConnection
 
getShort(String) - Method in class org.exolab.jms.message.MapMessageImpl
Return the short value with the given name
getShortProperty(String) - Method in class org.exolab.jms.message.MessageImpl
 
getSQL() - Method in class org.exolab.jms.tools.db.Type
Returns an SQL representation of the type
getState() - Method in class org.exolab.jms.tranlog.StateTransactionLogEntry
Get the transaction state
getStatus() - Method in class org.exolab.jms.transaction.NullTransactionManager
 
getString(String) - Method in class org.exolab.jms.message.MapMessageImpl
Return the String value with the given name
getStringProperty(String) - Method in class org.exolab.jms.message.MessageImpl
 
getSubscriber(int) - Method in class org.exolab.jms.config.AdministeredTopic
Method getSubscriber
getSubscriber() - Method in class org.exolab.jms.config.AdministeredTopic
Method getSubscriber
getSubscriberCount() - Method in class org.exolab.jms.config.AdministeredTopic
Method getSubscriberCount
getSuffix(File) - Method in class org.exolab.jms.jndiadministration.DatabaseFilter
Get the suffix of the given file.
getSuffix(File) - Method in class org.exolab.jms.tools.admin.DatabaseFilter
Get the suffix of the given file.
getSymbolicType() - Method in class org.exolab.jms.tools.db.Type
Returns a symbolic representation of the type
getTable(int) - Method in class org.exolab.jms.tools.db.Database
Method getTable
getTable() - Method in class org.exolab.jms.tools.db.Database
Method getTable
getTable(String) - Method in class org.exolab.jms.tools.db.SchemaBrowser
Returns the schema for the specified table
getTable(Database, String) - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
getTableCount() - Method in class org.exolab.jms.tools.db.Database
Method getTableCount
getTableExists(String) - Method in class org.exolab.jms.tools.db.SchemaBrowser
Returns true if a table exists
getTcpConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'tcpConfiguration'.
getTcpConfiguration() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'tcpConfiguration'.
getTcpConfiguration() - Method in class org.exolab.jms.server.mipc.IpcJmsServer
Returns the TCP configuration
getTcpConfiguration() - Method in class org.exolab.jms.server.mipc.IpcJndiServer
Returns the tcp configuration
getTcpConfiguration() - Method in class org.exolab.jms.server.mipc.SslIpcJmsServer
Returns the TCP configuration
getTcpConfiguration() - Method in class org.exolab.jms.server.mipc.TcpsJndiServer
Returns the tcps configuration
getTcpsConfiguration() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'tcpsConfiguration'.
getTcpsConfiguration() - Method in class org.exolab.jms.config.DefaultConfiguration
Returns the value of field 'tcpsConfiguration'.
getTestBeforeUse() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'testBeforeUse'.
getTestBeforeUse() - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Returns if connections should be tested before use.
getTestQuery() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'testQuery'.
getTestQuery() - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Returns the SQL query to validate connections.
getText() - Method in class org.exolab.jms.message.TextMessageImpl
Get the string containing this message's data.
getThreadPool(String) - Method in class org.exolab.jms.threads.ThreadPoolManager
Get the ThreadPool with the given name.
getTopicConnectionFactory(int) - Method in class org.exolab.jms.config.ConnectionFactories
Method getTopicConnectionFactory
getTopicConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method getTopicConnectionFactory
getTopicConnectionFactoryCount() - Method in class org.exolab.jms.config.ConnectionFactories
Method getTopicConnectionFactoryCount
getTopicName() - Method in class org.exolab.jms.client.JmsTopic
Return the name of the topic
getTopicSession() - Method in class org.exolab.jms.client.JmsXATopicSession
 
getTopicSubscription() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Get the topic subscription
getTransacted() - Method in class org.exolab.jms.client.JmsXAQueueSession
 
getTransacted() - Method in class org.exolab.jms.client.JmsXATopicSession
 
getTransacted() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Check whether this endpoint belongs to a transacted session
getTransaction() - Method in class org.exolab.jms.transaction.NullTransactionManager
 
getTransactionRecords(ExternalXid, String) - Method in class org.exolab.jms.messagemgr.ResourceManager
Return an arrya of records, both state and date, for the specified global transaction
getTransactionTimeout() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
getTransactionTimeout() - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
getTransactionTimeout() - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Return the transaction timeout for this instance of the resource manager.
getTransactionTimeout() - Method in class org.exolab.jms.client.JmsXAQueueSession
 
getTransactionTimeout() - Method in class org.exolab.jms.client.JmsXATopicSession
 
getTransactionTimeout() - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
getTransactionTimeout() - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
getTransactionTimeout() - Method in class org.exolab.jms.messagemgr.ResourceManager
Return the transaction timeout for this instance of the resource manager.
getTransactionTimeout() - Method in class org.exolab.jms.server.JmsServerSession
 
getTransactionTimeout() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Return the transaction timeout for this instance of the resource manager.
getTransactionTimeout() - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.exolab.jms.tools.admin.AdminInfo
A draw request for the cell has been made.
getType() - Method in class org.exolab.jms.config.types.SchemeType
Method getType Returns the type of this SchemeType
getType() - Method in class org.exolab.jms.message.Type
 
getType() - Method in class org.exolab.jms.tools.db.Attribute
Returns the value of field 'type'.
getType(Attribute) - Method in class org.exolab.jms.tools.db.SchemaBrowser
Returns the Type for an Attribute
getType() - Method in class org.exolab.jms.tools.db.Type
Returns the type identifier
getType(String) - Static method in class org.exolab.jms.tools.db.Type
Returns a new type corresponding to its string representation
getType() - Method in class org.exolab.jms.transaction.TransactionManagerType
Return the transaction type as a string
getUnique() - Method in class org.exolab.jms.tools.db.Index
Returns the value of field 'unique'.
getUnprocessedMessages(Connection) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getUnprocessedMessages(Connection) - Method in class org.exolab.jms.persistence.Messages
Retrieve a list of unprocessed messages and return them to the client.
getUnprocessedMessages(Connection) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getUnprocessedMessages(Connection) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Return a list of unprocessed messages.
getUnprocessedMessages(Connection) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getUnsynchTicks() - Static method in class org.exolab.jms.util.Clock
Returns the number of clock ticks in each unsynchronized cycle.
getURL(String, String, int) - Method in class org.exolab.jms.administration.http.HttpJmsAdminConnection
Returns the admin servlet URL
getUrl() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'url'.
getURL() - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Returns the JDBC URL
getUser(User) - Method in class org.exolab.jms.authentication.AuthenticationMgr
Gets a user.
getUser(User) - Method in class org.exolab.jms.authentication.UserManager
Return a user
getUser() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Returns the value of field 'user'.
getUser(int) - Method in class org.exolab.jms.config.Users
Method getUser
getUser() - Method in class org.exolab.jms.config.Users
Method getUser
getUser() - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Returns the user's name
getUser(Connection, User) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
getUser(Connection, User) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
getUser(Connection, User) - Method in class org.exolab.jms.persistence.PersistenceAdapter
 
getUser(Connection, User) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
getUserCount() - Method in class org.exolab.jms.config.Users
Method getUserCount
getUsername() - Method in class org.exolab.jms.authentication.User
Returns the user's name
getUsers() - Method in class org.exolab.jms.config.Configuration
Returns the value of field 'users'.
getValidator() - Method in class org.exolab.jms.config.AdminConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.AdminDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.AdministeredDestinationsDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.AdministeredQueueDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.AdministeredTopicDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.ConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.ConnectionFactoriesDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.ConnectionFactoryDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.ConnectorDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.ConnectorResourceDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.ConnectorResourcesDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.ConnectorsDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.DatabaseConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.DefaultConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.GarbageCollectionConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.HttpConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.HttpConfigurationTypeDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.HttpsConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.JdbmDatabaseConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.JndiConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.JndiDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.LoggerConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.MessageManagerConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.PropertyDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.QueueConnectionFactoryDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.RdbmsDatabaseConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.RmiConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.SchedulerConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.SecurityConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.ServerConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.ServerDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.SubscriberDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.TcpConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.TcpConfigurationTypeDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.TcpsConfigurationDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.TopicConnectionFactoryDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.types.SchemeTypeDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.UserDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.UsersDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.XAQueueConnectionFactoryDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.config.XATopicConnectionFactoryDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.tools.db.AttributeDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.tools.db.ColumnDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.tools.db.DatabaseDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.tools.db.DeprecatedDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.tools.db.IndexDescriptor
Method getValidator
getValidator() - Method in class org.exolab.jms.tools.db.TableDescriptor
Method getValidator
getValue() - Method in class org.exolab.jms.config.Property
Returns the value of field 'value'.
getWildcard() - Method in class org.exolab.jms.message.MessageImpl
Return the wildcard value if there is one.
getXAQueueConnectionFactory(int) - Method in class org.exolab.jms.config.ConnectionFactories
Method getXAQueueConnectionFactory
getXAQueueConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method getXAQueueConnectionFactory
getXAQueueConnectionFactoryCount() - Method in class org.exolab.jms.config.ConnectionFactories
Method getXAQueueConnectionFactoryCount
getXAResource() - Method in class org.exolab.jms.client.JmsXAQueueSession
 
getXAResource() - Method in class org.exolab.jms.client.JmsXATopicSession
 
getXATopicConnectionFactory(int) - Method in class org.exolab.jms.config.ConnectionFactories
Method getXATopicConnectionFactory
getXATopicConnectionFactory() - Method in class org.exolab.jms.config.ConnectionFactories
Method getXATopicConnectionFactory
getXATopicConnectionFactoryCount() - Method in class org.exolab.jms.config.ConnectionFactories
Method getXATopicConnectionFactoryCount
getXid() - Method in class org.exolab.jms.server.JmsServerSession
Return the xid that is currently associated with this session or null if this session is currently not part of a global transactions
getXMLName() - Method in class org.exolab.jms.config.AdminConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.AdminDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.AdministeredDestinationsDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.AdministeredQueueDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.AdministeredTopicDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.ConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.ConnectionFactoriesDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.ConnectionFactoryDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.ConnectorDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.ConnectorResourceDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.ConnectorResourcesDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.ConnectorsDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.DatabaseConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.DefaultConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.GarbageCollectionConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.HttpConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.HttpConfigurationTypeDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.HttpsConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.JdbmDatabaseConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.JndiConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.JndiDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.LoggerConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.MessageManagerConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.PropertyDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.QueueConnectionFactoryDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.RdbmsDatabaseConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.RmiConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.SchedulerConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.SecurityConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.ServerConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.ServerDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.SubscriberDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.TcpConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.TcpConfigurationTypeDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.TcpsConfigurationDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.TopicConnectionFactoryDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.types.SchemeTypeDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.UserDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.UsersDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.XAQueueConnectionFactoryDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.config.XATopicConnectionFactoryDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.tools.db.AttributeDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.tools.db.ColumnDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.tools.db.DatabaseDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.tools.db.DeprecatedDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.tools.db.IndexDescriptor
Method getXMLName
getXMLName() - Method in class org.exolab.jms.tools.db.TableDescriptor
Method getXMLName
GT - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
GT - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 

H

handleDestroyed(MessageHandle) - Method in class org.exolab.jms.messagemgr.MessageMgr
Notify the destruction of a handle.
handleEvent(int, Object, long) - Method in interface org.exolab.jms.events.EventHandler
Handle the specified event, generated by the EventManager.
handleEvent(int, Object, long) - Method in class org.exolab.jms.gc.GarbageCollectionService
 
handleEvent(int, Object, long) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
handleEvent(int, Object, long) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
handleEvent(int, Object, long) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
handleEvent(int, Object, long) - Method in class org.exolab.jms.server.AdminConnectionManager
 
handleEvent(int, Object, long) - Method in class org.exolab.jms.server.JmsServerConnectionManager
 
hasActiveConsumers(JmsDestination) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Check whether there is an active consumer for the specified destination
hasActiveDurableConsumers(JmsDestination) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Check whether there are active durable consumers for the specified destination.
hasBatch() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method hasBatch
hasBatchSize() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method hasBatchSize
hasCacheSize() - Method in class org.exolab.jms.config.JdbmDatabaseConfiguration
Method hasCacheSize
hasClientPingInterval() - Method in class org.exolab.jms.config.HttpConfigurationType
Method hasClientPingInterval
hasClientPingInterval() - Method in class org.exolab.jms.config.RmiConfiguration
Method hasClientPingInterval
hasDestinationCache(JmsDestination) - Method in class org.exolab.jms.messagemgr.DestinationManager
Check if the specified destination exists.
hasDestinationCacheSize() - Method in class org.exolab.jms.config.MessageManagerConfiguration
Method hasDestinationCacheSize
hasEmbeddedJNDI() - Method in class org.exolab.jms.config.ServerConfiguration
Method hasEmbeddedJNDI
hasEmbeddedRegistry() - Method in class org.exolab.jms.config.RmiConfiguration
Method hasEmbeddedRegistry
hasEvictionInterval() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method hasEvictionInterval
hasExpired() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Determines if the message has expired
hasGarbageCollectionBlockSize() - Method in class org.exolab.jms.config.DatabaseConfiguration
Method hasGarbageCollectionBlockSize
hasGarbageCollectionInterval() - Method in class org.exolab.jms.config.DatabaseConfiguration
Method hasGarbageCollectionInterval
hasGarbageCollectionInterval() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method hasGarbageCollectionInterval
hasGarbageCollectionThreadPriority() - Method in class org.exolab.jms.config.DatabaseConfiguration
Method hasGarbageCollectionThreadPriority
hasGarbageCollectionThreadPriority() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method hasGarbageCollectionThreadPriority
hashCode() - Method in class org.exolab.jms.client.JmsDestination
 
hashCode() - Method in class org.exolab.jms.client.JmsQueue
 
hashCode() - Method in class org.exolab.jms.client.JmsTopic
 
hashCode() - Method in class org.exolab.jms.message.MessageId
 
hashCode() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
 
hashCode() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
 
hashCode() - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
 
hashCode() - Method in class org.exolab.jms.messagemgr.TopicDestinationCache
 
hashCode() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
 
hashCode() - Method in class org.exolab.jms.persistence.PersistentString
 
hashCode() - Method in class org.exolab.jms.tranlog.ExternalXid
 
hasJndiPort() - Method in class org.exolab.jms.config.TcpConfigurationType
Method hasJndiPort
hasLowWaterThreshold() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method hasLowWaterThreshold
hasMaxActive() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method hasMaxActive
hasMaxIdle() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method hasMaxIdle
hasMaxThreads() - Method in class org.exolab.jms.config.SchedulerConfiguration
Method hasMaxThreads
hasMemoryCheckInterval() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method hasMemoryCheckInterval
hasMessageListener() - Method in class org.exolab.jms.messagemgr.QueueConsumerEndpoint
Check whether a listener has been registered with this endpoint to support async message delivery
hasMessages(ConsumerEndpoint) - Method in class org.exolab.jms.messagemgr.MessageMgr
Returns true if there are any messages for the specified consumer
hasMinIdleTime() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method hasMinIdleTime
hasNot_null() - Method in class org.exolab.jms.tools.db.Attribute
Method hasNot_null
hasPort() - Method in class org.exolab.jms.config.HttpConfigurationType
Method hasPort
hasPort() - Method in class org.exolab.jms.config.TcpConfigurationType
Method hasPort
hasProxyPort() - Method in class org.exolab.jms.config.HttpConfigurationType
Method hasProxyPort
hasRegistryPort() - Method in class org.exolab.jms.config.RmiConfiguration
Method hasRegistryPort
hasSecurityEnabled() - Method in class org.exolab.jms.config.SecurityConfiguration
Method hasSecurityEnabled
hasTestBeforeUse() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method hasTestBeforeUse
hasUnique() - Method in class org.exolab.jms.tools.db.Index
Method hasUnique
HEX_DIGIT - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
HEX_DIGIT - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
HEX_DIGITS - Static variable in class org.exolab.jms.tranlog.ExternalXid
Efficient mapping from 4 bit value to lower case hexadecimal digit.
HOST_PROPERTY - Static variable in interface org.exolab.jms.jndi.JndiConstants
Deprecated.  
HTTP - Static variable in class org.exolab.jms.config.types.SchemeType
The instance of the http type
HTTP_CLIENT_SERVER_ADDRESS_PROPERTY - Static variable in interface org.exolab.jms.jndi.JndiConstants
 
HTTP_CLIENT_URL_PROPERTY - Static variable in interface org.exolab.jms.jndi.JndiConstants
 
HTTP_SERVER_URL - Static variable in interface org.exolab.jms.client.http.HttpJmsConstants
The address of the http server
HTTP_TYPE - Static variable in class org.exolab.jms.config.types.SchemeType
The http type
HttpConfiguration - Class in org.exolab.jms.config
This element defines items specific to the HTTP configuration.
HttpConfiguration() - Constructor for class org.exolab.jms.config.HttpConfiguration
 
HttpConfigurationDescriptor - Class in org.exolab.jms.config
Class HttpConfigurationDescriptor.
HttpConfigurationDescriptor() - Constructor for class org.exolab.jms.config.HttpConfigurationDescriptor
 
HttpConfigurationType - Class in org.exolab.jms.config
This type defines items specific to HTTP and HTTPS connectors.
HttpConfigurationType() - Constructor for class org.exolab.jms.config.HttpConfigurationType
 
HttpConfigurationTypeDescriptor - Class in org.exolab.jms.config
Class HttpConfigurationTypeDescriptor.
HttpConfigurationTypeDescriptor() - Constructor for class org.exolab.jms.config.HttpConfigurationTypeDescriptor
 
HttpJmsAdminConnection - Class in org.exolab.jms.administration.http
This class is repsonsible for opening an http connection to the server and passing and packing all requests for delivery.
HttpJmsAdminConnection(String, int, String, String, String) - Constructor for class org.exolab.jms.administration.http.HttpJmsAdminConnection
Create the connection to the server
HttpJmsClientServlet - Class in org.exolab.jms.client.http.servlet
This servlet forwards messages from the OpenJMS server to clients
HttpJmsClientServlet() - Constructor for class org.exolab.jms.client.http.servlet.HttpJmsClientServlet
 
HttpJmsConnectionStub - Class in org.exolab.jms.client.http
Used to create OpenJmsSessions to the server.
HttpJmsConnectionStub(IpcIfc, String, String) - Constructor for class org.exolab.jms.client.http.HttpJmsConnectionStub
Construct an instance of this class with the specified id's.
HttpJmsConstants - Interface in org.exolab.jms.client.http
This interface defines constants used by this package.
HttpJmsJndiServlet - Class in org.exolab.jms.jndi.http.servlet
Servlet for handling OpenJMS JNDI requests.
HttpJmsJndiServlet() - Constructor for class org.exolab.jms.jndi.http.servlet.HttpJmsJndiServlet
 
HttpJmsServer - Class in org.exolab.jms.server.http
This class enables clients to connect to the JMS server via a HTTP server.
HttpJmsServer() - Constructor for class org.exolab.jms.server.http.HttpJmsServer
Construct a new HttpJmsServer
HttpJmsServerServlet - Class in org.exolab.jms.server.http.servlet
Servlet for handling OpenJMS server requests and message publishing.
HttpJmsServerServlet() - Constructor for class org.exolab.jms.server.http.servlet.HttpJmsServerServlet
 
HttpJmsServerStub - Class in org.exolab.jms.client.http
This class is repsonsible for opening an http connection to the server and creating HttpJmsConnections.
HttpJmsServerStub() - Constructor for class org.exolab.jms.client.http.HttpJmsServerStub
Default constructor
HttpJmsServerStub(Hashtable) - Constructor for class org.exolab.jms.client.http.HttpJmsServerStub
The constructor has a collection of environment variables which it uses to construct a connection to the remote server
HttpJmsServerStub(String) - Constructor for class org.exolab.jms.client.http.HttpJmsServerStub
Instantiate an instance of this stub with the specified URL
HttpJmsSessionConnection - Class in org.exolab.jms.server.http
This is the server side receiver for JmsSession requests.
HttpJmsSessionConnection(IpcJmsServer) - Constructor for class org.exolab.jms.server.http.HttpJmsSessionConnection
Construct a new HttpJmsSessionConnection
HttpJmsSessionPinger - Class in org.exolab.jms.server.http
A simpler pinger, which runs in its own thread and is responsible for pinging a client session, if no messages have been sent to the client with a timeout period.
HttpJmsSessionSender - Class in org.exolab.jms.server.http
This class contains the http connection to a receiver or subscriber for passing messages.
HttpJmsSessionSender(HttpJmsSessionConnection, HttpClient, JmsServerSession, String, String) - Constructor for class org.exolab.jms.server.http.HttpJmsSessionSender
Create a connection to the client listener for sending JmsMessages.
HttpJmsSessionStub - Class in org.exolab.jms.client.http
The client side stub implementing the JmsServerSession.
HttpJmsSessionStub(IpcIfc, String, String, String) - Constructor for class org.exolab.jms.client.http.HttpJmsSessionStub
A new session has been established with these ids.
HttpJndiInitialContextFactory - Class in org.exolab.jms.jndi.http
This is the client side helper class that retrieves the root context of the JNDI server.
HttpJndiInitialContextFactory() - Constructor for class org.exolab.jms.jndi.http.HttpJndiInitialContextFactory
Default constructor
HTTPS - Static variable in class org.exolab.jms.config.types.SchemeType
The instance of the https type
HTTPS_SERVER_URL - Static variable in interface org.exolab.jms.client.http.HttpJmsConstants
The address of the https server
HTTPS_TYPE - Static variable in class org.exolab.jms.config.types.SchemeType
The https type
HttpsConfiguration - Class in org.exolab.jms.config
This element defines items specific to the HTTPS configuration.
HttpsConfiguration() - Constructor for class org.exolab.jms.config.HttpsConfiguration
 
HttpsConfigurationDescriptor - Class in org.exolab.jms.config
Class HttpsConfigurationDescriptor.
HttpsConfigurationDescriptor() - Constructor for class org.exolab.jms.config.HttpsConfigurationDescriptor
 
HttpsJmsServer - Class in org.exolab.jms.server.http
This class enables clients to connect to the JMS server via a HTTP server.
HttpsJmsServer() - Constructor for class org.exolab.jms.server.http.HttpsJmsServer
Construct a new HttpsJmsServer

I

IDENT - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
IDENT - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
IDENT_NON_START - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
IDENT_NON_START - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
IDENT_PART - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
IDENT_PART - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
IDENT_START - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
IDENT_START - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
Identifiable - Interface in org.exolab.jms
An identifiable object is one that can be uniquely identified within a manager
identifier(String) - Method in class org.exolab.jms.selector.DefaultExpressionFactory
Create an identifier expression
identifier(String) - Method in interface org.exolab.jms.selector.ExpressionFactory
Create an identifier expression
Identifiers - Class in org.exolab.jms.selector
Utility methods for JMS message header identifiers
IdGenerator - Class in org.exolab.jms.util
This is a helper class that is responsible for generating unique ids.
IdGenerator() - Constructor for class org.exolab.jms.util.IdGenerator
 
IdKeyComparator - Class in org.exolab.jms.persistence
A comparator class that iplements a string comparison.
IdKeyComparator() - Constructor for class org.exolab.jms.persistence.IdKeyComparator
Default constructor does nothing.
IdMessageComparator - Class in org.exolab.jms.persistence
A comparator class that iplements a message id comparison for PersistentMessage.
IdMessageComparator() - Constructor for class org.exolab.jms.persistence.IdMessageComparator
Default constructor does nothing.
IllegalEventDefinedException - Exception in org.exolab.jms.events
Tis exception is thrown whenever an event is ill-defined.
IllegalEventDefinedException() - Constructor for exception org.exolab.jms.events.IllegalEventDefinedException
Default exception constructor
IllegalEventDefinedException(String) - Constructor for exception org.exolab.jms.events.IllegalEventDefinedException
Create an exception with the specified reason
in(Expression, HashSet) - Method in class org.exolab.jms.selector.DefaultExpressionFactory
Create an 'in' expression
in(Expression, HashSet) - Method in interface org.exolab.jms.selector.ExpressionFactory
Create an 'in' expression
Index - Class in org.exolab.jms.tools.db
This element specifies an index on a table
Index() - Constructor for class org.exolab.jms.tools.db.Index
 
IndexDescriptor - Class in org.exolab.jms.tools.db
Class IndexDescriptor.
IndexDescriptor() - Constructor for class org.exolab.jms.tools.db.IndexDescriptor
 
inExpression(SelectorAST) - Method in class org.exolab.jms.selector.parser.SelectorParser
 
inExpression(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
init() - Method in class org.exolab.jms.authentication.UserManager
Initialise user manager.
init() - Method in class org.exolab.jms.client.http.servlet.HttpJmsClientServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init(ServletConfig) - Method in class org.exolab.jms.jndi.http.servlet.HttpJmsJndiServlet
 
init() - Method in interface org.exolab.jms.jndi.JndiServerIfc
Initialise the JNDI service.
init() - Method in class org.exolab.jms.messagemgr.DestinationManager
Initialises the destination manager.
init(DestinationCache, Connection) - Method in class org.exolab.jms.messagemgr.MessageLeaseHelper
This method is used for all common initialization code.
init() - Method in interface org.exolab.jms.persistence.DBConnectionManager
Initialise the connection manager.
init() - Method in class org.exolab.jms.persistence.DBCPConnectionManager
Initialise the connection manager.
init() - Method in class org.exolab.jms.server.http.HttpJmsServer
Initialise the server
init() - Method in class org.exolab.jms.server.http.HttpsJmsServer
Initialise the server
init(ServletConfig) - Method in class org.exolab.jms.server.http.servlet.HttpJmsServerServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
init() - Method in class org.exolab.jms.server.intravm.IntravmJmsServer
Initialise the server
init() - Method in class org.exolab.jms.server.intravm.IntravmJndiServer
Initialise the JNDI service
init() - Method in class org.exolab.jms.server.JmsServer
Initialise the server
init() - Method in interface org.exolab.jms.server.JmsServerIfc
Initialise the interface.
init() - Method in class org.exolab.jms.server.mipc.IpcJmsServer
Start the Ipc service in its own thread.
init() - Method in class org.exolab.jms.server.mipc.IpcJndiServer
This method is called to initialise the JNDI service.
init() - Method in class org.exolab.jms.server.rmi.RmiJmsServer
This routine binds this service with the rmiregistry.
init() - Method in class org.exolab.jms.server.rmi.RmiJndiServer
This method is called to initialise the JNDI service.
initComponents() - Method in class org.exolab.jms.tools.admin.BaseDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.CreateLogonDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.CreateQueueDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.CreateTopicDialog
Create all the gui components that comprise this form, and setup all action handlers.
initComponents() - Method in class org.exolab.jms.tools.admin.CreateUserDialog
Create all the gui components that comprise this form, and setup all action handlers.
initConnector(Connector, Context) - Method in class org.exolab.jms.server.JmsServer
Create an interface to the server for the specified connector
initConnectors(Context) - Method in class org.exolab.jms.server.JmsServer
Creates an interface to the server for each configured connector
InitialContextFactory - Class in org.exolab.jms.jndi
A factory that creates an initial context to an embedded OpenJMS JNDI provider.
InitialContextFactory() - Constructor for class org.exolab.jms.jndi.InitialContextFactory
 
initialise() - Static method in class org.exolab.jms.persistence.Messages
Create an initialise the singleton istance of this class.
initialise() - Static method in class org.exolab.jms.persistence.SeedGenerator
Initialise the seed generator
initialise() - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
initialise() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
initialise(ExpressionFactory) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
initialize(Token) - Method in class org.exolab.jms.selector.parser.SelectorAST
Initialise this with a token
initJNDIConnector(ConnectorResource, Context) - Method in class org.exolab.jms.server.JmsServer
Creates a JNDI provider interface for the specified connector
initJNDIConnectors(Context) - Method in class org.exolab.jms.server.JmsServer
Creates a JNDI provider interface for each connector that supports it
instance() - Static method in class org.exolab.jms.authentication.AuthenticationMgr
Return an instance to the AuthenticationMgr singleton.
instance() - Static method in class org.exolab.jms.events.BasicEventManager
Return the singleton instance of the EventManager
instance() - Static method in class org.exolab.jms.gc.GarbageCollectionService
Return the singleton instance of the GarbageCollectionService
instance() - Static method in class org.exolab.jms.jndiadministration.AdminConnection
Returns the one and only instance of the connection object.
instance() - Static method in class org.exolab.jms.jndiadministration.ObjectDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.jndiadministration.QueryDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.lease.LeaseManager
Return the singleton instance of the LeaseManager
instance() - Static method in class org.exolab.jms.messagemgr.ConsumerManager
Return the singleton instance of the ConsumerManager
instance() - Static method in class org.exolab.jms.messagemgr.DestinationManager
Return the singleton destination manager
instance() - Static method in class org.exolab.jms.messagemgr.MessageMgr
Return an instance to the MessageMgr singleton.
instance() - Static method in class org.exolab.jms.messagemgr.ResourceManager
Return the singleton instance of the ResourceManager
instance() - Static method in class org.exolab.jms.persistence.DatabaseService
Return the singleton instance of the DatabaseService
instance() - Static method in class org.exolab.jms.persistence.Messages
Returns a reference to the singleton instance.
instance() - Static method in class org.exolab.jms.persistence.SeedGenerator
Returns the singleton instance.
instance() - Static method in class org.exolab.jms.scheduler.Scheduler
Returns the singleton instance
instance() - Static method in class org.exolab.jms.server.AdminConnectionManager
The static method returns the singleton instance of the AdminConnectionManager.
instance() - Static method in class org.exolab.jms.server.JmsServerConnectionManager
The static method returns the singleton instance of the JmsConnectionManager.
instance() - Static method in class org.exolab.jms.threads.ThreadPoolManager
Return the one and only instance of the ThreadPoolManager.
instance() - Static method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Returns the one and only instance of the connection object.
instance() - Static method in class org.exolab.jms.tools.admin.ChangePasswordDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.CreateLogonDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.CreateQueueDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.CreateTopicDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.CreateUserDialog
Get the one and only instance of this dialog.
instance() - Static method in class org.exolab.jms.tools.admin.QueryDialog
Get the one and only instance of this dialog.
instance_ - Static variable in class org.exolab.jms.jndiadministration.AdminConnection
 
InternalMessageListener - Interface in org.exolab.jms.messagemgr
This is the server side implementation of a message listener
IntravmJmsAdminConnection - Class in org.exolab.jms.administration.intravm
This class is repsonsible for an admin connection to the intravm server
IntravmJmsAdminConnection(String, String) - Constructor for class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
Construct a new IntravmJmsAdminConnection
IntravmJmsConnectionStub - Class in org.exolab.jms.client.intravm
This class is responsible for implementing the client side of a intravm client-server connection for the JMS server.
IntravmJmsServer - Class in org.exolab.jms.server.intravm
This class implements the JmsServerIfc and provides an embedded JMS Server.
IntravmJmsServer() - Constructor for class org.exolab.jms.server.intravm.IntravmJmsServer
Construct a new IntravmJmsServer
IntravmJmsServerStub - Class in org.exolab.jms.client.intravm
This class is a client stub facilitating communication with the server in an intra-VM configuration.
IntravmJmsServerStub() - Constructor for class org.exolab.jms.client.intravm.IntravmJmsServerStub
The default constructor does nothing
IntravmJmsServerStub(Hashtable) - Constructor for class org.exolab.jms.client.intravm.IntravmJmsServerStub
The constructor instantiate server based on the environment variables passed in
IntravmJmsSessionStub - Class in org.exolab.jms.client.intravm
The client stub implementation for the intra-JVM JMS server.
IntravmJndiInitialContextFactory - Class in org.exolab.jms.jndi.intravm
This is the client side helper class that retrieves the root context of the JNDI server.
IntravmJndiInitialContextFactory() - Constructor for class org.exolab.jms.jndi.intravm.IntravmJndiInitialContextFactory
This class is required to have a default constructor
IntravmJndiServer - Class in org.exolab.jms.server.intravm
This class enables clients to interface to the embedded JNDI provider using the embedded connector
IntravmJndiServer(Context) - Constructor for class org.exolab.jms.server.intravm.IntravmJndiServer
Construct a new IntravmJndiServer
InvalidTypeException - Exception in org.exolab.jms.tools.db
This exception is thrown when a JDBC type is encountered which is not supported by the target database
InvalidTypeException(String) - Constructor for exception org.exolab.jms.tools.db.InvalidTypeException
 
IPC_INTERNAL_SERVER_HOST - Static variable in interface org.exolab.jms.client.mipc.IpcJmsConstants
When OpenJMS is setup to run on the internet behind a NAT router, the the openjms machine running the server is know by two IPS.
IPC_SERVER_HOST - Static variable in interface org.exolab.jms.client.mipc.IpcJmsConstants
This address of the ipc server
IPC_SERVER_PORT - Static variable in interface org.exolab.jms.client.mipc.IpcJmsConstants
This is the port that the server is listening on
IpcJmsAdminConnection - Class in org.exolab.jms.administration.mipc
This class is repsonsible for opening a TCP connection to the server and passing and packing all requests for delivery.
IpcJmsAdminConnection(String, int) - Constructor for class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
Construct a new IpcJmsAdminConnection, without establishing a connection
IpcJmsAdminConnection(String, int, String, String) - Constructor for class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
Construct a new IpcJmsAdminConnection, establishing a connection to the server
IpcJmsAdminConnection - Class in org.exolab.jms.server.mipc
This is the server side receiver for admin requests.
IpcJmsAdminConnection() - Constructor for class org.exolab.jms.server.mipc.IpcJmsAdminConnection
Default constructor.
IpcJmsConnectionStub - Class in org.exolab.jms.client.mipc
Used to create OpenJmsSessions to the server.
IpcJmsConnectionStub(IpcJmsServerStub, IpcIfc, String, String, IpcJmsMessageListener) - Constructor for class org.exolab.jms.client.mipc.IpcJmsConnectionStub
Construct a new IpcJmsConnectionStub
IpcJmsConstants - Interface in org.exolab.jms.client.mipc
This interface defines constants used by this package.
IpcJmsReceiver - Class in org.exolab.jms.server.mipc
The receiver class handles all requests, delegating them to registered NotifierIfc instances.
IpcJmsReceiver() - Constructor for class org.exolab.jms.server.mipc.IpcJmsReceiver
Construct a new IpcJmsReceiver
IpcJmsServer - Class in org.exolab.jms.server.mipc
This class implements the JmsServerIfc and provides an IPC-based JMS Server.
IpcJmsServer() - Constructor for class org.exolab.jms.server.mipc.IpcJmsServer
Construct a new IpcJmsServer
IpcJmsServerConnection - Class in org.exolab.jms.server.mipc
This class is responsible for interpreting server connection requests and delegating them to the server.
IpcJmsServerConnection() - Constructor for class org.exolab.jms.server.mipc.IpcJmsServerConnection
Default constructor
IpcJmsServerStub - Class in org.exolab.jms.client.mipc
This class is repsonsible for opening an ipc connection to the server and creating IpcJmsConnections.
IpcJmsServerStub() - Constructor for class org.exolab.jms.client.mipc.IpcJmsServerStub
Default constructor for serialization
IpcJmsServerStub(Hashtable) - Constructor for class org.exolab.jms.client.mipc.IpcJmsServerStub
The constructor has a collection of environment variables which it uses to construct a connection to the remote server
IpcJmsServerStub(String, int) - Constructor for class org.exolab.jms.client.mipc.IpcJmsServerStub
Instantiate an instance of this stub with the specified host and port numbers
IpcJmsSessionConnection - Class in org.exolab.jms.server.mipc
This is the server side receiver for JmsSession requests.
IpcJmsSessionConnection(IpcJmsServer) - Constructor for class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Construct a new IpcJmsSessionConnection
IpcJmsSessionList - Class in org.exolab.jms.server.mipc
Keep a list of all session Client connections for a client.
IpcJmsSessionList(MultiplexConnectionIfc) - Constructor for class org.exolab.jms.server.mipc.IpcJmsSessionList
Create a connection to the client listener for sending JmsMessages.
IpcJmsSessionSender - Class in org.exolab.jms.server.mipc
This class contains the ipc connection to a receiver or subscriber for passing the JmsMessages.
IpcJmsSessionSender(ObjectChannel, JmsServerSession) - Constructor for class org.exolab.jms.server.mipc.IpcJmsSessionSender
Create a connection to the client listener for sending JmsMessages.
IpcJmsSessionStub - Class in org.exolab.jms.client.mipc
The client side stub implementing the JmsServerSession.
IpcJmsSessionStub(IpcIfc, String, String, String, IpcJmsMessageListener) - Constructor for class org.exolab.jms.client.mipc.IpcJmsSessionStub
A new session has been established with these ids.
IpcJndiInitialContextFactory - Class in org.exolab.jms.jndi.mipc
This is the client side helper class that retrieves the root context of the JNDI server.
IpcJndiInitialContextFactory() - Constructor for class org.exolab.jms.jndi.mipc.IpcJndiInitialContextFactory
Default constructor
IpcJndiServer - Class in org.exolab.jms.server.mipc
This class enables clients to interface to the embedded JNDI provider using the TCP connector
IpcJndiServer(Context) - Constructor for class org.exolab.jms.server.mipc.IpcJndiServer
Construct a new IpcJndiServer
IpcServerChannel - Class in org.exolab.jms.server.mipc
An instance of this class represents a client's connection to the server.
IpcServerChannel(MultiplexConnectionIfc, NotifierIfc, String) - Constructor for class org.exolab.jms.server.mipc.IpcServerChannel
Creates new IpcServerChannel on the specified connection.
isAdministeredDestination(String) - Method in class org.exolab.jms.messagemgr.DestinationManager
Test whether the specified destination is an administered destination.
isCellEditable(EventObject) - Method in class org.exolab.jms.tools.admin.OpenJMSEditor
 
isClientEndpointActive() - Method in class org.exolab.jms.server.JmsServerSession
This will send a null message down the connection to the client to test whether the client endpoint is alive.
isClosed() - Method in class org.exolab.jms.tranlog.TransactionState
Check if the transaction state is set to closed
isConfirmed() - Method in class org.exolab.jms.jndiadministration.ObjectDialog
Whether this dialog was confirmed or canceled.
isConfirmed() - Method in class org.exolab.jms.jndiadministration.QueryDialog
Will return true if the action was confirmed.
isConfirmed() - Method in class org.exolab.jms.tools.admin.BaseDialog
Whether this dialog was confirmed or canceled.
isConfirmed() - Method in class org.exolab.jms.tools.admin.CreateConsumerDialog
Whether this dialog was confirmed or canceled.
isConfirmed() - Method in class org.exolab.jms.tools.admin.QueryDialog
Will return true if the action was confirmed.
isConnected(String) - Method in interface org.exolab.jms.administration.AdminConnection
Check to see if the given consumer is currently connected
isConnected(String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
isConnected(String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Check to see if the given consumer is currently connected to the OpenJMSServer.
isConnected(String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
Check to see if the given consumer is currently connected
isConnected(String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
isConnected(String) - Method in class org.exolab.jms.server.AdminConnection
Check to see if the given consumer is currently connected to the OpenJMSServer.
isConnected(String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Check to see if the given consumer is currently connected to the OpenJMSServer.
isConnected(String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
isConnected(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Check to see if the given consumer is currently connected to the OpenJMSServer.
isConnected(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
isConnected(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
isDurableConsumerActive(String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
Check whether a particular durable consumer is active
isEmpty() - Method in class org.exolab.jms.messagemgr.MessageQueue
Check if the queue is empty
isEmpty() - Method in class org.exolab.jms.scheduler.Scheduler
Returns true if the scheduler queue is empty
isEqual(DestinationImpl) - Method in class org.exolab.jms.message.DestinationImpl
 
isEqual(Priority) - Method in class org.exolab.jms.message.Priority
 
isEqual(Type) - Method in class org.exolab.jms.message.Type
 
isExpedited() - Method in class org.exolab.jms.message.Priority
 
isExplored_ - Variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
isExpression(SelectorAST) - Method in class org.exolab.jms.selector.parser.SelectorParser
 
isExpression(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
isGreater(Priority) - Method in class org.exolab.jms.message.Priority
 
isJMSIdentifier(String) - Static method in class org.exolab.jms.selector.Identifiers
Determines if an identifier is a JMS identifier (not a JMSX or provider specific identifier)
isLeaf() - Method in class org.exolab.jms.jndiadministration.OpenJMSContext
Contexts are leaves iff they have no objects registered against them.
isLeaf() - Method in class org.exolab.jms.jndiadministration.OpenJMSObject
All objects are leaves in the tree for this release.
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
All consumers are leaves in the tree for this release.
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
The consumer folder is not a leaf node
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
Queue/Topics are leaves iff they have no consumers registered against them.
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSObject
Objects are leaves iff they have nothing registered against them.
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
The consumer folder is not a leaf node
isLeaf() - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
The consumer folder is not a leaf node
isLeaf_ - Variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
isLocal(byte[]) - Static method in class org.exolab.jms.util.UUIDGenerator
Returns true if the UUID was created on this machine.
isManaged(JmsConnection) - Method in class org.exolab.jms.client.JmsConnectionFactory
Test whether the specified connection is managed by this factory
isMessageForAdministeredDestination(MessageImpl) - Method in class org.exolab.jms.messagemgr.DestinationManager
Test whether the specified message is for an administered destination.
isNull(Expression) - Method in class org.exolab.jms.selector.DefaultExpressionFactory
Create an 'is null' expression
isNull(Expression) - Method in interface org.exolab.jms.selector.ExpressionFactory
Create an 'is null' expression
isNullTransactionManager() - Method in class org.exolab.jms.transaction.TransactionManagerType
Returns true if it is a Tyrex transaction manager
isNumeric(String) - Static method in class org.exolab.jms.selector.Identifiers
Determines if a JMS identifier is numeric
isOpened() - Method in class org.exolab.jms.tranlog.TransactionState
Check if the transaction state is set to opened
isParameter(String) - Method in class org.exolab.jms.util.CommandLine
Check if the following parameter has been specified.
isPersistent() - Method in class org.exolab.jms.message.DeliveryModeImpl
 
isPersistent() - Method in interface org.exolab.jms.message.MessageHandle
Check whether the the DeliveryMode of the underlying message is PERSISTENT
isPersistent() - Method in class org.exolab.jms.message.MessageImpl
Checks whether the message is persistent.
isPersistent() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
 
isPersistent() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
 
isPrepared() - Method in class org.exolab.jms.tranlog.TransactionState
Check if the transaction state is set to prepared
isPriorityExpedited() - Method in class org.exolab.jms.message.MessageImpl
 
isQueryableJMSIdentifier(String) - Static method in class org.exolab.jms.selector.Identifiers
Determines if a JMS identifier is valid in selectors
isSameRM(XAResource) - Method in class org.exolab.jms.client.JmsXAQueueSession
 
isSameRM(XAResource) - Method in class org.exolab.jms.client.JmsXATopicSession
 
isSameRM(XAResource) - Method in class org.exolab.jms.messagemgr.ResourceManager
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid
isSameRM(XAResource) - Method in class org.exolab.jms.server.JmsServerSession
 
isStopped() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Determines if this endpoint has been stopped
isString(String) - Static method in class org.exolab.jms.selector.Identifiers
Determines if a JMS identifier is a string
isSwitch(String) - Method in class org.exolab.jms.util.CommandLine
Check if the following option has been specified.
isTemporaryDestination() - Method in class org.exolab.jms.client.JmsDestination
This static method determines whether a particular string refers to a temporary destination.
isTemporaryDestination(DestinationImpl) - Static method in class org.exolab.jms.client.JmsDestination
This static method determines whether a particular DestinationImpl instance refers to a temporary destination.
isTransacted() - Method in class org.exolab.jms.server.JmsServerSession
Determines if the session is transacted
isTyrexTransactionManager() - Method in class org.exolab.jms.transaction.TransactionManagerType
Returns true if it is a Tyrex transaction manager
isValid() - Method in class org.exolab.jms.config.Admin
Method isValid
isValid() - Method in class org.exolab.jms.config.AdminConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.AdministeredDestinations
Method isValid
isValid() - Method in class org.exolab.jms.config.AdministeredQueue
Method isValid
isValid() - Method in class org.exolab.jms.config.AdministeredTopic
Method isValid
isValid() - Method in class org.exolab.jms.config.Configuration
Method isValid
isValid() - Method in class org.exolab.jms.config.ConnectionFactories
Method isValid
isValid() - Method in class org.exolab.jms.config.ConnectionFactory
Method isValid
isValid() - Method in class org.exolab.jms.config.Connector
Method isValid
isValid() - Method in class org.exolab.jms.config.ConnectorResource
Method isValid
isValid() - Method in class org.exolab.jms.config.ConnectorResources
Method isValid
isValid() - Method in class org.exolab.jms.config.Connectors
Method isValid
isValid() - Method in class org.exolab.jms.config.DatabaseConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.DefaultConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.HttpConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.HttpConfigurationType
Method isValid
isValid() - Method in class org.exolab.jms.config.HttpsConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.JdbmDatabaseConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.Jndi
Method isValid
isValid() - Method in class org.exolab.jms.config.JndiConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.LoggerConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.MessageManagerConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.Property
Method isValid
isValid() - Method in class org.exolab.jms.config.QueueConnectionFactory
Method isValid
isValid() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.RmiConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.SchedulerConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.SecurityConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.Server
Method isValid
isValid() - Method in class org.exolab.jms.config.ServerConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.Subscriber
Method isValid
isValid() - Method in class org.exolab.jms.config.TcpConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.TcpConfigurationType
Method isValid
isValid() - Method in class org.exolab.jms.config.TcpsConfiguration
Method isValid
isValid() - Method in class org.exolab.jms.config.TopicConnectionFactory
Method isValid
isValid() - Method in class org.exolab.jms.config.User
Method isValid
isValid() - Method in class org.exolab.jms.config.Users
Method isValid
isValid() - Method in class org.exolab.jms.config.XAQueueConnectionFactory
Method isValid
isValid() - Method in class org.exolab.jms.config.XATopicConnectionFactory
Method isValid
isValid() - Method in class org.exolab.jms.tools.db.Attribute
Method isValid
isValid() - Method in class org.exolab.jms.tools.db.Column
Method isValid
isValid() - Method in class org.exolab.jms.tools.db.Database
Method isValid
isValid() - Method in class org.exolab.jms.tools.db.Deprecated
Method isValid
isValid() - Method in class org.exolab.jms.tools.db.Index
Method isValid
isValid() - Method in class org.exolab.jms.tools.db.Table
Method isValid
isWaitingForMessage() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Check whether the endpoint is waiting for a message
isWildCard() - Method in class org.exolab.jms.client.JmsTopic
Check whether this topic represents a wildcard expression.
isWildCard(String) - Static method in class org.exolab.jms.client.JmsTopic
A static method which checks a topic to determine whether or not it complies to a wildcard definition.
itemExists(String) - Method in class org.exolab.jms.message.MapMessageImpl
Check if an item exists in this MapMessage
iterator() - Method in class org.exolab.jms.messagemgr.MessageQueue
Return an iterator to the list

J

JdbmDatabaseConfiguration - Class in org.exolab.jms.config
 
JdbmDatabaseConfiguration() - Constructor for class org.exolab.jms.config.JdbmDatabaseConfiguration
 
JdbmDatabaseConfigurationDescriptor - Class in org.exolab.jms.config
Class JdbmDatabaseConfigurationDescriptor.
JdbmDatabaseConfigurationDescriptor() - Constructor for class org.exolab.jms.config.JdbmDatabaseConfigurationDescriptor
 
JMS_CORRELATION_ID - Static variable in class org.exolab.jms.selector.Identifiers
The JMSCorrelationID identifier
JMS_DELIVERY_MODE - Static variable in class org.exolab.jms.selector.Identifiers
The JMSDeliveryMode identifier
JMS_MESSAGE_ID - Static variable in class org.exolab.jms.selector.Identifiers
The JMSMessageID identifier
JMS_PREFIX - Static variable in class org.exolab.jms.selector.Identifiers
Prefix for identifiers available via message methods
JMS_PRIORITY - Static variable in class org.exolab.jms.selector.Identifiers
The JMSPriority identifier
JMS_PROVIDER_PREFIX - Static variable in class org.exolab.jms.selector.Identifiers
Prefix for provider specific identifiers
JMS_TIMESTAMP - Static variable in class org.exolab.jms.selector.Identifiers
The JMSTimestamp identifier
JMS_TYPE - Static variable in class org.exolab.jms.selector.Identifiers
The JMSType identifier
JmsAdminServerIfc - Interface in org.exolab.jms.administration
This specifies all the administration methods that can be used to control the JMS server through an RMI connector.
JmsClientConstants - Interface in org.exolab.jms.client
This class includes constants used by the client package.
JmsClientStubFactory - Class in org.exolab.jms.client
This is a helper clas that is responsible for cresting the various types of stubs.
JmsClientStubFactory() - Constructor for class org.exolab.jms.client.JmsClientStubFactory
 
JmsConnectionFactory - Class in org.exolab.jms.client
This is simply a marker for connection factory classes.
JmsConnectionFactory() - Constructor for class org.exolab.jms.client.JmsConnectionFactory
Need a default constructor for externalization
JmsConnectionFactory(String, Hashtable) - Constructor for class org.exolab.jms.client.JmsConnectionFactory
Instantiate an instance of the connection factory with the name of the class that will facilitate communication with the JmsServer
JmsConnectionFactoryBuilder - Class in org.exolab.jms.client
This factory object implements the ObjectFactory interface and is used to resolve a reference to a connection factory.
JmsConnectionFactoryBuilder() - Constructor for class org.exolab.jms.client.JmsConnectionFactoryBuilder
 
JmsConnectionMetaData - Class in org.exolab.jms.client
This class maintains static connection meta data information
JmsConnectionMetaData() - Constructor for class org.exolab.jms.client.JmsConnectionMetaData
The default constructor
JmsConnectionStubIfc - Interface in org.exolab.jms.client
This is the interface that connection stubs must implement in order to support remote invocations.
JmsDestination - Class in org.exolab.jms.client
This is the base class for all destinations.
JmsDestination() - Constructor for class org.exolab.jms.client.JmsDestination
Need a default constructor for the serialization
JmsDestination(String) - Constructor for class org.exolab.jms.client.JmsDestination
Instantiate an instance of this object with the specified string
JmsDestinationFactory - Class in org.exolab.jms.client
This factory object implements the ObjectFactory interface and is used to resolve a reference to an administered destination.
JmsDestinationFactory() - Constructor for class org.exolab.jms.client.JmsDestinationFactory
 
JmsErrorCodes - Interface in org.exolab.jms.client
This interface maintains a list of OpenJMS specific error codes, which may be attached to JMSException exceptions.
JMSErrorCodes - Interface in org.exolab.jms
These error codes are used in JMSExceptions
JmsMajorVersion - Static variable in interface org.exolab.jms.client.JmsClientConstants
 
JmsMessageListener - Interface in org.exolab.jms.client
This interface extends the MessageListener interface and provides a mechanism to send more than one message to the session
JmsMinorVersion - Static variable in interface org.exolab.jms.client.JmsClientConstants
 
JmsQueue - Class in org.exolab.jms.client
This object represents a queue, which is a type of destination.
JmsQueue() - Constructor for class org.exolab.jms.client.JmsQueue
Need a default constructor for the serialization
JmsQueue(String) - Constructor for class org.exolab.jms.client.JmsQueue
Instantiate an instance of a queue name
JmsQueueConnectionFactory - Class in org.exolab.jms.client
This class extends JmsConnectionFactory and is responsible for creating QueueConnections with other JMS PTP providers
JmsQueueConnectionFactory() - Constructor for class org.exolab.jms.client.JmsQueueConnectionFactory
Need a default constructor so that it can be support externalization
JmsQueueConnectionFactory(String, Hashtable) - Constructor for class org.exolab.jms.client.JmsQueueConnectionFactory
Instantiate an instance of the queue connection factory with the name of the class that will facilitate communication with the JmsServer
JmsServer - Class in org.exolab.jms.server
This class contains the main line for instantiating the JMS Server.
JmsServer(Configuration) - Constructor for class org.exolab.jms.server.JmsServer
Construct a new JmsServer
JmsServer(String) - Constructor for class org.exolab.jms.server.JmsServer
Construct a new JmsServer, configured from the specified configuration file.
JmsServerConnection - Class in org.exolab.jms.server
A connection is created for every client connecting to the JmsServer.
JmsServerConnectionManager - Class in org.exolab.jms.server
The connection manager is responsible for managing all connections to the JmsServer.
JmsServerIfc - Interface in org.exolab.jms.server
JmsServerIfc provides an interface to the OpenJMS server.
JmsServerSession - Class in org.exolab.jms.server
A session represents a server side endpoint to the JMSServer.
JmsServerStubIfc - Interface in org.exolab.jms.client
This is the interface for the JMS server stub.
JmsSessionStubIfc - Interface in org.exolab.jms.client
This is the interface that session stubs must implement in order to support remote invocations.
JmsTemporaryDestination - Interface in org.exolab.jms.client
This is an interface for all temporary destinations.
JmsTemporaryQueue - Class in org.exolab.jms.client
A temporary queue is created by a client through a session and has a lifetime of the session's connection.
JmsTemporaryQueue() - Constructor for class org.exolab.jms.client.JmsTemporaryQueue
Need a default constructor for the serialization
JmsTemporaryTopic - Class in org.exolab.jms.client
A temporary topic is created by a client through a session and has a lifetime of the session's connection.
JmsTemporaryTopic() - Constructor for class org.exolab.jms.client.JmsTemporaryTopic
Need a default constructor for the serialization
JmsTopic - Class in org.exolab.jms.client
A topic is a destination specific for the puiblish-subscribe messaging model.
JmsTopic() - Constructor for class org.exolab.jms.client.JmsTopic
Need a default constructor for the serialization
JmsTopic(String) - Constructor for class org.exolab.jms.client.JmsTopic
Instantiate an instance of this object with the specified string
JmsTopicConnectionFactory - Class in org.exolab.jms.client
This class is responsible for managing all TopicConnection instances.
JmsTopicConnectionFactory() - Constructor for class org.exolab.jms.client.JmsTopicConnectionFactory
Need a default constructor so that it can be support externalization
JmsTopicConnectionFactory(String, Hashtable) - Constructor for class org.exolab.jms.client.JmsTopicConnectionFactory
Instantiate an instance of the topic connection factory with the name of the class that will facilitate communication with the JmsServer
JMSX_PREFIX - Static variable in class org.exolab.jms.selector.Identifiers
Prefix for identifiers specified by the JMS standard
JmsXAQueueConnection - Class in org.exolab.jms.client
This class extends JmsQueueConnection and provides support for an XA queue connection.
JmsXAQueueConnection(JmsXAQueueConnectionFactory, String, String, String) - Constructor for class org.exolab.jms.client.JmsXAQueueConnection
Instantiate an instance of this connection using the specified client identity.
JmsXAQueueConnectionFactory - Class in org.exolab.jms.client
An XA queue connection factory class that extends the bahaviour of JmsQueueConnectionFactory.
JmsXAQueueConnectionFactory() - Constructor for class org.exolab.jms.client.JmsXAQueueConnectionFactory
Need a default constructor so that it can be support externalization
JmsXAQueueConnectionFactory(String, Hashtable) - Constructor for class org.exolab.jms.client.JmsXAQueueConnectionFactory
Instantiate an instance of the queue connection factory with the name of the class that will facilitate communication with the JmsServer
JmsXAQueueSession - Class in org.exolab.jms.client
 
JmsXATopicConnection - Class in org.exolab.jms.client
This class extends JmsTopicConnection and is used to gain an XA topic connection.
JmsXATopicConnection(JmsXATopicConnectionFactory, String, String, String) - Constructor for class org.exolab.jms.client.JmsXATopicConnection
Instantiate an instance of this connection using the specified client identity.
JmsXATopicConnectionFactory - Class in org.exolab.jms.client
An XA topic connection factory class that extends the bahaviour of JmsTopicConnectionFactory.
JmsXATopicConnectionFactory() - Constructor for class org.exolab.jms.client.JmsXATopicConnectionFactory
Need a default constructor so that it can be support externalization
JmsXATopicConnectionFactory(String, Hashtable) - Constructor for class org.exolab.jms.client.JmsXATopicConnectionFactory
Instantiate an instance of the topic connection factory with the name of the class that will facilitate communication with the JmsServer
JmsXATopicSession - Class in org.exolab.jms.client
 
Jndi - Class in org.exolab.jms.config
Class Jndi.
Jndi() - Constructor for class org.exolab.jms.config.Jndi
 
JndiConfiguration - Class in org.exolab.jms.config
This element defines the properties used when constructing an InitialContext.
JndiConfiguration() - Constructor for class org.exolab.jms.config.JndiConfiguration
 
JndiConfigurationDescriptor - Class in org.exolab.jms.config
Class JndiConfigurationDescriptor.
JndiConfigurationDescriptor() - Constructor for class org.exolab.jms.config.JndiConfigurationDescriptor
 
JndiConfigurationFactory - Class in org.exolab.jms.config
This factory creates appropriate JndiConfiguration objects for a given SchemeType.
JndiConfigurationFactory() - Constructor for class org.exolab.jms.config.JndiConfigurationFactory
 
JndiConstants - Interface in org.exolab.jms.jndi
Constants used to for the JNDI implementation
JndiDescriptor - Class in org.exolab.jms.config
Class JndiDescriptor.
JndiDescriptor() - Constructor for class org.exolab.jms.config.JndiDescriptor
 
JndiNameParser - Class in org.exolab.jms.jndi
implementation of the NameParser interface for the JndiNameParser.
JndiNameParser() - Constructor for class org.exolab.jms.jndi.JndiNameParser
 
JndiServerIfc - Interface in org.exolab.jms.jndi
This class defines the requirements for a JndiServer.

L

last() - Method in class org.exolab.jms.messagemgr.MessageQueue
Returns the last element in the queue.
LE - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LE - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LeaseComparator - Class in org.exolab.jms.lease
The LeaseComparator is usedto sort leases based on the expiration time
LeaseComparator() - Constructor for class org.exolab.jms.lease.LeaseComparator
 
leasedObject_ - Variable in class org.exolab.jms.lease.BaseLease
This is the object that is leased
LeaseEventListenerIfc - Interface in org.exolab.jms.lease
This interface is implemented by classes that are interested in listening to lease events.
LeaseIfc - Interface in org.exolab.jms.lease
A lease is used to track message exipration.
LeaseManager - Class in org.exolab.jms.lease
The LeaseManager is responsible for creating and managing the lease objects.
LeaseManager() - Constructor for class org.exolab.jms.lease.LeaseManager
Create a new sorted tree set using the lease comparator as the sorting functor.
length() - Method in class org.exolab.jms.persistence.PersistentString
Return the length of the internal String
like(Expression, String, String) - Method in class org.exolab.jms.selector.DefaultExpressionFactory
Create a 'like' expression
like(Expression, String, String) - Method in interface org.exolab.jms.selector.ExpressionFactory
Create a 'like' expression
likeExpression(SelectorAST) - Method in class org.exolab.jms.selector.parser.SelectorParser
 
likeExpression(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
list(Name) - Method in class org.exolab.jms.jndi.http.NameServiceProxy
 
list(Name) - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
 
list(Name) - Method in class org.exolab.jms.server.mipc.NameServiceProvider
 
listBindings(Name) - Method in class org.exolab.jms.jndi.http.NameServiceProxy
 
listBindings(Name) - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
 
listBindings(Name) - Method in class org.exolab.jms.server.mipc.NameServiceProvider
 
listener_ - Variable in class org.exolab.jms.lease.BaseLease
The listener that will be notified when the lease expires
literal(int, String) - Method in class org.exolab.jms.selector.DefaultExpressionFactory
Create a literal expression
literal(int, String) - Method in interface org.exolab.jms.selector.ExpressionFactory
Create a literal expression
literal() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
literal(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
LITERAL_and - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LITERAL_and - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LITERAL_between - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LITERAL_between - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LITERAL_escape - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LITERAL_escape - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LITERAL_false - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LITERAL_false - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LITERAL_in - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LITERAL_in - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LITERAL_is - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LITERAL_is - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LITERAL_like - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LITERAL_like - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LITERAL_not - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LITERAL_not - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LITERAL_null - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LITERAL_null - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LITERAL_or - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LITERAL_or - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LITERAL_true - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LITERAL_true - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
load(String) - Method in class org.exolab.jms.config.ConfigurationLoader
Load the configuraiton information from the specified file and return it.
load(Configuration) - Method in class org.exolab.jms.config.ConfigurationLoader
 
LoggerConfiguration - Class in org.exolab.jms.config
This element specifies the file to initialise logging with.
LoggerConfiguration() - Constructor for class org.exolab.jms.config.LoggerConfiguration
 
LoggerConfigurationDescriptor - Class in org.exolab.jms.config
Class LoggerConfigurationDescriptor.
LoggerConfigurationDescriptor() - Constructor for class org.exolab.jms.config.LoggerConfigurationDescriptor
 
logPublishedMessage(Xid, MessageImpl) - Method in class org.exolab.jms.messagemgr.ResourceManager
Log this published message so that it can be passed through the system when the associated global transaction commits.
logReceivedMessage(Xid, String, MessageHandle) - Method in class org.exolab.jms.messagemgr.ResourceManager
Log that this message handle was sent to the consumer within the specified global transaction identity.
logTransactionData(ExternalXid, long, String, Object) - Method in class org.exolab.jms.tranlog.TransactionLog
Add an DataTransactionLogEntry using the specified txid, rid and data
logTransactionState(Xid, TransactionState) - Method in class org.exolab.jms.messagemgr.ResourceManager
Add an StateTransactionLogEntry using the specified txid, rid and state
logTransactionState(ExternalXid, long, String, TransactionState) - Method in class org.exolab.jms.tranlog.TransactionLog
Add an StateTransactionLogEntry using the specified txid, rid and state
lookup(Name) - Method in class org.exolab.jms.jndi.http.NameServiceProxy
 
lookup(Name) - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
 
lookup(String) - Method in class org.exolab.jms.jndiadministration.AdminConnection
Return the object associated with this context.
lookup(String) - Method in class org.exolab.jms.jndiadministration.OfflineConnection
Return the object associated with this context.
lookup(String) - Method in class org.exolab.jms.jndiadministration.OnlineConnection
Return the object associated with this context.
lookup(Name) - Method in class org.exolab.jms.server.mipc.NameServiceProvider
 
LPAREN - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LPAREN - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
LT - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
LT - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 

M

main(String[]) - Static method in class org.exolab.jms.jndiadministration.AdminMgr
The main entry point for this admin gui.
main(String[]) - Static method in class org.exolab.jms.server.JmsServer
This is the main line for the JMS Server.
main(String[]) - Static method in class org.exolab.jms.tools.admin.AdminMgr
The main entry point for this admin gui.
main(String[]) - Static method in class org.exolab.jms.tools.db.DBTool
 
main(String[]) - Static method in class org.exolab.jms.util.Clock
 
main(String[]) - Static method in class org.exolab.jms.util.UUIDGenerator
 
main(String[]) - Static method in class org.exolab.jms.util.Version
Displays all version information
MAJOR_VERSION - Static variable in class org.exolab.jms.util.Version
The major version number
MapMessageImpl - Class in org.exolab.jms.message
This class implements the MapMessage interface.
MapMessageImpl() - Constructor for class org.exolab.jms.message.MapMessageImpl
Construct a new MapMessage
marshal(Writer) - Method in class org.exolab.jms.config.Admin
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.Admin
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.AdminConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.AdminConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.AdministeredDestinations
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.AdministeredDestinations
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.AdministeredQueue
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.AdministeredQueue
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.AdministeredTopic
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.AdministeredTopic
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.Configuration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.Configuration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.ConnectionFactories
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.ConnectionFactories
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.ConnectionFactory
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.ConnectionFactory
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.Connector
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.Connector
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.ConnectorResource
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.ConnectorResource
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.ConnectorResources
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.ConnectorResources
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.Connectors
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.Connectors
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.DatabaseConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.DatabaseConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.DefaultConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.DefaultConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.HttpConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.HttpConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.HttpConfigurationType
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.HttpConfigurationType
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.HttpsConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.HttpsConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.JdbmDatabaseConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.JdbmDatabaseConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.Jndi
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.Jndi
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.JndiConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.JndiConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.LoggerConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.LoggerConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.MessageManagerConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.MessageManagerConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.Property
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.Property
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.QueueConnectionFactory
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.QueueConnectionFactory
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.RmiConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.RmiConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.SchedulerConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.SchedulerConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.SecurityConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.SecurityConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.Server
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.Server
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.ServerConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.ServerConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.Subscriber
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.Subscriber
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.TcpConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.TcpConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.TcpConfigurationType
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.TcpConfigurationType
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.TcpsConfiguration
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.TcpsConfiguration
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.TopicConnectionFactory
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.TopicConnectionFactory
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.User
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.User
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.Users
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.Users
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.XAQueueConnectionFactory
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.XAQueueConnectionFactory
Method marshal
marshal(Writer) - Method in class org.exolab.jms.config.XATopicConnectionFactory
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.config.XATopicConnectionFactory
Method marshal
marshal(Writer) - Method in class org.exolab.jms.tools.db.Attribute
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Attribute
Method marshal
marshal(Writer) - Method in class org.exolab.jms.tools.db.Column
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Column
Method marshal
marshal(Writer) - Method in class org.exolab.jms.tools.db.Database
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Database
Method marshal
marshal(Writer) - Method in class org.exolab.jms.tools.db.Deprecated
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Deprecated
Method marshal
marshal(Writer) - Method in class org.exolab.jms.tools.db.Index
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Index
Method marshal
marshal(Writer) - Method in class org.exolab.jms.tools.db.Table
Method marshal
marshal(ContentHandler) - Method in class org.exolab.jms.tools.db.Table
Method marshal
match(JmsTopic) - Method in class org.exolab.jms.client.JmsTopic
If it is a wildcard check to see that it matches the specified topic.
MAX_RETRY_PROP - Variable in class org.exolab.jms.client.rmi.RmiJmsConnectionStub
System property to override the max retries for failed rmi requests.
MAX_THREADS - Static variable in class org.exolab.jms.events.BasicEventManager
 
MAXIMUM_LENGTH - Static variable in class org.exolab.jms.util.UUIDGenerator
The maximum length of an identifier in textual form.
MAXIMUM_PREFIX - Static variable in class org.exolab.jms.util.UUIDGenerator
The maximum length of an identifier prefix.
mCOMMA(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mDIVIDE(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mEQUAL(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
messageAdded(MessageImpl) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
 
messageAdded(MessageImpl) - Method in class org.exolab.jms.messagemgr.ConsumerManager
 
messageAdded(JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.DestinationCache
This method is called when the MessageMgr adds a message for this destination to the cache
messageAdded(MessageImpl) - Method in interface org.exolab.jms.messagemgr.DestinationCacheEventListener
This event is called when a non-persistent message is added to the DestinationCache.
messageAdded(JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.DestinationManager
 
messageAdded(JmsDestination, MessageImpl) - Method in interface org.exolab.jms.messagemgr.MessageManagerEventListener
This method is called when the MessageMgr adds a message for this destination to the cache
messageAdded(MessageImpl) - Method in class org.exolab.jms.messagemgr.QueueConsumerEndpoint
 
messageAdded(JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
 
messageAdded(JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.TopicDestinationCache
 
MessageConverter - Interface in org.exolab.jms.message
Convert messages to openjms implementations
MessageConverterFactory - Class in org.exolab.jms.message
Factory for MessageConverter instances
MessageConverterFactory() - Constructor for class org.exolab.jms.message.MessageConverterFactory
 
MessageHandle - Interface in org.exolab.jms.message
A message handle is used to indirectly reference a message in the message manager.
MessageHandleComparator - Class in org.exolab.jms.messagemgr
The MessageHandleComparator is used to order messages within a list.
MessageHandleComparator() - Constructor for class org.exolab.jms.messagemgr.MessageHandleComparator
 
MessageHandleFactory - Class in org.exolab.jms.messagemgr
This class defines a number of static methods that are responsible for creatimg message handles
MessageHandleFactory() - Constructor for class org.exolab.jms.messagemgr.MessageHandleFactory
 
MessageId - Class in org.exolab.jms.message
The MessageId is a serializable object that uniquely identifies a message
MessageId() - Constructor for class org.exolab.jms.message.MessageId
Constructor provided for serialization
MessageId(String) - Constructor for class org.exolab.jms.message.MessageId
Construct a new MessageId
MessageIdHelper - Class in org.exolab.jms.util
Helper class for manipulating JMSMessageIDs
MessageIdHelper() - Constructor for class org.exolab.jms.util.MessageIdHelper
 
MessageImpl - Class in org.exolab.jms.message
This class implements the javax.jms.Message interface
MessageImpl() - Constructor for class org.exolab.jms.message.MessageImpl
Default constructor, required to support externalization
MessageLease - Class in org.exolab.jms.lease
This is a lease specifically for a MessageHandle.
MessageLease() - Constructor for class org.exolab.jms.lease.MessageLease
Default constructor for the Serailizable/Externalizable interface
MessageLease(MessageHandle, long, LeaseEventListenerIfc) - Constructor for class org.exolab.jms.lease.MessageLease
Construct an instance of this class with the specified message handle and duration.
MessageLeaseHelper - Class in org.exolab.jms.messagemgr
This is a helper class for registering leases for messages with LeaseManager.
MessageLeaseHelper(DestinationCache) - Constructor for class org.exolab.jms.messagemgr.MessageLeaseHelper
Construct a helper for the specified destination cache.
MessageLeaseHelper(Connection, DestinationCache) - Constructor for class org.exolab.jms.messagemgr.MessageLeaseHelper
Construct a helper for the specified destination cache.
MessageManagerConfiguration - Class in org.exolab.jms.config
This element defines items specific to the message manager.
MessageManagerConfiguration() - Constructor for class org.exolab.jms.config.MessageManagerConfiguration
 
MessageManagerConfigurationDescriptor - Class in org.exolab.jms.config
Class MessageManagerConfigurationDescriptor.
MessageManagerConfigurationDescriptor() - Constructor for class org.exolab.jms.config.MessageManagerConfigurationDescriptor
 
MessageManagerEventListener - Interface in org.exolab.jms.messagemgr
A MessageManagerEventListener responds to events generated by the MessageMgr.
MessageMgr - Class in org.exolab.jms.messagemgr
This is the active message handling component within the JMS server.
MessageMgrException - Exception in org.exolab.jms.messagemgr
A general purpose exception to indicate a problem in the message manager.
MessageMgrException() - Constructor for exception org.exolab.jms.messagemgr.MessageMgrException
Construct a new MessageMgrException with no information.
MessageMgrException(String) - Constructor for exception org.exolab.jms.messagemgr.MessageMgrException
Construct a new MessageMgrException with a detail message
MessageMgrException(Throwable) - Constructor for exception org.exolab.jms.messagemgr.MessageMgrException
Construct a new MessageMgrException with the exception that caused it.
MessageMgrException(String, Throwable) - Constructor for exception org.exolab.jms.messagemgr.MessageMgrException
Construct a new MessageMgrException with a detail message and the exception that caused it
MessageQueue - Class in org.exolab.jms.messagemgr
The message queue stored messages based on a comparator.
MessageQueue(Comparator) - Constructor for class org.exolab.jms.messagemgr.MessageQueue
Instantiate an instance of this class with the specified comparator the comparator is used to order the elements in the queue.
messageRemoved(MessageImpl) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
 
messageRemoved(MessageImpl) - Method in class org.exolab.jms.messagemgr.ConsumerManager
 
messageRemoved(JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.DestinationCache
This method is called when the MessageMgr removes a message from the cache.
messageRemoved(MessageImpl) - Method in interface org.exolab.jms.messagemgr.DestinationCacheEventListener
This event is called when a message is removed from the DestinationCache.
messageRemoved(JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.DestinationManager
 
messageRemoved(JmsDestination, MessageImpl) - Method in interface org.exolab.jms.messagemgr.MessageManagerEventListener
This method is called when the MessageMgr removes a message from the cache.
messageRemoved(MessageImpl) - Method in class org.exolab.jms.messagemgr.QueueConsumerEndpoint
 
messageRemoved(JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
This method is called when the MessageMgr removes a message from the cache.
messageRemoved(MessageImpl) - Method in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
 
messageRemoved(JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.TopicDestinationCache
 
Messages - Class in org.exolab.jms.persistence
This class manages the persistent of message objects.
Messages() - Constructor for class org.exolab.jms.persistence.Messages
Default constructor does nothing at the moment.
MessageSessionIfc - Interface in org.exolab.jms.message
A session handle used for acknowledging a message.
mEXPONENT(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mFLOAT_SUFFIX(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mGE(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mGT(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mHEX_DIGIT(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mIDENT(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mIDENT_NON_START(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mIDENT_PART(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mIDENT_START(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
migrate() - Method in class org.exolab.jms.tools.db.DBTool
Migrates the database tables to the latest version
MINOR_VERSION - Static variable in class org.exolab.jms.util.Version
The minor version number
MINUS - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
MINUS - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
mLE(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mLPAREN(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mLT(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mMINUS(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mMULTIPLY(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mNOT_EQUAL(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mNUM_INT(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mPLUS(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mRPAREN(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
mSTRING_LITERAL(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
MULTIPLY - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
MULTIPLY - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
mWS(boolean) - Method in class org.exolab.jms.selector.parser.SelectorLexer
 

N

NAME - Static variable in class org.exolab.jms.events.BasicEventManager
 
name_ - Variable in class org.exolab.jms.tools.admin.BaseDialog
 
NAME_PROPERTY - Static variable in interface org.exolab.jms.jndi.JndiConstants
Deprecated.  
NameServiceProvider - Class in org.exolab.jms.server.mipc
This class is responsible for interpreting JNDI requests and delegating them to the server, and passing back any necessary replies.
NameServiceProvider(Context) - Constructor for class org.exolab.jms.server.mipc.NameServiceProvider
Construct a new NameServiceProvider
NameServiceProxy - Class in org.exolab.jms.jndi.http
The underlying communication interface for remote contexts over the http connector.
NameServiceProxy(HttpClient) - Constructor for class org.exolab.jms.jndi.http.NameServiceProxy
 
NameServiceProxy - Class in org.exolab.jms.jndi.mipc
The underlying communication interface for remote contexts over the tcp connector.
NameServiceProxy(Client) - Constructor for class org.exolab.jms.jndi.mipc.NameServiceProxy
 
NamingHelper - Class in org.exolab.jms.server
This class provides helper methods to access the name service's initial context.
NamingHelper() - Constructor for class org.exolab.jms.server.NamingHelper
 
next(Connection, String) - Method in class org.exolab.jms.persistence.SeedGenerator
Return the next seed value for the given name
next() - Method in class org.exolab.jms.scheduler.Scheduler
Return the next object in the queue to execute This method blocks until an object becomes available.
next(String) - Static method in class org.exolab.jms.util.UUID
Returns the next identifier, prepended with the specified prefix.
next() - Static method in class org.exolab.jms.util.UUID
Return the next identifier
nextToken() - Method in class org.exolab.jms.selector.parser.SelectorLexer
 
NON_PERSISTENT - Static variable in class org.exolab.jms.selector.Identifiers
The non-persistent delivery mode
normalizeHost(String) - Method in class org.exolab.jms.server.http.HttpJmsServer
This method will normalize the host name.
NOT_EQUAL - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
NOT_EQUAL - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
notExpression() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
notify(Object, String) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
A message has been received.
notify(Object, String) - Method in class org.exolab.jms.server.mipc.IpcJmsAdminConnection
A new request has been received.
notify(Object, String) - Method in class org.exolab.jms.server.mipc.IpcJmsReceiver
A new request has been received.
notify(Object, String) - Method in class org.exolab.jms.server.mipc.IpcJmsServerConnection
A new request has been received.
notify(Object, String) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
A new request has been received.
notify(Object, String) - Method in class org.exolab.jms.server.mipc.NameServiceProvider
A new request has been received.
notifyMe(Object) - Method in interface org.exolab.jms.message.ExpiryNotificationIfc
 
notifyMessageAvailable() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Check if the consumer is waiting for a message.
NULL - Static variable in class org.exolab.jms.transaction.TransactionManagerType
Instatiate instances related to each of the enumerations
NULL_TM_ORD - Static variable in class org.exolab.jms.transaction.TransactionManagerType
Oridnal values for each transaction manager type
NULL_TM_STR - Static variable in class org.exolab.jms.transaction.TransactionManagerType
Strign value for each transaction manager type
NULL_TREE_LOOKAHEAD - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
NULL_TREE_LOOKAHEAD - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
NullTransactionManager - Class in org.exolab.jms.transaction
This class instantiates the NullTransactionManager, which is used in place of a real transaction manager.
NullTransactionManager() - Constructor for class org.exolab.jms.transaction.NullTransactionManager
 
NUM_FLOAT - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
NUM_FLOAT - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
NUM_INT - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
NUM_INT - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
NUMERIC - Static variable in class org.exolab.jms.selector.Type
Numeric type

O

ObjectAdapter - Class in org.exolab.jms.persistence
This adapter is a wrapper class around the persistency mechanism.
ObjectAdapter(String, int, int, int) - Constructor for class org.exolab.jms.persistence.ObjectAdapter
Constructs a databse with the given name, if one does not exist, otherwise opens the existing database.
ObjectDialog - Class in org.exolab.jms.jndiadministration
A simple dialog to collect information for creating Contexts and objects
ObjectDialog(JFrame) - Constructor for class org.exolab.jms.jndiadministration.ObjectDialog
Creates new form ObjectDialog
ObjectMessageImpl - Class in org.exolab.jms.message
This class implements the javax.jms.ObjectMessage interface.
ObjectMessageImpl() - Constructor for class org.exolab.jms.message.ObjectMessageImpl
Construct a new ObjectMessage
OfflineConnection - Class in org.exolab.jms.jndiadministration
Use the IntraVM Jndi Context.
OfflineConnection(Component) - Constructor for class org.exolab.jms.jndiadministration.OfflineConnection
Connect to the intravm Jndi Server.
OfflineConnection - Class in org.exolab.jms.tools.admin
Connect directly to the Persistent store to retrieve information and perfrom updates.
OfflineConnection(Component) - Constructor for class org.exolab.jms.tools.admin.OfflineConnection
Connect to the RMIAdmin Server if in online mode, or open the database and update the data directly in offline mode.
OfflineConnectionException - Exception in org.exolab.jms.jndiadministration
Error when the admin manager fails to open the specified database in offline mode.
OfflineConnectionException() - Constructor for exception org.exolab.jms.jndiadministration.OfflineConnectionException
Default constructor with no additional info.
OfflineConnectionException(String) - Constructor for exception org.exolab.jms.jndiadministration.OfflineConnectionException
Construct an instance of this exception with the specified reason.
OfflineConnectionException - Exception in org.exolab.jms.tools.admin
Error when the admin manager fails to open the specified database in offline mode.
OfflineConnectionException() - Constructor for exception org.exolab.jms.tools.admin.OfflineConnectionException
Default constructor with no additional info.
OfflineConnectionException(String) - Constructor for exception org.exolab.jms.tools.admin.OfflineConnectionException
Construct an instance of this exception with the specified reason.
onException(JMSException) - Method in class org.exolab.jms.client.JmsConnectionFactory
 
onLeaseExpired(Object) - Method in interface org.exolab.jms.lease.LeaseEventListenerIfc
This method is called whenever a lease expires.
onLeaseExpired(Object) - Method in class org.exolab.jms.messagemgr.DestinationCache
This method is called whenever a lease expires.
onLeaseExpired(Object) - Method in class org.exolab.jms.messagemgr.MessageLeaseHelper
Invoked when a lease has expired.
onLeaseExpired(Object) - Method in class org.exolab.jms.server.rmi.RmiJmsServerConnection
 
OnlineConnection - Class in org.exolab.jms.jndiadministration
Connects to the OpenJMSServer for all updates and requests.
OnlineConnection(Component) - Constructor for class org.exolab.jms.jndiadministration.OnlineConnection
Connect to the Admin Server
OnlineConnection - Class in org.exolab.jms.tools.admin
Connects to the OpenJMSServer for all updates and requests.
OnlineConnection(Component) - Constructor for class org.exolab.jms.tools.admin.OnlineConnection
Connect to the Admin Server
OnlineConnection(String, String) - Constructor for class org.exolab.jms.tools.admin.OnlineConnection
Connect to the Admin Server, special constructor to be able to stop the server
OnlineConnectionException - Exception in org.exolab.jms.jndiadministration
Error when the admin mgr fails to connect to the named RMI server,
OnlineConnectionException() - Constructor for exception org.exolab.jms.jndiadministration.OnlineConnectionException
Default constructor with no additional info.
OnlineConnectionException(String) - Constructor for exception org.exolab.jms.jndiadministration.OnlineConnectionException
Construct an instance of this exception with the specified reason.
OnlineConnectionException - Exception in org.exolab.jms.tools.admin
Error when the admin mgr fails to connect to the named RMI server,
OnlineConnectionException() - Constructor for exception org.exolab.jms.tools.admin.OnlineConnectionException
Default constructor with no additional info.
OnlineConnectionException(String) - Constructor for exception org.exolab.jms.tools.admin.OnlineConnectionException
Construct an instance of this exception with the specified reason.
onMessage(Message) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
onMessage(Message) - Method in interface org.exolab.jms.client.rmi.RemoteJmsMessageListenerIfc
This method is called back by the server whenever it has a message for this session
onMessage(Message) - Method in class org.exolab.jms.client.rmi.RmiJmsMessageListener
 
onMessage(Message) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
onMessage(MessageHandle, boolean) - Method in interface org.exolab.jms.messagemgr.InternalMessageListener
Send the specified message to the client.
onMessage(MessageImpl) - Method in class org.exolab.jms.messagemgr.QueueBrowserEndpoint
 
onMessage(MessageImpl) - Method in interface org.exolab.jms.messagemgr.QueueListener
This method is called when a new message is added to a queue cache
onMessage(Message) - Method in class org.exolab.jms.server.http.HttpJmsSessionSender
Send a message to a listener.
onMessage(MessageHandle, boolean) - Method in class org.exolab.jms.server.JmsServerSession
 
onMessage(Message) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionSender
Send a JmsMessage to a listener.
onMessage(Message) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
onMessageAvailable(long) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
onMessageAvailable(long) - Method in interface org.exolab.jms.client.JmsMessageListener
Inform the session that there is a message available for the message consumer with the specified identity
onMessageAvailable(long) - Method in interface org.exolab.jms.client.rmi.RemoteJmsMessageListenerIfc
Notify the client that a message is available for it on the server
onMessageAvailable(long) - Method in class org.exolab.jms.client.rmi.RmiJmsMessageListener
 
onMessageAvailable(long) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
onMessageAvailable(long) - Method in interface org.exolab.jms.messagemgr.InternalMessageListener
Inform the session that there is a message available for the message consumer with the specified identity
onMessageAvailable(long) - Method in class org.exolab.jms.server.http.HttpJmsSessionSender
Notify the specified client that a message avaiable.
onMessageAvailable(long) - Method in class org.exolab.jms.server.JmsServerSession
 
onMessageAvailable(long) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionSender
Notify the specified client that a message avaiable.
onMessageAvailable(long) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
onMessages(Vector) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
onMessages(Vector) - Method in interface org.exolab.jms.client.JmsMessageListener
Send the specified collection of messages to the client
onMessages(Vector) - Method in interface org.exolab.jms.client.rmi.RemoteJmsMessageListenerIfc
This method is called back by the server whenever it has one or more messages for this session
onMessages(Vector) - Method in class org.exolab.jms.client.rmi.RmiJmsMessageListener
 
onMessages(Vector) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
onMessages(Vector) - Method in interface org.exolab.jms.messagemgr.InternalMessageListener
Send the specified collection of messages to the client
onMessages(Vector) - Method in class org.exolab.jms.server.http.HttpJmsSessionSender
Send the collection of messages to the client.
onMessages(Vector) - Method in class org.exolab.jms.server.JmsServerSession
 
onMessages(Vector) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionSender
Send the collection of messages to the client.
onMessages(Vector) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
openConnection() - Method in class org.exolab.jms.administration.http.HttpJmsAdminConnection
Create HTTP client connection.
openConnection() - Method in class org.exolab.jms.administration.http.SslHttpJmsAdminConnection
Create HTTPS client connection.
openConnection() - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
Opens a connection to the server.
openConnection() - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
openConnection(String) - Method in class org.exolab.jms.jndi.http.HttpJndiInitialContextFactory
Get a connection to the JNDI provider
openConnection(String) - Method in class org.exolab.jms.jndi.http.SslHttpJndiInitialContextFactory
Get a connection to the JNDI provider
OPENED - Static variable in class org.exolab.jms.tranlog.TransactionState
Instatiate instances related to each of the enumerations.
OPENED_ORD - Static variable in class org.exolab.jms.tranlog.TransactionState
The public ordinal values for each of the enumerates states
OpenJMSConsumer - Class in org.exolab.jms.tools.admin
This class controls all dispay characteristics and menus related to a consumer.
OpenJMSConsumer(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSConsumer
The constructor gets its unique name for this consumer plus a reference to its parent tree.
OpenJMSConsumerFolder - Class in org.exolab.jms.tools.admin
This is a folder node, which holds all durable consumers for a particular server.
OpenJMSConsumerFolder(JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
Construct an instance of this folder given the parent node.
OpenJMSContext - Class in org.exolab.jms.jndiadministration
This class controls all dispay characteristics and menus related to a queue/topic object.
OpenJMSContext(String, String, JTree) - Constructor for class org.exolab.jms.jndiadministration.OpenJMSContext
The constructor gets its unique name for this context and a reference to its parent tree.
OpenJMSDestination - Class in org.exolab.jms.tools.admin
This is the base class for all destination nodes.
OpenJMSDestination(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSDestination
The constructor gets its unique name for this queue/topic and a reference to its parent tree.
OpenJMSEditor - Class in org.exolab.jms.tools.admin
A gui to be used for editing cells.
OpenJMSEditor(JTree, JComboBox) - Constructor for class org.exolab.jms.tools.admin.OpenJMSEditor
 
OpenJMSNode - Interface in org.exolab.jms.jndiadministration
This interface is used to provide a generic method for all elements in the node to update their children once a node is expanded.
OpenJMSNode - Interface in org.exolab.jms.tools.admin
This interface is used to provide a generic method for all elements in the node to update their children once a node is expanded.
OpenJMSObject - Class in org.exolab.jms.jndiadministration
This class controls all dispay characteristics and menus related to an object.
OpenJMSObject(String, JTree) - Constructor for class org.exolab.jms.jndiadministration.OpenJMSObject
The constructor gets its unique name for this object plus a reference to its parent tree.
OpenJMSObject - Class in org.exolab.jms.tools.admin
This is the base class for all nodes.
OpenJMSObject(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSObject
The constructor gets its unique name for this object and a reference to its parent tree.
OpenJMSQueue - Class in org.exolab.jms.tools.admin
Extends the OpenJMSDestination node and defines a queue specific node
OpenJMSQueue(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSQueue
Construct a node with the specified queue name and the a reference to the parent node in the tree.
OpenJMSQueueFolder - Class in org.exolab.jms.tools.admin
This is a folder node, which holds all administered topics
OpenJMSQueueFolder(JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSQueueFolder
Construct an instance of this folder given the parent node.
OpenJMSServer - Class in org.exolab.jms.jndiadministration
This class controls all dispay characteristics and menus related to an OpenJMS Jndi Server.
OpenJMSServer(String, JTree) - Constructor for class org.exolab.jms.jndiadministration.OpenJMSServer
The OpenJMS server connection.
OpenJMSServer - Class in org.exolab.jms.tools.admin
This class controls all dispay characteristics and menus related to an OpenJMSServer.
OpenJMSServer(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSServer
The OpenJMS server connection.
OpenJMSTopic - Class in org.exolab.jms.tools.admin
Extends the OpenJMSDestination node and defines a topic specific node
OpenJMSTopic(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSTopic
Construct a node with the specified topic name and the a reference to the parent node in the tree.
OpenJMSTopicFolder - Class in org.exolab.jms.tools.admin
This is a folder node, which holds all administered topics
OpenJMSTopicFolder(JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSTopicFolder
Construct an instance of this folder given the parent node.
OpenJMSUser - Class in org.exolab.jms.tools.admin
Extends the OpenJMSObject node
OpenJMSUser(String, JTree) - Constructor for class org.exolab.jms.tools.admin.OpenJMSUser
Construct a node with the specified username and the a reference to the parent node in the tree.
orExpression() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
org.exolab.jms - package org.exolab.jms
 
org.exolab.jms.administration - package org.exolab.jms.administration
 
org.exolab.jms.administration.http - package org.exolab.jms.administration.http
 
org.exolab.jms.administration.intravm - package org.exolab.jms.administration.intravm
 
org.exolab.jms.administration.mipc - package org.exolab.jms.administration.mipc
 
org.exolab.jms.administration.rmi - package org.exolab.jms.administration.rmi
 
org.exolab.jms.authentication - package org.exolab.jms.authentication
 
org.exolab.jms.client - package org.exolab.jms.client
 
org.exolab.jms.client.http - package org.exolab.jms.client.http
 
org.exolab.jms.client.http.servlet - package org.exolab.jms.client.http.servlet
 
org.exolab.jms.client.intravm - package org.exolab.jms.client.intravm
 
org.exolab.jms.client.mipc - package org.exolab.jms.client.mipc
 
org.exolab.jms.client.rmi - package org.exolab.jms.client.rmi
 
org.exolab.jms.config - package org.exolab.jms.config
 
org.exolab.jms.config.types - package org.exolab.jms.config.types
 
org.exolab.jms.events - package org.exolab.jms.events
 
org.exolab.jms.gc - package org.exolab.jms.gc
 
org.exolab.jms.jndi - package org.exolab.jms.jndi
 
org.exolab.jms.jndi.http - package org.exolab.jms.jndi.http
 
org.exolab.jms.jndi.http.servlet - package org.exolab.jms.jndi.http.servlet
 
org.exolab.jms.jndi.intravm - package org.exolab.jms.jndi.intravm
 
org.exolab.jms.jndi.mipc - package org.exolab.jms.jndi.mipc
 
org.exolab.jms.jndi.rmi - package org.exolab.jms.jndi.rmi
 
org.exolab.jms.jndiadministration - package org.exolab.jms.jndiadministration
 
org.exolab.jms.lease - package org.exolab.jms.lease
 
org.exolab.jms.message - package org.exolab.jms.message
 
org.exolab.jms.messagemgr - package org.exolab.jms.messagemgr
 
org.exolab.jms.persistence - package org.exolab.jms.persistence
 
org.exolab.jms.scheduler - package org.exolab.jms.scheduler
 
org.exolab.jms.selector - package org.exolab.jms.selector
 
org.exolab.jms.selector.parser - package org.exolab.jms.selector.parser
 
org.exolab.jms.server - package org.exolab.jms.server
 
org.exolab.jms.server.http - package org.exolab.jms.server.http
 
org.exolab.jms.server.http.servlet - package org.exolab.jms.server.http.servlet
 
org.exolab.jms.server.intravm - package org.exolab.jms.server.intravm
 
org.exolab.jms.server.mipc - package org.exolab.jms.server.mipc
 
org.exolab.jms.server.rmi - package org.exolab.jms.server.rmi
 
org.exolab.jms.threads - package org.exolab.jms.threads
 
org.exolab.jms.tools.admin - package org.exolab.jms.tools.admin
 
org.exolab.jms.tools.db - package org.exolab.jms.tools.db
 
org.exolab.jms.tools.db.migration - package org.exolab.jms.tools.db.migration
 
org.exolab.jms.tranlog - package org.exolab.jms.tranlog
 
org.exolab.jms.transaction - package org.exolab.jms.transaction
 
org.exolab.jms.util - package org.exolab.jms.util
 

P

pack(String, String, String, String) - Method in class org.exolab.jms.client.http.HttpJmsServerStub
Pack all the data that is required by the server in a vector.
pack(String, int) - Method in class org.exolab.jms.jndi.http.NameServiceProxy
Pack all the data that is required by the server in a vector.
pack(String, int) - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
Pack all the data that is required by the server in a vector.
pack(Boolean, Object) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Pack all the data that is required by the server in a vector.
pack(Boolean, Object) - Method in class org.exolab.jms.server.mipc.NameServiceProvider
Pack all the data that is required by the server in a vector.
parse(String) - Method in class org.exolab.jms.jndi.JndiNameParser
Parse the specified name using the class defined syntax.
password - Variable in class org.exolab.jms.tools.admin.ChangePasswordDialog
 
password - Variable in class org.exolab.jms.tools.admin.CreateLogonDialog
 
password - Variable in class org.exolab.jms.tools.admin.CreateUserDialog
 
PersistenceAdapter - Class in org.exolab.jms.persistence
This adapter is a wrapper class around the persistency mechanism.
PersistenceAdapter() - Constructor for class org.exolab.jms.persistence.PersistenceAdapter
 
PersistenceException - Exception in org.exolab.jms.persistence
The PersistenceException is a general exception thrown by the persistence layer.
PersistenceException() - Constructor for exception org.exolab.jms.persistence.PersistenceException
Construct a new PersistenceException with no information.
PersistenceException(String) - Constructor for exception org.exolab.jms.persistence.PersistenceException
Construct a new PersistenceException with a detail message
PersistenceException(Throwable) - Constructor for exception org.exolab.jms.persistence.PersistenceException
Construct a new PersistenceException with the exception that caused it.
PersistenceException(String, Throwable) - Constructor for exception org.exolab.jms.persistence.PersistenceException
Construct a new PersistenceException with a detail message and the exception that caused it
PERSISTENT - Static variable in class org.exolab.jms.selector.Identifiers
The persistent delivery mode
PersistentMessage - Class in org.exolab.jms.persistence
A wrapper to the Message Object to assist in persistency.
PersistentMessage() - Constructor for class org.exolab.jms.persistence.PersistentMessage
Default constructor.
PersistentMessage(MessageImpl) - Constructor for class org.exolab.jms.persistence.PersistentMessage
Store the message to be persisted.
persistentMessageAdded(Connection, MessageImpl) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
 
persistentMessageAdded(Connection, MessageImpl) - Method in class org.exolab.jms.messagemgr.ConsumerManager
 
persistentMessageAdded(Connection, MessageImpl) - Method in interface org.exolab.jms.messagemgr.DestinationCacheEventListener
This event is called when a persistent message is added to the DestinationCache.
persistentMessageAdded(Connection, JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.DestinationManager
 
persistentMessageAdded(Connection, JmsDestination, MessageImpl) - Method in interface org.exolab.jms.messagemgr.MessageManagerEventListener
This event is called when the MessageMgr adds a persistent message to the cache.
persistentMessageAdded(Connection, MessageImpl) - Method in class org.exolab.jms.messagemgr.QueueConsumerEndpoint
 
persistentMessageAdded(Connection, JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
 
persistentMessageAdded(Connection, JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.TopicDestinationCache
 
PersistentMessageHandle - Class in org.exolab.jms.messagemgr
A persistent message handle extends MessageHandle and references a persistent message.
PersistentMessageHandle() - Constructor for class org.exolab.jms.messagemgr.PersistentMessageHandle
Default constructor
PersistentMessageHandle(MessageImpl) - Constructor for class org.exolab.jms.messagemgr.PersistentMessageHandle
Create a persistent handle from a message
persistentMessageRemoved(Connection, MessageImpl) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
 
persistentMessageRemoved(Connection, MessageImpl) - Method in class org.exolab.jms.messagemgr.ConsumerManager
 
persistentMessageRemoved(Connection, MessageImpl) - Method in interface org.exolab.jms.messagemgr.DestinationCacheEventListener
This event is called when a message is removed from the DestinationCache.
persistentMessageRemoved(Connection, JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.DestinationManager
 
persistentMessageRemoved(Connection, JmsDestination, MessageImpl) - Method in interface org.exolab.jms.messagemgr.MessageManagerEventListener
This event is called when the MessageMgr removes a persistent message from the cache.
persistentMessageRemoved(Connection, JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
 
persistentMessageRemoved(Connection, MessageImpl) - Method in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
 
persistentMessageRemoved(Connection, JmsDestination, MessageImpl) - Method in class org.exolab.jms.messagemgr.TopicDestinationCache
 
PersistentString - Class in org.exolab.jms.persistence
A simple helper class to wrap strings, and make object referenses easier.
PersistentString() - Constructor for class org.exolab.jms.persistence.PersistentString
The default constructor initialises an empty String
PersistentString(String) - Constructor for class org.exolab.jms.persistence.PersistentString
Initialise to the given String value
ping() - Method in class org.exolab.jms.server.http.HttpJmsSessionSender
Ping the client to see if its still active.
ping() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerConnectionIfc
Send a ping to the server.
ping() - Method in class org.exolab.jms.server.rmi.RmiJmsServerConnection
 
playbackMessages(QueueListener) - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
Playback all the messages in the cache to the specified QueueListener
PLUS - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
PLUS - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
PORT_NUMBER_PROPERTY - Static variable in interface org.exolab.jms.jndi.JndiConstants
Deprecated.  
PREFIX - Static variable in class org.exolab.jms.message.MessageId
The JMS message identifier prefix
prepare(Xid) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
prepare(Xid) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
prepare(Xid) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid
prepare(Xid) - Method in class org.exolab.jms.client.JmsXAQueueSession
 
prepare(Xid) - Method in class org.exolab.jms.client.JmsXATopicSession
 
prepare(Xid) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
prepare(Xid) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
prepare(Xid) - Method in class org.exolab.jms.messagemgr.ResourceManager
Obtain a list of prepared transaction branches from a resource manager.
prepare(Xid) - Method in class org.exolab.jms.server.JmsServerSession
 
prepare(Xid) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid
prepare(Xid) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
PREPARED - Static variable in class org.exolab.jms.tranlog.TransactionState
 
PREPARED_ORD - Static variable in class org.exolab.jms.tranlog.TransactionState
 
primaryExpression(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
Priority - Class in org.exolab.jms.message
Wrapper for JMSPriority
Priority() - Constructor for class org.exolab.jms.message.Priority
 
Priority(int) - Constructor for class org.exolab.jms.message.Priority
 
productExpression() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
Property - Class in org.exolab.jms.config
A property name and value that is used to create an InitialContext.
Property() - Constructor for class org.exolab.jms.config.Property
 
PropertyDescriptor - Class in org.exolab.jms.config
Class PropertyDescriptor.
PropertyDescriptor() - Constructor for class org.exolab.jms.config.PropertyDescriptor
 
propertyExists(String) - Method in class org.exolab.jms.message.MessageImpl
 
purgeMessages() - Method in interface org.exolab.jms.administration.AdminConnection
Deprecated. no replacement
purgeMessages() - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
purgeMessages() - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Deprecated. no replacement
purgeMessages() - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
purgeMessages() - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
purgeMessages() - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
Purge all processed messages from the database.
purgeMessages() - Method in class org.exolab.jms.persistence.ObjectAdapter
 
purgeMessages() - Method in class org.exolab.jms.persistence.PersistenceAdapter
Deprecated. no replacement
purgeMessages() - Method in class org.exolab.jms.persistence.RDBMSAdapter
Incrementally purge all processed messages from the database.
purgeMessages() - Method in class org.exolab.jms.server.AdminConnection
Deprecated. no replacement
purgeMessages() - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Purge all processed messages from the database
purgeMessages() - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
purgeMessages() - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Purge all processed messages from the database.
purgeMessages() - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
purgeMessages() - Method in class org.exolab.jms.tools.admin.OnlineConnection
 

Q

QueryDialog - Class in org.exolab.jms.jndiadministration
A generic query dialaog, used to confirm all add/delete operations.
QueryDialog(JFrame) - Constructor for class org.exolab.jms.jndiadministration.QueryDialog
Creates new form QueryDialog
QueryDialog - Class in org.exolab.jms.tools.admin
A generic query dialaog, used to confirm all add/delete operations.
QueryDialog(JFrame) - Constructor for class org.exolab.jms.tools.admin.QueryDialog
Creates new form QueryDialog
QUEUE - Static variable in interface org.exolab.jms.messagemgr.DestinationType
Represents a Queue destination
QueueBrowserEndpoint - Class in org.exolab.jms.messagemgr
A QueueBrowserEndpoint is a QueueListener to a QueueDestinationCache.
QueueConnectionFactory - Class in org.exolab.jms.config
Class QueueConnectionFactory.
QueueConnectionFactory() - Constructor for class org.exolab.jms.config.QueueConnectionFactory
 
QueueConnectionFactoryDescriptor - Class in org.exolab.jms.config
Class QueueConnectionFactoryDescriptor.
QueueConnectionFactoryDescriptor() - Constructor for class org.exolab.jms.config.QueueConnectionFactoryDescriptor
 
QueueConsumerEndpoint - Class in org.exolab.jms.messagemgr
A QueueConsumerEndpoint extends ConsumerEndpoint.
QueueDestinationCache - Class in org.exolab.jms.messagemgr
A DestinationCache for Queues
QueueListener - Interface in org.exolab.jms.messagemgr
QueueListeners are attached to QeueuDestinationCaches and are informed when new messages arrive.
QueueWorker - Interface in org.exolab.jms.util
A QueueWorker attached to a BlockingWorkerQueue and is called back when there is work for it.

R

RDBMSAdapter - Class in org.exolab.jms.persistence
This adapter is a wrapper class around the persistency mechanism.
RdbmsDatabaseConfiguration - Class in org.exolab.jms.config
 
RdbmsDatabaseConfiguration() - Constructor for class org.exolab.jms.config.RdbmsDatabaseConfiguration
 
RdbmsDatabaseConfigurationDescriptor - Class in org.exolab.jms.config
Class RdbmsDatabaseConfigurationDescriptor.
RdbmsDatabaseConfigurationDescriptor() - Constructor for class org.exolab.jms.config.RdbmsDatabaseConfigurationDescriptor
 
RDBMSTool - Class in org.exolab.jms.tools.db
This class provides support for creating and destroying tables in RDBMS databases.
RDBMSTool(Connection) - Constructor for class org.exolab.jms.tools.db.RDBMSTool
Construct a new RDBMSTool
readBoolean() - Method in class org.exolab.jms.message.BytesMessageImpl
Read a boolean from the bytes message stream
readBoolean() - Method in class org.exolab.jms.message.StreamMessageImpl
Read a boolean from the bytes message stream
readByte() - Method in class org.exolab.jms.message.BytesMessageImpl
Read a signed 8-bit value from the bytes message stream
readByte() - Method in class org.exolab.jms.message.StreamMessageImpl
Read a byte value from the stream message
readBytes(byte[]) - Method in class org.exolab.jms.message.BytesMessageImpl
Read a byte array from the bytes message stream
readBytes(byte[], int) - Method in class org.exolab.jms.message.BytesMessageImpl
Read a portion of the bytes message stream.
readBytes(byte[]) - Method in class org.exolab.jms.message.StreamMessageImpl
Read a byte array field from the stream message into the specified byte[] object (the read buffer).
readChar() - Method in class org.exolab.jms.message.BytesMessageImpl
Read a Unicode character value from the bytes message stream
readChar() - Method in class org.exolab.jms.message.StreamMessageImpl
 
readDouble() - Method in class org.exolab.jms.message.BytesMessageImpl
Read a double from the bytes message stream
readDouble() - Method in class org.exolab.jms.message.StreamMessageImpl
Read a double from the stream message
readExternal(ObjectInput) - Method in class org.exolab.jms.client.JmsConnectionFactory
 
readExternal(ObjectInput) - Method in class org.exolab.jms.client.JmsDestination
 
readExternal(ObjectInput) - Method in class org.exolab.jms.client.JmsQueue
 
readExternal(ObjectInput) - Method in class org.exolab.jms.client.JmsQueueConnectionFactory
 
readExternal(ObjectInput) - Method in class org.exolab.jms.client.JmsTemporaryQueue
 
readExternal(ObjectInput) - Method in class org.exolab.jms.client.JmsTemporaryTopic
 
readExternal(ObjectInput) - Method in class org.exolab.jms.client.JmsTopic
 
readExternal(ObjectInput) - Method in class org.exolab.jms.client.JmsTopicConnectionFactory
 
readExternal(ObjectInput) - Method in class org.exolab.jms.message.BytesMessageImpl
Serialize in this message's data
readExternal(ObjectInput) - Method in class org.exolab.jms.message.DeliveryModeImpl
 
readExternal(ObjectInput) - Method in class org.exolab.jms.message.DestinationImpl
 
readExternal(ObjectInput) - Method in class org.exolab.jms.message.MapMessageImpl
Serialize in this message's data
readExternal(ObjectInput) - Method in class org.exolab.jms.message.MessageId
 
readExternal(ObjectInput) - Method in class org.exolab.jms.message.MessageImpl
 
readExternal(ObjectInput) - Method in class org.exolab.jms.message.ObjectMessageImpl
Serialize in this message's data
readExternal(ObjectInput) - Method in class org.exolab.jms.message.Priority
 
readExternal(ObjectInput) - Method in class org.exolab.jms.message.StreamMessageImpl
Serialize in this message's data
readExternal(ObjectInput) - Method in class org.exolab.jms.message.TextMessageImpl
Serialize in this message's data
readExternal(ObjectInput) - Method in class org.exolab.jms.message.Timestamp
 
readExternal(ObjectInput) - Method in class org.exolab.jms.message.Type
 
readExternal(ObjectInput) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
 
readExternal(ObjectInput) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
 
readExternal(ObjectInput) - Method in class org.exolab.jms.persistence.PersistentMessage
 
readExternal(ObjectInput) - Method in class org.exolab.jms.persistence.PersistentString
 
readExternal(ObjectInput) - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
 
readExternal(ObjectInput) - Method in class org.exolab.jms.tranlog.DataTransactionLogEntry
 
readExternal(ObjectInput) - Method in class org.exolab.jms.tranlog.ExternalXid
 
readExternal(ObjectInput) - Method in class org.exolab.jms.tranlog.StateTransactionLogEntry
 
readExternal(ObjectInput) - Method in class org.exolab.jms.tranlog.TransactionState
 
readFloat() - Method in class org.exolab.jms.message.BytesMessageImpl
Read a float from the bytes message stream
readFloat() - Method in class org.exolab.jms.message.StreamMessageImpl
Read a float from the stream message
readInt() - Method in class org.exolab.jms.message.BytesMessageImpl
Read a signed 32-bit integer from the bytes message stream
readInt() - Method in class org.exolab.jms.message.StreamMessageImpl
 
readLong() - Method in class org.exolab.jms.message.BytesMessageImpl
Read a signed 64-bit integer from the bytes message stream
readLong() - Method in class org.exolab.jms.message.StreamMessageImpl
 
readObject() - Method in class org.exolab.jms.message.StreamMessageImpl
Read a Java object from the stream message
readShort() - Method in class org.exolab.jms.message.BytesMessageImpl
Read a signed 16-bit number from the bytes message stream
readShort() - Method in class org.exolab.jms.message.StreamMessageImpl
Read a 16-bit number from the stream message.
readString() - Method in class org.exolab.jms.message.StreamMessageImpl
Read in a string from the stream message
readUnsignedByte() - Method in class org.exolab.jms.message.BytesMessageImpl
Read an unsigned 8-bit number from the bytes message stream
readUnsignedShort() - Method in class org.exolab.jms.message.BytesMessageImpl
Read an unsigned 16-bit number from the bytes message stream
readUTF() - Method in class org.exolab.jms.message.BytesMessageImpl
Read in a string that has been encoded using a modified UTF-8 format from the bytes message stream
rebind(Name, String, Object) - Method in class org.exolab.jms.jndi.http.NameServiceProxy
 
rebind(Name, String, Object) - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
 
rebind(String, Object) - Method in class org.exolab.jms.jndiadministration.AdminConnection
Rebind the context with the given object.
rebind(String, Object) - Method in class org.exolab.jms.jndiadministration.OfflineConnection
Rebind the context with the given object.
rebind(String, Object) - Method in class org.exolab.jms.jndiadministration.OnlineConnection
Rebind the context with the given object.
rebind(Name, String, Object) - Method in class org.exolab.jms.server.mipc.NameServiceProvider
 
receiveMessage(long, long) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
receiveMessage(long, long) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
receiveMessage(long, long) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Return the next message for the specified client.
receiveMessage(long, long) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
receiveMessage(long, long) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
receiveMessage(long) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return the next message to the client.
receiveMessage(long) - Method in class org.exolab.jms.messagemgr.QueueBrowserEndpoint
 
receiveMessage(long) - Method in class org.exolab.jms.messagemgr.QueueConsumerEndpoint
 
receiveMessage(long) - Method in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
 
receiveMessage(long, long) - Method in class org.exolab.jms.server.JmsServerSession
Return the next message for the specified client.
receiveMessage(JmsServerSession, Long, Long) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Receive a message from the provider
receiveMessage(long, long) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Return the next message for the specified client.
receiveMessage(long, long) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Return the next message for the specified client.
receiveMessages(long, int) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
receiveMessages(long, int) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
receiveMessages(long, int) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Return a collection of messages from the specified client upto the nominated count.
receiveMessages(long, int) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
receiveMessages(long, int) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
receiveMessages(int) - Method in class org.exolab.jms.messagemgr.QueueBrowserEndpoint
Return, at most, count messages from the cache.
receiveMessages(long, int) - Method in class org.exolab.jms.server.JmsServerSession
Return up to count messages from the endpoint with the specified client identity.
receiveMessages(JmsServerSession, Long, Integer) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Receive upto count messages from the endpoint
receiveMessages(long, int) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Return upto count messages from the endpoint with the specified client identity.
receiveMessages(long, int) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
receiveNoWait() - Method in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
Returns the first available message
recover() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
recover(int) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
recover() - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
recover(int) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
recover() - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Recover the session.
recover(int) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Obtain a list of prepared transaction branches from a resource manager.
recover(int) - Method in class org.exolab.jms.client.JmsXAQueueSession
 
recover(int) - Method in class org.exolab.jms.client.JmsXATopicSession
 
recover() - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
recover(int) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
recover() - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
recover(int) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
recover() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
This message will return all unacked messages to the queue and allow them to be resent to the consumer with the redelivery flag on.
recover(int) - Method in class org.exolab.jms.messagemgr.ResourceManager
Inform the resource manager to roll back work done on behalf of a transaction branch
recover() - Method in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
 
recover() - Method in class org.exolab.jms.server.JmsServerSession
Call recover on all registered consumers.
recover(int) - Method in class org.exolab.jms.server.JmsServerSession
 
recover(JmsServerSession) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
recover the session
recover() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Recover the session.
recover(int) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Obtain a list of prepared transaction branches from a resource manager.
recover() - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Recover the session
recover(int) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
recover() - Method in class org.exolab.jms.tranlog.TransactionLog
Force a recovery of this log file.
refresh() - Method in class org.exolab.jms.jndiadministration.OpenJMSServer
This node has changed.
refresh() - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
This node has changed.
refresh() - Method in class org.exolab.jms.tools.admin.OpenJMSObject
This node has changed.
refresh() - Method in class org.exolab.jms.tools.admin.OpenJMSServer
This node has changed.
register(GarbageCollectable) - Method in class org.exolab.jms.gc.GarbageCollectionService
Register an entity that wishes to participate in the garbage collection process.
registerConfiguredAdministeredDestinations() - Method in class org.exolab.jms.messagemgr.DestinationManager
This method will create the administered destinations specified in the configuration.
registerConfiguredUsers() - Method in class org.exolab.jms.authentication.UserManager
Registers users specified in the configuration
registerConsumer(ConsumerEndpoint) - Method in class org.exolab.jms.messagemgr.DestinationCache
Register a consumer with this cache.
registerConsumer(ConsumerEndpoint) - Method in class org.exolab.jms.messagemgr.TopicDestinationCache
 
registerEvent(Event, long) - Method in class org.exolab.jms.events.BasicEventManager
Register an event to be fired once and only once at the specified abolsute time.
registerEvent(Event, long) - Method in interface org.exolab.jms.events.EventManager
Register an event to be fired once and only once at the specified abolsute time.
registerEventRelative(Event, long) - Method in class org.exolab.jms.events.BasicEventManager
Register an event to be fired once and only once at a time relative to now.
registerEventRelative(Event, long) - Method in interface org.exolab.jms.events.EventManager
Register an event to be fired once and only once at a time relative to now.
registerServices() - Method in class org.exolab.jms.server.JmsServer
Initialise the services
RemoteJmsAdminConnectionIfc - Interface in org.exolab.jms.server.rmi
This specifies all the administration methods that can be used to control the JMS server through an RMI connector.
RemoteJmsAdminServerIfc - Interface in org.exolab.jms.server.rmi
This specifies all the administration methods that can be used to control the JMS server through an RMI connector.
RemoteJmsMessageListenerIfc - Interface in org.exolab.jms.client.rmi
This is an RMI implementation of a RMI-based MessageListener.
RemoteJmsServerConnectionIfc - Interface in org.exolab.jms.server.rmi
This class RMI enables the JmsServerConnection by allowing clients to access the object across another VM.
RemoteJmsServerIfc - Interface in org.exolab.jms.server.rmi
This specifies all the JmsServer methods that are available remotely.
RemoteJmsServerSessionIfc - Interface in org.exolab.jms.server.rmi
This is an RMI wrapper for the JmsServerSession object.
remove(Object) - Method in class org.exolab.jms.messagemgr.MessageQueue
Remove the object from the queue
remove(Connection, String) - Method in class org.exolab.jms.persistence.Messages
Remove a message with the specified identity from the database
remove(Runnable) - Method in class org.exolab.jms.scheduler.Scheduler
Remove a Runnable object from the scheduler queue.
remove(JmsServerSession) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionList
Remove a sesson notifier.
removeAdministeredQueue(AdministeredQueue) - Method in class org.exolab.jms.config.AdministeredDestinations
Method removeAdministeredQueue
removeAdministeredTopic(AdministeredTopic) - Method in class org.exolab.jms.config.AdministeredDestinations
Method removeAdministeredTopic
removeAll() - Method in class org.exolab.jms.lease.LeaseManager
Remove all the leases from the queue.
removeAll(Connection) - Method in class org.exolab.jms.persistence.SeedGenerator
Remove all seeds.
removeAll() - Method in class org.exolab.jms.server.mipc.IpcJmsSessionList
Remove all session notfiers and close the client connection.
removeAllConnections() - Method in class org.exolab.jms.server.mipc.IpcJmsServer
Remove all managed client connections
removeAttribute(Attribute) - Method in class org.exolab.jms.tools.db.Table
Method removeAttribute
removeColumn(Column) - Method in class org.exolab.jms.tools.db.Index
Method removeColumn
removeConnection(JmsConnection) - Method in class org.exolab.jms.client.JmsConnectionFactory
Remove the specified connection from the list of managed connections..
removeConnection(JmsServerSession, MultiplexConnectionIfc) - Method in class org.exolab.jms.server.mipc.IpcJmsServer
Remove this sessions connection
removeConnector(Connector) - Method in class org.exolab.jms.config.Connectors
Method removeConnector
removeConnectorResource(ConnectorResource) - Method in class org.exolab.jms.config.ConnectorResources
Method removeConnectorResource
removeDeprecated(Deprecated) - Method in class org.exolab.jms.tools.db.Database
Method removeDeprecated
removeDestination(String) - Method in interface org.exolab.jms.administration.AdminConnection
Destroy the specified destination and all associated messsages and consumers.
removeDestination(String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
removeDestination(String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Destroy the specified destination and all associated messsages and consumers.
removeDestination(String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
removeDestination(String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
removeDestination(JmsDestination) - Method in class org.exolab.jms.messagemgr.MessageMgr
Remove this destination and all attached consumers.
removeDestination(Connection, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
removeDestination(Connection, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
removeDestination(Connection, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Remove the destination with the specified name and all registered consumers from the database.
removeDestination(Connection, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
removeDestination(String) - Method in class org.exolab.jms.server.AdminConnection
Destroy the specified destination and all associated messsages and consumers.
removeDestination(String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Destroy the specified destination and all associated messsages and consumers.
removeDestination(String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
removeDestination(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Destroy the specified destination and all associated messsages and consumers.
removeDestination(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
removeDestination(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
removeDurableConsumer(String) - Method in interface org.exolab.jms.administration.AdminConnection
Remove the specified durable consumer
removeDurableConsumer(String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
removeDurableConsumer(String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Remove the the specified durable consumer
removeDurableConsumer(String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
removeDurableConsumer(String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
removeDurableConsumer(String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
This method will remove the durable consumer from the database and from transient memory only if it exists and is inactive.
removeDurableConsumer(Connection, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
removeDurableConsumer(Connection, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
removeDurableConsumer(Connection, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Remove the durable consumer for the specified topic.
removeDurableConsumer(Connection, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
removeDurableConsumer(String) - Method in class org.exolab.jms.server.AdminConnection
Remove the consumer attached to the specified destination and with the passed in name
removeDurableConsumer(String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Remove the consumer attached to the specified destination and with the passed in name
removeDurableConsumer(String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
removeDurableConsumer(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Remove the consumer with the specified name
removeDurableConsumer(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
removeDurableConsumer(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
removeDurableConsumers(JmsDestination) - Method in class org.exolab.jms.messagemgr.ConsumerManager
This method will remove all the durable consumers from the database and from transient memory whether they are active or not.
removeEventListener(JmsDestination, MessageManagerEventListener) - Method in class org.exolab.jms.messagemgr.MessageMgr
Remove the listener for the specified destination.
removeExpiredMessageHandles(Connection, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
removeExpiredMessageHandles(Connection, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
removeExpiredMessageHandles(Connection, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Remove all expired messages handles associated with this durable consumer.
removeExpiredMessageHandles(Connection, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
removeExpiredMessages(Connection) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
removeExpiredMessages(Connection) - Method in class org.exolab.jms.persistence.Messages
Delete all expired messages and associated message handles.
removeExpiredMessages(Connection) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
removeExpiredMessages(Connection) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Remove all expired messages and associated references from the database.
removeExpiredMessages(Connection) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
removeFirst() - Method in class org.exolab.jms.messagemgr.MessageQueue
Removes and returns the first element on the queue.
removeFirstMessage() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return the first message handle in the cache
removeFromUserCache(User) - Method in class org.exolab.jms.authentication.UserManager
Remove the specified user from the cache
removeIndex(Index) - Method in class org.exolab.jms.tools.db.Table
Method removeIndex
removeLast() - Method in class org.exolab.jms.messagemgr.MessageQueue
Removes and returns the last element in the queue
removeLease(BaseLease) - Method in class org.exolab.jms.lease.LeaseManager
Remove the specified lease.
removeLease(MessageImpl) - Method in class org.exolab.jms.messagemgr.MessageLeaseHelper
Remove a lease for a message
removeMessage(MessageHandle) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Remove the handle from the cache
removeMessage(Connection, String) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
removeMessage(Connection, String) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
removeMessage(Connection, String) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Remove the message with the specified identity from the database
removeMessage(Connection, String) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
removeMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
removeMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
removeMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Remove the specified persistent message handle.
removeMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
removeMessages(Connection, String) - Method in class org.exolab.jms.persistence.Messages
Delete all messages for the given destination
removeProperty(Property) - Method in class org.exolab.jms.config.JndiConfiguration
Method removeProperty
removeQueueConnectionFactory(QueueConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method removeQueueConnectionFactory
removeQueueListener(QueueListener) - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
Remove the queue listener associated with this cache
removeSubscriber(Subscriber) - Method in class org.exolab.jms.config.AdministeredTopic
Method removeSubscriber
removeTable(Table) - Method in class org.exolab.jms.tools.db.Database
Method removeTable
removeTopicConnectionFactory(TopicConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method removeTopicConnectionFactory
removeUser(String) - Method in interface org.exolab.jms.administration.AdminConnection
Remove the specified user
removeUser(String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
removeUser(String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Remove the specified user
removeUser(String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
removeUser(String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
removeUser(User) - Method in class org.exolab.jms.authentication.AuthenticationMgr
Remove this user
removeUser(User) - Method in class org.exolab.jms.config.Users
Method removeUser
removeUser(Connection, User) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
removeUser(Connection, User) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
removeUser(Connection, User) - Method in class org.exolab.jms.persistence.PersistenceAdapter
 
removeUser(Connection, User) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
removeUser(String) - Method in class org.exolab.jms.server.AdminConnection
Remove the specified user
removeUser(String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Remove the specified user
removeUser(String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
removeUser(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Remove a user from the DB.
removeUser(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
removeUser(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
removeXAQueueConnectionFactory(XAQueueConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method removeXAQueueConnectionFactory
removeXATopicConnectionFactory(XATopicConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method removeXATopicConnectionFactory
renameContext(String, String) - Method in class org.exolab.jms.jndiadministration.AdminConnection
Rename context with the given name.
renameContext(String, String) - Method in class org.exolab.jms.jndiadministration.OfflineConnection
Rename context with the given name.
renameContext(String, String) - Method in class org.exolab.jms.jndiadministration.OnlineConnection
Rename context with the given name.
renewLease(BaseLease, long) - Method in class org.exolab.jms.lease.LeaseManager
Renew the lease on the specified object
reset() - Method in class org.exolab.jms.message.BytesMessageImpl
Put the message body in read-only mode, and reposition the stream of bytes to the beginning
reset() - Method in class org.exolab.jms.message.StreamMessageImpl
Put the message body in read-only mode, and reposition the stream to the beginning
RESOLUTION_BYTES - Static variable in class org.exolab.jms.util.UUIDGenerator
/** The identifier resolution in bytes.
resolve(String) - Method in class org.exolab.jms.messagemgr.MessageMgr
Resolves a destination given its name
resolveConsumer(JmsDestination, String) - Method in class org.exolab.jms.messagemgr.MessageMgr
Resolves a consumer given its destination and an identity.
resolveExpiredMessage(MessageHandle) - Method in class org.exolab.jms.messagemgr.DestinationCache
Resolve an expired message through its handle
resolveExpiredMessage(MessageHandle) - Method in class org.exolab.jms.messagemgr.TopicDestinationCache
Resolve an expired message through its handle
ResourceManager - Class in org.exolab.jms.messagemgr
The resource manager provides XA support for the JMS Server.
ResourceManager(String) - Constructor for class org.exolab.jms.messagemgr.ResourceManager
Construct a resource manager using the specified directory, which must already exist.
ResourceManagerException - Exception in org.exolab.jms.messagemgr
This exception is raised by the ResourceManager on any general error.
ResourceManagerException() - Constructor for exception org.exolab.jms.messagemgr.ResourceManagerException
Default constructor with no additional info.
ResourceManagerException(String) - Constructor for exception org.exolab.jms.messagemgr.ResourceManagerException
Construct an instance of this exception with the specified reason.
resume(Transaction) - Method in class org.exolab.jms.transaction.NullTransactionManager
 
RETRY_INTERVAL_PROP - Variable in class org.exolab.jms.client.rmi.RmiJmsConnectionStub
System property, which specifies the interval between successive retries.
returnMessage(MessageHandle) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return the specified message to the cache.
returnMessage(MessageHandle) - Method in class org.exolab.jms.messagemgr.QueueBrowserEndpoint
 
returnMessage(MessageHandle) - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
Return the specified message to top of the queue.
RM_LOGFILE_EXTENSION - Static variable in class org.exolab.jms.messagemgr.ResourceManager
The extension for all transaction log files
RMI - Static variable in class org.exolab.jms.config.types.SchemeType
The instance of the rmi type
RMI_CLIENT_PING_INTERVAL - Static variable in interface org.exolab.jms.client.rmi.RmiJmsConstants
This is the property name for specifying the ping interval
RMI_TYPE - Static variable in class org.exolab.jms.config.types.SchemeType
The rmi type
RmiConfiguration - Class in org.exolab.jms.config
This element defines items specific to the RMI connector.
RmiConfiguration() - Constructor for class org.exolab.jms.config.RmiConfiguration
 
RmiConfigurationDescriptor - Class in org.exolab.jms.config
Class RmiConfigurationDescriptor.
RmiConfigurationDescriptor() - Constructor for class org.exolab.jms.config.RmiConfigurationDescriptor
 
RmiJmsAdminConnection - Class in org.exolab.jms.administration.rmi
This class is repsonsible for an admin connection to the RMI server
RmiJmsAdminConnection(String, int, String, String, String) - Constructor for class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
Create the connection to the server, using the specified host, port and registry binding
RmiJmsAdminConnection - Class in org.exolab.jms.server.rmi
This class implements the RemoteJmsAdminServerIfc and simply delegates all the request to the JmsAdmin singleton instance.
RmiJmsAdminConnection(AdminConnection) - Constructor for class org.exolab.jms.server.rmi.RmiJmsAdminConnection
The default constructor simply calls the base class' default constructor.
RmiJmsAdminServer - Class in org.exolab.jms.server.rmi
This class implements the RemoteJmsAdminServerIfc and simply delegates all the request to the JmsAdmin singleton instance.
RmiJmsAdminServer() - Constructor for class org.exolab.jms.server.rmi.RmiJmsAdminServer
The default constructor simply calls the base class' default constructor.
RmiJmsConnectionStub - Class in org.exolab.jms.client.rmi
This class is repsonsible for returning a reference to a remote JMS connection.
RmiJmsConnectionStub(RemoteJmsServerConnectionIfc, int, RmiJmsServerStub) - Constructor for class org.exolab.jms.client.rmi.RmiJmsConnectionStub
Instantiate an instance of this class with the specified remote object.
RmiJmsConstants - Interface in org.exolab.jms.client.rmi
This interface defines constants used by this package.
RmiJmsMessageListener - Class in org.exolab.jms.client.rmi
This is an implementation of the RemoteJmsMessageListenerIfc interface.
RmiJmsMessageListener(JmsMessageListener) - Constructor for class org.exolab.jms.client.rmi.RmiJmsMessageListener
Instantiate an instance of this class with a non null listener.
RmiJmsServer - Class in org.exolab.jms.server.rmi
This class implements the JmsServerIfc and provides an RMI-based JMS Server.
RmiJmsServer() - Constructor for class org.exolab.jms.server.rmi.RmiJmsServer
The default constructor determines whether or not to run the RMI registry in embedded mode or not.
RmiJmsServerConnection - Class in org.exolab.jms.server.rmi
This is an implementation of the RemoteJmsServerConnectionIfc interface which wraps the JmsConnection class.
RmiJmsServerConnection(JmsServerConnection, int) - Constructor for class org.exolab.jms.server.rmi.RmiJmsServerConnection
Instantiae an instance of this class with a JmsServerConnection instance.
RmiJmsServerSession - Class in org.exolab.jms.server.rmi
This is an implementation of the RemoteJmsServerSessionIfc which delegates all requests to the JmsServerSession class.
RmiJmsServerSession(JmsServerSession) - Constructor for class org.exolab.jms.server.rmi.RmiJmsServerSession
Instantiate an instance of this class given a JmsServerSession.
RmiJmsServerStub - Class in org.exolab.jms.client.rmi
This class is responsible for returning a reference to the remote JMS server.
RmiJmsServerStub(Hashtable) - Constructor for class org.exolab.jms.client.rmi.RmiJmsServerStub
The constructor instantiate server based on the environment variables passed in
RmiJmsSessionStub - Class in org.exolab.jms.client.rmi
This class is repsonsible for managing a reference to a remote session object in additon to registering itself as an object, with the RMI registry.
RmiJmsSessionStub(RemoteJmsServerSessionIfc) - Constructor for class org.exolab.jms.client.rmi.RmiJmsSessionStub
Instantiate an instance of this class using the specified session stub.
RmiJndiInitialContextFactory - Class in org.exolab.jms.jndi.rmi
This is the client side helper class that retrieves the root context of the JNDI server.
RmiJndiInitialContextFactory() - Constructor for class org.exolab.jms.jndi.rmi.RmiJndiInitialContextFactory
This class is required to have a default constructor
RmiJndiServer - Class in org.exolab.jms.server.rmi
This class enables clients to interface to the embedded JNDI provider using the RMI connector
RmiJndiServer(Context) - Constructor for class org.exolab.jms.server.rmi.RmiJndiServer
Construct a new RmiJndiServer
rollback() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
rollback(Xid) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
rollback() - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
rollback(Xid) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
rollback() - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Rollback the session, which will not acknowledge any of the sent messages
rollback(Xid) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Inform the resource manager to roll back work done on behalf of a transaction branch
rollback() - Method in class org.exolab.jms.client.JmsXAQueueSession
 
rollback(Xid) - Method in class org.exolab.jms.client.JmsXAQueueSession
 
rollback() - Method in class org.exolab.jms.client.JmsXATopicSession
 
rollback(Xid) - Method in class org.exolab.jms.client.JmsXATopicSession
 
rollback() - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
rollback(Xid) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
rollback() - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
rollback(Xid) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
rollback(Xid) - Method in class org.exolab.jms.messagemgr.ResourceManager
Set the current transaction timeout value for this XAResource instance.
rollback(Connection) - Static method in class org.exolab.jms.persistence.SQLHelper
 
rollback() - Method in class org.exolab.jms.server.JmsServerSession
Abort, will return all unacked messages to their respective endpoints, if they are still active.
rollback(Xid) - Method in class org.exolab.jms.server.JmsServerSession
 
rollback(JmsServerSession) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
rollback the session
rollback() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Rollback the session.
rollback(Xid) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Inform the resource manager to roll back work done on behalf of a transaction branch
rollback() - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Rollback the session
rollback(Xid) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
rollback() - Method in class org.exolab.jms.transaction.NullTransactionManager
 
RPAREN - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
RPAREN - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
run() - Method in class org.exolab.jms.authentication.AuthenticationMgr
 
run() - Method in class org.exolab.jms.events.BasicEventManager
 
run() - Method in class org.exolab.jms.gc.GarbageCollectionService
 
run() - Method in class org.exolab.jms.lease.LeaseManager
The run method will search for expired leases, remove them from the list and notify listeners
run() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
The run method is used to asynchronously deliver the messages in the cache to the consumer, by invoking ConsumerEndpoint.deliverMessages().
run() - Method in class org.exolab.jms.messagemgr.MessageMgr
 
run() - Method in class org.exolab.jms.messagemgr.ResourceManager
 
run() - Method in class org.exolab.jms.scheduler.Scheduler
Start the scheduler This can only be terminated by invoking Scheduler.stop()
run() - Method in class org.exolab.jms.server.EmbeddedJmsServer
This method calls the init method on the serverObj_.It assumes that the serverObj, has been correctly initialised, which is the responsibility of the constructor.
run() - Method in class org.exolab.jms.server.http.HttpJmsSessionPinger
The main loop of the thread which does the pinging.
run() - Method in class org.exolab.jms.server.mipc.IpcServerChannel
This method is called when the thread starts.
run() - Method in class org.exolab.jms.threads.ThreadPoolManager
This starts the ThreadPoolManager's thread
run() - Method in class org.exolab.jms.util.BlockingWorkerQueue
This method is called once the thread has started.
run() - Method in class org.exolab.jms.util.Clock
 

S

schedule() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Schedule asynchronouse message delivery
Scheduler - Class in org.exolab.jms.scheduler
The scheduler is responsible for executing Runnable objects using a thread pool.
SchedulerConfiguration - Class in org.exolab.jms.config
This element defines items specific to the scheduler.
SchedulerConfiguration() - Constructor for class org.exolab.jms.config.SchedulerConfiguration
 
SchedulerConfigurationDescriptor - Class in org.exolab.jms.config
Class SchedulerConfigurationDescriptor.
SchedulerConfigurationDescriptor() - Constructor for class org.exolab.jms.config.SchedulerConfigurationDescriptor
 
SCHEMA_VERSION - Static variable in class org.exolab.jms.persistence.RDBMSAdapter
The schema version number.
SchemaBrowser - Class in org.exolab.jms.tools.db
This class provides methods for examining a database schema
SchemaBrowser(Connection) - Constructor for class org.exolab.jms.tools.db.SchemaBrowser
Construct a new SchemaBrowser
SchemaConverter - Interface in org.exolab.jms.tools.db
Migrates a database schema from one version to another
SchemaConverterFactory - Class in org.exolab.jms.tools.db
A factory for SchemaConverter instances
SchemaConverterFactory() - Constructor for class org.exolab.jms.tools.db.SchemaConverterFactory
 
SchemaHelper - Class in org.exolab.jms.tools.db
Schema utility class
SchemaHelper() - Constructor for class org.exolab.jms.tools.db.SchemaHelper
 
SchemeType - Class in org.exolab.jms.config.types
Class SchemeType.
SchemeTypeDescriptor - Class in org.exolab.jms.config.types
Class SchemeTypeDescriptor.
SchemeTypeDescriptor() - Constructor for class org.exolab.jms.config.types.SchemeTypeDescriptor
 
SecurityConfiguration - Class in org.exolab.jms.config
This element defines items specific to the OpenJMS server.
SecurityConfiguration() - Constructor for class org.exolab.jms.config.SecurityConfiguration
 
SecurityConfigurationDescriptor - Class in org.exolab.jms.config
Class SecurityConfigurationDescriptor.
SecurityConfigurationDescriptor() - Constructor for class org.exolab.jms.config.SecurityConfigurationDescriptor
 
SeedGenerator - Class in org.exolab.jms.persistence
This class generates seeds
SeedGenerator() - Constructor for class org.exolab.jms.persistence.SeedGenerator
Constructor
selector() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
selector(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
Selector - Class in org.exolab.jms.selector
This class enables messages to be filtered using a message selector.
Selector(String) - Constructor for class org.exolab.jms.selector.Selector
Construct a message selector that selects messages based on the supplied expression.
SelectorAST - Class in org.exolab.jms.selector.parser
Selector AST node.
SelectorAST() - Constructor for class org.exolab.jms.selector.parser.SelectorAST
Construct a new SelectorAST
SelectorException - Exception in org.exolab.jms.selector
Selector exception
SelectorException(String) - Constructor for exception org.exolab.jms.selector.SelectorException
Construct a new SelectorException
SelectorException(Context, String) - Constructor for exception org.exolab.jms.selector.SelectorException
Construct a new SelectorException
SelectorLexer - Class in org.exolab.jms.selector.parser
 
SelectorLexer(InputStream) - Constructor for class org.exolab.jms.selector.parser.SelectorLexer
 
SelectorLexer(Reader) - Constructor for class org.exolab.jms.selector.parser.SelectorLexer
 
SelectorLexer(InputBuffer) - Constructor for class org.exolab.jms.selector.parser.SelectorLexer
 
SelectorLexer(LexerSharedInputState) - Constructor for class org.exolab.jms.selector.parser.SelectorLexer
 
SelectorParser - Class in org.exolab.jms.selector.parser
 
SelectorParser(TokenBuffer, int) - Constructor for class org.exolab.jms.selector.parser.SelectorParser
 
SelectorParser(TokenBuffer) - Constructor for class org.exolab.jms.selector.parser.SelectorParser
 
SelectorParser(TokenStream, int) - Constructor for class org.exolab.jms.selector.parser.SelectorParser
 
SelectorParser(TokenStream) - Constructor for class org.exolab.jms.selector.parser.SelectorParser
 
SelectorParser(ParserSharedInputState) - Constructor for class org.exolab.jms.selector.parser.SelectorParser
 
SelectorTokenTypes - Interface in org.exolab.jms.selector.parser
Selector parser
SelectorTreeParser - Class in org.exolab.jms.selector.parser
 
SelectorTreeParser() - Constructor for class org.exolab.jms.selector.parser.SelectorTreeParser
 
SelectorTreeParserTokenTypes - Interface in org.exolab.jms.selector.parser
Selector tree parser
selects(Message) - Method in class org.exolab.jms.selector.Selector
Return if message is selected by the expression
send(Vector) - Method in class org.exolab.jms.jndi.http.NameServiceProxy
A convenience method to send a packed command to the server.
send(Vector) - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
A convenience method to send a packed command to the server.
sendMessage(Message) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
sendMessage(Message) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
sendMessage(Message) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Send the specified message to the server.
sendMessage(Message) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
sendMessage(Message) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
sendMessage(Message) - Method in class org.exolab.jms.server.JmsServerSession
Send the specified message to the server
sendMessage(JmsServerSession, Message) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
A JmsMessage has been sent.
sendMessage(Message) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Send the specified message to the server.
sendMessage(Message) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Send the specified message to the server.
sendMessages(Vector) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
sendMessages(Vector) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
sendMessages(Vector) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Send the specified messages to the server.
sendMessages(Vector) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
sendMessages(Vector) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
sendMessages(Vector) - Method in class org.exolab.jms.server.JmsServerSession
Send the specified messages to the server.
sendMessages(JmsServerSession, Vector) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
A collection of messages have been sent
sendMessages(Vector) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Send the specified messages to the server.
sendMessages(Vector) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Send the specified messages to the server.
SEPARATOR - Static variable in class org.exolab.jms.client.JmsTopic
 
SerializationHelper - Class in org.exolab.jms.tranlog
A utility class to assist with serialization and desearialization of objects to and from byte stream
SerializationHelper() - Constructor for class org.exolab.jms.tranlog.SerializationHelper
 
serialize(MessageImpl) - Method in class org.exolab.jms.persistence.Messages
Get the message as a serialized blob
serialize(Object) - Static method in class org.exolab.jms.tranlog.SerializationHelper
Serialize the specified object
Server - Class in org.exolab.jms.config
Class Server.
Server() - Constructor for class org.exolab.jms.config.Server
 
SERVER_URL - Static variable in interface org.exolab.jms.client.rmi.RmiJmsConstants
This url is used to locate the server
ServerConfiguration - Class in org.exolab.jms.config
This element defines items specific to the OpenJMS server.
ServerConfiguration() - Constructor for class org.exolab.jms.config.ServerConfiguration
 
ServerConfigurationDescriptor - Class in org.exolab.jms.config
Class ServerConfigurationDescriptor.
ServerConfigurationDescriptor() - Constructor for class org.exolab.jms.config.ServerConfigurationDescriptor
 
ServerDescriptor - Class in org.exolab.jms.config
Class ServerDescriptor.
ServerDescriptor() - Constructor for class org.exolab.jms.config.ServerDescriptor
 
ServerException - Exception in org.exolab.jms.server
A general purpose exception to indicate a problem in the JMS server.
ServerException() - Constructor for exception org.exolab.jms.server.ServerException
Construct a new ServerException with no information.
ServerException(String) - Constructor for exception org.exolab.jms.server.ServerException
Construct a new ServerException with a detail message
ServerException(Throwable) - Constructor for exception org.exolab.jms.server.ServerException
Construct a new ServerException with the exception that caused it.
ServerException(String, Throwable) - Constructor for exception org.exolab.jms.server.ServerException
Construct a new ServerException with a detail message and the exception that caused it
SERVLET - Static variable in class org.exolab.jms.jndi.http.HttpJndiInitialContextFactory
The JNDI servlet name
setAcceptedTime(long) - Method in interface org.exolab.jms.message.MessageHandle
Set the time that the message was accepted by the server
setAcceptedTime(long) - Method in class org.exolab.jms.message.MessageImpl
Set the time that the message was accepted by the server.
setAcceptedTime(long) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Set the time that the message was accepted by the server
setAcceptedTime(long) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Set the time that the message was accepted by the server
setAckMode(int) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Set the ackMode for this endpoint
setAdmin(Admin) - Method in class org.exolab.jms.config.ConnectorResource
Sets the value of field 'admin'.
setAdminConfiguration(AdminConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'adminConfiguration'.
setAdministeredDestinations(AdministeredDestinations) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'administeredDestinations'.
setAdministeredQueue(int, AdministeredQueue) - Method in class org.exolab.jms.config.AdministeredDestinations
Method setAdministeredQueue
setAdministeredQueue(AdministeredQueue[]) - Method in class org.exolab.jms.config.AdministeredDestinations
Method setAdministeredQueue
setAdministeredTopic(int, AdministeredTopic) - Method in class org.exolab.jms.config.AdministeredDestinations
Method setAdministeredTopic
setAdministeredTopic(AdministeredTopic[]) - Method in class org.exolab.jms.config.AdministeredDestinations
Method setAdministeredTopic
setAdminName(String) - Method in class org.exolab.jms.config.RmiConfiguration
Sets the value of field 'adminName'.
setAdminServlet(String) - Method in class org.exolab.jms.config.HttpConfigurationType
Sets the value of field 'adminServlet'.
setAttribute(int, Attribute) - Method in class org.exolab.jms.tools.db.Table
Method setAttribute
setAttribute(Attribute[]) - Method in class org.exolab.jms.tools.db.Table
Method setAttribute
setBatch(boolean) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'batch'.
setBatchSize(int) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'batchSize'.
setBoolean(String, boolean) - Method in class org.exolab.jms.message.MapMessageImpl
Set a boolean value with the given name, into the Map
setBooleanProperty(String, boolean) - Method in class org.exolab.jms.message.MessageImpl
 
setByte(String, byte) - Method in class org.exolab.jms.message.MapMessageImpl
Set a byte value with the given name, into the Map
setByteProperty(String, byte) - Method in class org.exolab.jms.message.MessageImpl
 
setBytes(String, byte[]) - Method in class org.exolab.jms.message.MapMessageImpl
Set a byte array value with the given name, into the Map
setBytes(String, byte[], int, int) - Method in class org.exolab.jms.message.MapMessageImpl
Set a portion of the byte array value with the given name, into the Map
setCacheEvictionPolicy(CacheEvictionPolicy) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Set the CacheEvictionPolicy for this object.
setCacheEvictionPolicy(CacheEvictionPolicy) - Method in class org.exolab.jms.messagemgr.DestinationCache
Set the CacheEvictionPolicy for this object.
setCacheSize(int) - Method in class org.exolab.jms.config.JdbmDatabaseConfiguration
Sets the value of field 'cacheSize'.
setChar(String, char) - Method in class org.exolab.jms.message.MapMessageImpl
Set a Unicode character value with the given name, into the Map
setClazz(String) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'clazz'.
setClientId(long) - Method in interface org.exolab.jms.message.MessageHandle
Set the client id, that owns this handle
setClientId(long) - Method in class org.exolab.jms.message.MessageImpl
Set the value of the client session consumer identifer
setClientId(long) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Set the client id, that owns this handle
setClientId(long) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Set the client id, that owns this handle
setClientPingInterval(int) - Method in class org.exolab.jms.config.HttpConfigurationType
Sets the value of field 'clientPingInterval'.
setClientPingInterval(int) - Method in class org.exolab.jms.config.RmiConfiguration
Sets the value of field 'clientPingInterval'.
setColumn(int, Column) - Method in class org.exolab.jms.tools.db.Index
Method setColumn
setColumn(Column[]) - Method in class org.exolab.jms.tools.db.Index
Method setColumn
setConfig(String) - Method in class org.exolab.jms.config.AdminConfiguration
Sets the value of field 'config'.
setConfig(String) - Static method in class org.exolab.jms.config.ConfigurationManager
Load the configuration file
setConfig(Configuration) - Static method in class org.exolab.jms.config.ConfigurationManager
Set the configuration
setConnection(IpcIfc) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
Sets the underlying connection
setConnectionFactories(ConnectionFactories) - Method in class org.exolab.jms.config.Connector
Sets the value of field 'connectionFactories'.
setConnectionId(int) - Method in class org.exolab.jms.message.MessageImpl
Set the id of the connection that this message was received on
setConnectionId(int) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Set the connection that this endpooint belongs too
setConnector(int, Connector) - Method in class org.exolab.jms.config.Connectors
Method setConnector
setConnector(Connector[]) - Method in class org.exolab.jms.config.Connectors
Method setConnector
setConnectorResource(int, ConnectorResource) - Method in class org.exolab.jms.config.ConnectorResources
Method setConnectorResource
setConnectorResource(ConnectorResource[]) - Method in class org.exolab.jms.config.ConnectorResources
Method setConnectorResource
setConnectorResources(ConnectorResources) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'connectorResources'.
setConnectors(Connectors) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'connectors'.
setConnectors(Connectors) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'connectors'.
setConsumerId(String) - Method in class org.exolab.jms.message.MessageImpl
Set the value of consumerId
setConsumerName(String) - Method in interface org.exolab.jms.message.MessageHandle
Set the consumer endpoint that owns this handle.
setConsumerName(String) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
 
setConsumerName(String) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
 
setCreated(long) - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
Set the time in ms that this record was created
setCreated() - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
Set the created time of this entry to now
setData(Object) - Method in class org.exolab.jms.tranlog.DataTransactionLogEntry
Set the data for the transaction.
setDatabaseConfiguration(DatabaseConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'databaseConfiguration'.
setDelivered() - Method in interface org.exolab.jms.message.MessageHandle
Set the message, corresponding to this handle, has already been delivered once before
setDelivered(boolean) - Method in interface org.exolab.jms.message.MessageHandle
Set the state of the delivered flag to the specified value
setDelivered(boolean) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Set the delivered flag for the underlying message.
setDelivered() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
This is used to set the message as delivered.
setDelivered() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Set the message, corresponding to this handle, has already been delivered once before
setDelivered(boolean) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Set the state of the delivered flag to the specified value
setDeliveryMode(int) - Method in class org.exolab.jms.message.DeliveryModeImpl
 
setDeprecated(int, Deprecated) - Method in class org.exolab.jms.tools.db.Database
Method setDeprecated
setDeprecated(Deprecated[]) - Method in class org.exolab.jms.tools.db.Database
Method setDeprecated
setDescription(String) - Method in class org.exolab.jms.config.ConnectorResource
Sets the value of field 'description'.
setDestination(JmsDestination) - Method in interface org.exolab.jms.message.MessageHandle
Set the destination for this handle
setDestination(JmsDestination) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Set the destination that owns this handle
setDestination(JmsDestination) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Set the destination that owns this handle
setDestination(String) - Method in class org.exolab.jms.persistence.PersistentMessage
Set the message destination
setDestinationCacheSize(int) - Method in class org.exolab.jms.config.MessageManagerConfiguration
Sets the value of field 'destinationCacheSize'.
setDocumentHandler(DocumentHandler) - Method in class org.exolab.jms.config.AttributeExpander
Sets the DocumentHandler to send SAX events to
setDouble(String, double) - Method in class org.exolab.jms.message.MapMessageImpl
Set a double value with the given name, into the Map
setDoubleProperty(String, double) - Method in class org.exolab.jms.message.MessageImpl
 
setDriver(String) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'driver'.
setDriver(String) - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Sets the JDBC driver class name
setDriver(String) - Method in interface org.exolab.jms.persistence.DBConnectionManager
Sets the JDBC driver class name
setDuration(long) - Method in class org.exolab.jms.lease.BaseLease
 
setEmbeddedJNDI(boolean) - Method in class org.exolab.jms.config.ServerConfiguration
Sets the value of field 'embeddedJNDI'.
setEmbeddedRegistry(boolean) - Method in class org.exolab.jms.config.RmiConfiguration
Sets the value of field 'embeddedRegistry'.
setEvictionInterval(int) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'evictionInterval'.
setEvictionInterval(long) - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Sets the interval between checking idle connections for eviction.
setEvictionInterval(long) - Method in interface org.exolab.jms.persistence.DBConnectionManager
Sets the interval between checking idle connections for eviction.
setExceptionListener(ExceptionListener) - Method in class org.exolab.jms.client.http.HttpJmsServerStub
 
setExceptionListener(ExceptionListener) - Method in class org.exolab.jms.client.intravm.IntravmJmsServerStub
 
setExceptionListener(ExceptionListener) - Method in interface org.exolab.jms.client.JmsServerStubIfc
Set the exception listener so that the client can be notified of client disconnection events.
setExceptionListener(ExceptionListener) - Method in class org.exolab.jms.client.mipc.IpcJmsServerStub
 
setExceptionListener(ExceptionListener) - Method in class org.exolab.jms.client.rmi.RmiJmsServerStub
 
setExpiryTime(long) - Method in interface org.exolab.jms.message.MessageHandle
Set the time that the message will expire
setExpiryTime(long) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Set the message expiry time
setExpiryTime(long) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Set the message expiry time
setExpiryTime(long) - Method in class org.exolab.jms.persistence.PersistentMessage
Set the message expiry time.
setExpiryTime(long) - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
Set the expiry time for this transaction, which is an absolute time in milliseconds.
setExternalXid(ExternalXid) - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
Set the transaction identifier
setFile(String) - Method in class org.exolab.jms.config.LoggerConfiguration
Sets the value of field 'file'.
setFloat(String, float) - Method in class org.exolab.jms.message.MapMessageImpl
Set a float value with the given name, into the Map
setFloatProperty(String, float) - Method in class org.exolab.jms.message.MessageImpl
 
setGarbageCollectionBlockSize(int) - Method in class org.exolab.jms.config.DatabaseConfiguration
Sets the value of field 'garbageCollectionBlockSize'.
setGarbageCollectionConfiguration(GarbageCollectionConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'garbageCollectionConfiguration'.
setGarbageCollectionConfiguration(GarbageCollectionConfiguration) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'garbageCollectionConfiguration'.
setGarbageCollectionInterval(int) - Method in class org.exolab.jms.config.DatabaseConfiguration
Sets the value of field 'garbageCollectionInterval'.
setGarbageCollectionInterval(int) - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Sets the value of field 'garbageCollectionInterval'.
setGarbageCollectionThreadPriority(int) - Method in class org.exolab.jms.config.DatabaseConfiguration
Sets the value of field 'garbageCollectionThreadPriority'.
setGarbageCollectionThreadPriority(int) - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Sets the value of field 'garbageCollectionThreadPriority'.
setGCMode(int) - Method in class org.exolab.jms.messagemgr.ResourceManager
Set the GC mode for the resource manager.
setHost(String) - Method in class org.exolab.jms.config.HttpConfigurationType
Sets the value of field 'host'.
setHost(String) - Method in class org.exolab.jms.config.ServerConfiguration
Sets the value of field 'host'.
setHttpConfiguration(HttpConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'httpConfiguration'.
setHttpConfiguration(HttpConfiguration) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'httpConfiguration'.
setHttpsConfiguration(HttpsConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'httpsConfiguration'.
setHttpsConfiguration(HttpsConfiguration) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'httpsConfiguration'.
setImplementationClass(String) - Method in class org.exolab.jms.config.Admin
Sets the value of field 'implementationClass'.
setImplementationClass(String) - Method in class org.exolab.jms.config.Jndi
Sets the value of field 'implementationClass'.
setImplementationClass(String) - Method in class org.exolab.jms.config.Server
Sets the value of field 'implementationClass'.
setIndex(int, Index) - Method in class org.exolab.jms.tools.db.Table
Method setIndex
setIndex(Index[]) - Method in class org.exolab.jms.tools.db.Table
Method setIndex
setInitialContextClass(String) - Method in class org.exolab.jms.config.Jndi
Sets the value of field 'initialContextClass'.
setInt(String, int) - Method in class org.exolab.jms.message.MapMessageImpl
Set an integer value with the given name, into the Map
setInternalHost(String) - Method in class org.exolab.jms.config.TcpConfigurationType
Sets the value of field 'internalHost'.
setIntProperty(String, int) - Method in class org.exolab.jms.message.MessageImpl
 
setJdbmDatabaseConfiguration(JdbmDatabaseConfiguration) - Method in class org.exolab.jms.config.DatabaseConfiguration
Sets the value of field 'jdbmDatabaseConfiguration'.
setJMSCorrelationID(String) - Method in class org.exolab.jms.message.MessageImpl
 
setJMSCorrelationIDAsBytes(byte[]) - Method in class org.exolab.jms.message.MessageImpl
 
setJMSDeliveryMode(int) - Method in class org.exolab.jms.message.MessageImpl
 
setJMSDestination(Destination) - Method in class org.exolab.jms.message.MessageImpl
 
setJMSExpiration(long) - Method in class org.exolab.jms.message.MessageImpl
 
setJMSMessageID(String) - Method in class org.exolab.jms.message.MessageImpl
 
setJMSPriority(int) - Method in class org.exolab.jms.message.MessageImpl
 
setJMSRedelivered(boolean) - Method in class org.exolab.jms.message.MessageImpl
 
setJMSReplyTo(Destination) - Method in class org.exolab.jms.message.MessageImpl
 
setJMSTimestamp(long) - Method in class org.exolab.jms.message.MessageImpl
 
setJMSTimeStamp(long) - Method in class org.exolab.jms.persistence.PersistentMessage
Set the time the message was received by the MessageMgr
setJMSType(String) - Method in class org.exolab.jms.message.MessageImpl
 
setJMSXRcvTimestamp(long) - Method in class org.exolab.jms.message.MessageImpl
Set the JMSXRcvTimestamp property.
setJndi(Jndi) - Method in class org.exolab.jms.config.ConnectorResource
Sets the value of field 'jndi'.
setJndiConfiguration(JndiConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'jndiConfiguration'.
setJndiName(String) - Method in class org.exolab.jms.config.RmiConfiguration
Sets the value of field 'jndiName'.
setJndiPort(int) - Method in class org.exolab.jms.config.TcpConfigurationType
Sets the value of field 'jndiPort'.
setJndiServlet(String) - Method in class org.exolab.jms.config.HttpConfigurationType
Sets the value of field 'jndiServlet'.
setLabel(String) - Method in class org.exolab.jms.client.http.HttpJmsServerStub
The the connection label
setLogDirectory(String) - Method in class org.exolab.jms.messagemgr.ResourceManager
Set the log directory.
setLogFileSize(int) - Method in class org.exolab.jms.messagemgr.ResourceManager
Set the maximum size of each log file.
setLoggerConfiguration(LoggerConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'loggerConfiguration'.
setLoggerConfiguration(LoggerConfiguration) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'loggerConfiguration'.
setLong(String, long) - Method in class org.exolab.jms.message.MapMessageImpl
Set a long value with the given name, into the Map
setLongProperty(String, long) - Method in class org.exolab.jms.message.MessageImpl
 
setLowWaterThreshold(int) - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Sets the value of field 'lowWaterThreshold'.
setMaxActive(int) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'maxActive'.
setMaxActive(int) - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Sets the maximum number of active connections that can be allocated from this pool at the same time, or zero for no limit.
setMaxActive(int) - Method in interface org.exolab.jms.persistence.DBConnectionManager
Sets the maximum number of active connections that can be allocated from this pool at the same time, or zero for no limit.
setMaxIdle(int) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'maxIdle'.
setMaxIdle(int) - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Sets the maximum number of connections that can sit idle in the connection pool, before connections are evicted.
setMaxIdle(int) - Method in interface org.exolab.jms.persistence.DBConnectionManager
Sets the maximum number of connections that can sit idle in the connection pool, before connections are evicted.
setMaximumSize(int) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Set the maximum size of the cache.
setMaximumSize(int) - Method in class org.exolab.jms.messagemgr.DestinationCache
Set the maximum size of the cache.
setMaxStatementsToBatch(int) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
Set the maximum number of SQL statements to batch
setMaxThreads(int) - Method in class org.exolab.jms.config.SchedulerConfiguration
Sets the value of field 'maxThreads'.
setMemoryCheckInterval(int) - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Sets the value of field 'memoryCheckInterval'.
setMessage(MessageImpl) - Method in class org.exolab.jms.persistence.PersistentMessage
Set the message held by this persistent object
setMessageBlob(byte[]) - Method in class org.exolab.jms.persistence.PersistentMessage
Set the message from a serialized blob
setMessageId(MessageId) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Set the identity of the underlying message
setMessageId(MessageId) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Set the message identity
setMessageId(String) - Method in class org.exolab.jms.persistence.PersistentMessage
Set the message id
setMessageListener(JmsMessageListener) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Set a message listener to be called when new Messages arrive from the server.
setMessageListener(JmsMessageListener) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
setMessageListener(JmsMessageListener) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Set the listener for this session.
setMessageListener(JmsMessageListener) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Set a message listener to be called when new Messages arrive from the server.
setMessageListener(JmsMessageListener) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
setMessageListener(InternalMessageListener) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Set the message listener for this consmer.
setMessageListener(InternalMessageListener) - Method in class org.exolab.jms.messagemgr.QueueBrowserEndpoint
 
setMessageListener(InternalMessageListener) - Method in class org.exolab.jms.messagemgr.QueueConsumerEndpoint
 
setMessageListener(JmsMessageListener) - Method in class org.exolab.jms.server.JmsServerSession
Set a message listener for the session.
setMessageListener(RemoteJmsMessageListenerIfc) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
All server side sessions register with the consumer manager for message consumption (i.e push-model).
setMessageListener(RemoteJmsMessageListenerIfc) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
All server side sessions register with the consumer manager for message consumption (i.e push-model).
setMessageManagerConfiguration(MessageManagerConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'messageManagerConfiguration'.
setMessageManagerConfiguration(MessageManagerConfiguration) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'messageManagerConfiguration'.
setMessageType(String) - Method in class org.exolab.jms.persistence.PersistentMessage
Set the message type
setMinIdleTime(int) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'minIdleTime'.
setMinIdleTime(long) - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Sets the minimum time that a connection may remain idle before it may be evicted, or zero for no eviction.
setMinIdleTime(long) - Method in interface org.exolab.jms.persistence.DBConnectionManager
Sets the minimum time that a connection may remain idle before it may be evicted, or zero for no eviction.
setName(String) - Method in class org.exolab.jms.config.AdministeredQueue
Sets the value of field 'name'.
setName(String) - Method in class org.exolab.jms.config.AdministeredTopic
Sets the value of field 'name'.
setName(String) - Method in class org.exolab.jms.config.ConnectionFactory
Sets the value of field 'name'.
setName(String) - Method in class org.exolab.jms.config.JdbmDatabaseConfiguration
Sets the value of field 'name'.
setName(String) - Method in class org.exolab.jms.config.Property
Sets the value of field 'name'.
setName(String) - Method in class org.exolab.jms.config.Subscriber
Sets the value of field 'name'.
setName(String) - Method in class org.exolab.jms.config.User
Sets the value of field 'name'.
setName(String) - Method in class org.exolab.jms.tools.db.Attribute
Sets the value of field 'name'.
setName(String) - Method in class org.exolab.jms.tools.db.Column
Sets the value of field 'name'.
setName(String) - Method in class org.exolab.jms.tools.db.Deprecated
Sets the value of field 'name'.
setName(String) - Method in class org.exolab.jms.tools.db.Index
Sets the value of field 'name'.
setName(String) - Method in class org.exolab.jms.tools.db.Table
Sets the value of field 'name'.
setNoLocal(boolean) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Set the no local indicator for this endpoint
setNot_null(boolean) - Method in class org.exolab.jms.tools.db.Attribute
Sets the value of field 'not_null'.
setNow() - Method in class org.exolab.jms.message.Timestamp
 
setObject(String, Object) - Method in class org.exolab.jms.message.MapMessageImpl
Set a Java object value with the given name, into the Map
setObject(Serializable) - Method in class org.exolab.jms.message.ObjectMessageImpl
Set the serializable object containing this message's data.
setObjectProperty(String, Object) - Method in class org.exolab.jms.message.MessageImpl
 
setOwningConnection(JmsConnection) - Method in interface org.exolab.jms.client.JmsTemporaryDestination
Set the connection that owns this temp destination.
setOwningConnection(JmsConnection) - Method in class org.exolab.jms.client.JmsTemporaryQueue
 
setOwningConnection(JmsConnection) - Method in class org.exolab.jms.client.JmsTemporaryTopic
 
setPassword(String) - Method in class org.exolab.jms.authentication.User
Sets the user's password
setPassword(String) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'password'.
setPassword(String) - Method in class org.exolab.jms.config.User
Sets the value of field 'password'.
setPassword(String) - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Sets the user's password that is used to access the database
setPassword(String) - Method in interface org.exolab.jms.persistence.DBConnectionManager
Sets the user's password that is used to access the database
setPersistent(boolean) - Method in class org.exolab.jms.client.JmsDestination
Determine whether the destination is persistent or not
setPort(int) - Method in class org.exolab.jms.config.HttpConfigurationType
Sets the value of field 'port'.
setPort(int) - Method in class org.exolab.jms.config.TcpConfigurationType
Sets the value of field 'port'.
setPriority(int) - Method in interface org.exolab.jms.message.MessageHandle
Set the priority of the message handle
setPriority(int) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Set the messagee priority
setPriority(int) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Set the message priority
setPriority(int) - Method in class org.exolab.jms.persistence.PersistentMessage
Set the message priority
setProcessed(boolean) - Method in class org.exolab.jms.message.MessageImpl
Set the processed state of the message
setProcessed(boolean) - Method in class org.exolab.jms.persistence.PersistentMessage
Set the state of the processed flag
setProperty(int, Property) - Method in class org.exolab.jms.config.JndiConfiguration
Method setProperty
setProperty(Property[]) - Method in class org.exolab.jms.config.JndiConfiguration
Method setProperty
setProxyClass(String) - Method in class org.exolab.jms.config.Admin
Sets the value of field 'proxyClass'.
setProxyClass(String) - Method in class org.exolab.jms.config.Server
Sets the value of field 'proxyClass'.
setProxyHost(String) - Method in class org.exolab.jms.config.HttpConfigurationType
Sets the value of field 'proxyHost'.
setProxyPort(int) - Method in class org.exolab.jms.config.HttpConfigurationType
Sets the value of field 'proxyPort'.
setQueueConnectionFactory(int, QueueConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method setQueueConnectionFactory
setQueueConnectionFactory(QueueConnectionFactory[]) - Method in class org.exolab.jms.config.ConnectionFactories
Method setQueueConnectionFactory
setRdbmsDatabaseConfiguration(RdbmsDatabaseConfiguration) - Method in class org.exolab.jms.config.DatabaseConfiguration
Sets the value of field 'rdbmsDatabaseConfiguration'.
setReadOnly(boolean) - Method in class org.exolab.jms.message.BytesMessageImpl
Set the read-only mode of the message.
setReadOnly(boolean) - Method in class org.exolab.jms.message.MessageImpl
Set the read-only state of the message
setReadOnly(boolean) - Method in class org.exolab.jms.message.StreamMessageImpl
Set the read-only mode of the message.
setRegistryHost(String) - Method in class org.exolab.jms.config.RmiConfiguration
Sets the value of field 'registryHost'.
setRegistryPort(int) - Method in class org.exolab.jms.config.RmiConfiguration
Sets the value of field 'registryPort'.
setResourceId(String) - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
Set the resource identity for the entry
setReturnType(Type) - Method in class org.exolab.jms.selector.parser.SelectorAST
Sets the return type of the expression
setRmiConfiguration(RmiConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'rmiConfiguration'.
setRmiConfiguration(RmiConfiguration) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'rmiConfiguration'.
setRollbackOnly() - Method in class org.exolab.jms.transaction.NullTransactionManager
 
setSchedulerConfiguration(SchedulerConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'schedulerConfiguration'.
setSchedulerConfiguration(SchedulerConfiguration) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'schedulerConfiguration'.
setScheme(SchemeType) - Method in class org.exolab.jms.config.Connector
Sets the value of field 'scheme'.
setScheme(SchemeType) - Method in class org.exolab.jms.config.ConnectorResource
Sets the value of field 'scheme'.
setScheme(SchemeType) - Method in class org.exolab.jms.config.Server
Sets the value of field 'scheme'.
setScript(String) - Method in class org.exolab.jms.config.AdminConfiguration
Sets the value of field 'script'.
setSecurityConfiguration(SecurityConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'securityConfiguration'.
setSecurityConfiguration(SecurityConfiguration) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'securityConfiguration'.
setSecurityEnabled(boolean) - Method in class org.exolab.jms.config.SecurityConfiguration
Sets the value of field 'securityEnabled'.
setSelector(String) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Set the selector for this endpoint
setSequenceNumber(long) - Method in interface org.exolab.jms.message.MessageHandle
Set the sequence nmber for the handle.
setSequenceNumber(long) - Method in class org.exolab.jms.message.MessageImpl
Set the sequence number for this message.
setSequenceNumber(long) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
Set the message's sequence number
setSequenceNumber(long) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Set the message's sequence number
setServer(Server) - Method in class org.exolab.jms.config.ConnectorResource
Sets the value of field 'server'.
setServerAddress(String) - Method in class org.exolab.jms.client.mipc.IpcJmsServerStub
Set the server host.
setServerConfiguration(ServerConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'serverConfiguration'.
setServerConfiguration(ServerConfiguration) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'serverConfiguration'.
setServerName(String) - Method in class org.exolab.jms.config.RmiConfiguration
Sets the value of field 'serverName'.
setServerPort(int) - Method in class org.exolab.jms.client.mipc.IpcJmsServerStub
Set the server port.
setServerServlet(String) - Method in class org.exolab.jms.config.HttpConfigurationType
Sets the value of field 'serverServlet'.
setSession(MessageSessionIfc) - Method in class org.exolab.jms.message.MessageImpl
 
setShort(String, short) - Method in class org.exolab.jms.message.MapMessageImpl
Set a short value with the given name, into the Map
setShortProperty(String, short) - Method in class org.exolab.jms.message.MessageImpl
 
setState(TransactionState) - Method in class org.exolab.jms.tranlog.StateTransactionLogEntry
Set the transaction state
setStopped(boolean) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Stop/start message delivery
setStopped(ConsumerEndpoint, boolean) - Method in class org.exolab.jms.messagemgr.MessageMgr
Stop/start a consumer.
setString(String, String) - Method in class org.exolab.jms.message.MapMessageImpl
Set a String value with the given name, into the Map
setStringProperty(String, String) - Method in class org.exolab.jms.message.MessageImpl
 
setSubscriber(int, Subscriber) - Method in class org.exolab.jms.config.AdministeredTopic
Method setSubscriber
setSubscriber(Subscriber[]) - Method in class org.exolab.jms.config.AdministeredTopic
Method setSubscriber
setSynchEvery(int) - Static method in class org.exolab.jms.util.Clock
Sets the number of unsynchronized cycles before the clock is synchronized with the system clock.
setTable(int, Table) - Method in class org.exolab.jms.tools.db.Database
Method setTable
setTable(Table[]) - Method in class org.exolab.jms.tools.db.Database
Method setTable
setTcpConfiguration(TcpConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'tcpConfiguration'.
setTcpConfiguration(TcpConfiguration) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'tcpConfiguration'.
setTcpsConfiguration(TcpsConfiguration) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'tcpsConfiguration'.
setTcpsConfiguration(TcpsConfiguration) - Method in class org.exolab.jms.config.DefaultConfiguration
Sets the value of field 'tcpsConfiguration'.
setTestBeforeUse(boolean) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'testBeforeUse'.
setTestBeforeUse(boolean) - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Determines if connections should be tested before use.
setTestBeforeUse(boolean) - Method in interface org.exolab.jms.persistence.DBConnectionManager
Determines if connections should be tested before use.
setTestQuery(String) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'testQuery'.
setTestQuery(String) - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Specifies an SQL query to validate connections.
setTestQuery(String) - Method in interface org.exolab.jms.persistence.DBConnectionManager
Specifies an SQL query to validate connections.
setText(String) - Method in class org.exolab.jms.message.TextMessageImpl
Set the string containing this message's data.
setTopicConnectionFactory(int, TopicConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method setTopicConnectionFactory
setTopicConnectionFactory(TopicConnectionFactory[]) - Method in class org.exolab.jms.config.ConnectionFactories
Method setTopicConnectionFactory
setTransacted(boolean) - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Set the state if the transacted flag for this endpoint
setTransactionTimeout(int) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
setTransactionTimeout(int) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
setTransactionTimeout(int) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Set the current transaction timeout value for this XAResource instance.
setTransactionTimeout(int) - Method in class org.exolab.jms.client.JmsXAQueueSession
 
setTransactionTimeout(int) - Method in class org.exolab.jms.client.JmsXATopicSession
 
setTransactionTimeout(int) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
setTransactionTimeout(int) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
setTransactionTimeout(int) - Method in class org.exolab.jms.messagemgr.ResourceManager
Start work on behalf of a transaction branch specified in xid If TMJOIN is specified, the start is for joining a transaction previously seen by the resource manager
setTransactionTimeout(int) - Method in class org.exolab.jms.server.JmsServerSession
 
setTransactionTimeout(int) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Set the current transaction timeout value for this XAResource instance.
setTransactionTimeout(int) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
setTransactionTimeout(int) - Method in class org.exolab.jms.transaction.NullTransactionManager
 
setType(String) - Method in class org.exolab.jms.tools.db.Attribute
Sets the value of field 'type'.
setUnique(boolean) - Method in class org.exolab.jms.tools.db.Index
Sets the value of field 'unique'.
setUnsynchTicks(int) - Static method in class org.exolab.jms.util.Clock
Sets the number of clock ticks in each unsynchronized cycle.
setURL(String) - Method in class org.exolab.jms.client.http.HttpJmsServerStub
Set the URL
setUrl(String) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'url'.
setURL(String) - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Sets the URL to the database
setURL(String) - Method in interface org.exolab.jms.persistence.DBConnectionManager
Sets the URL to the database
setUser(String) - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Sets the value of field 'user'.
setUser(int, User) - Method in class org.exolab.jms.config.Users
Method setUser
setUser(User[]) - Method in class org.exolab.jms.config.Users
Method setUser
setUser(String) - Method in class org.exolab.jms.persistence.AbstractConnectionManager
Sets the user name that is used to obtain the connection
setUser(String) - Method in interface org.exolab.jms.persistence.DBConnectionManager
Sets the user name that is used to obtain the connection
setUsername(String) - Method in class org.exolab.jms.authentication.User
Sets the user's name
setUsers(Users) - Method in class org.exolab.jms.config.Configuration
Sets the value of field 'users'.
setValue(String) - Method in class org.exolab.jms.config.Property
Sets the value of field 'value'.
setVersion(Connection, String) - Static method in class org.exolab.jms.tools.db.SchemaHelper
 
setWaitingForMessage() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Set the waiting for message flag
setWildcard(String) - Method in class org.exolab.jms.message.MessageImpl
Set the wildcard string.
setXAQueueConnectionFactory(int, XAQueueConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method setXAQueueConnectionFactory
setXAQueueConnectionFactory(XAQueueConnectionFactory[]) - Method in class org.exolab.jms.config.ConnectionFactories
Method setXAQueueConnectionFactory
setXATopicConnectionFactory(int, XATopicConnectionFactory) - Method in class org.exolab.jms.config.ConnectionFactories
Method setXATopicConnectionFactory
setXATopicConnectionFactory(XATopicConnectionFactory[]) - Method in class org.exolab.jms.config.ConnectionFactories
Method setXATopicConnectionFactory
shutdown() - Method in class org.exolab.jms.messagemgr.DestinationCache
Close the cache and unregister all the consumers.
shutdown() - Method in class org.exolab.jms.server.mipc.IpcServerChannel
Stop execution of this thread.
size() - Method in class org.exolab.jms.messagemgr.MessageQueue
Return the number elements in the queue
size() - Method in class org.exolab.jms.tranlog.TransactionLog
Return the size of the transaction log file.
size() - Method in class org.exolab.jms.util.BlockingWorkerQueue
Return the number of entries still on the queue
SQLHelper - Class in org.exolab.jms.persistence
SQL helper routines
SQLHelper() - Constructor for class org.exolab.jms.persistence.SQLHelper
 
SslHttpJmsAdminConnection - Class in org.exolab.jms.administration.http
This class is repsonsible for opening an https connection to the server and passing and packing all requests for delivery.
SslHttpJmsAdminConnection(String, int, String, String, String) - Constructor for class org.exolab.jms.administration.http.SslHttpJmsAdminConnection
Create the connection to the server
SslHttpJmsServerStub - Class in org.exolab.jms.client.http
This class is repsonsible for opening an https connection to the server and creating HttpJmsConnections.
SslHttpJmsServerStub(Hashtable) - Constructor for class org.exolab.jms.client.http.SslHttpJmsServerStub
The constructor has a collection of environment variables which it uses to construct a connection to the remote server
SslHttpJmsServerStub(String) - Constructor for class org.exolab.jms.client.http.SslHttpJmsServerStub
Construct an instance of this stub with the specified URL
SslHttpJndiInitialContextFactory - Class in org.exolab.jms.jndi.http
This is the client side helper class that retrieves the root context of the JNDI server.
SslHttpJndiInitialContextFactory() - Constructor for class org.exolab.jms.jndi.http.SslHttpJndiInitialContextFactory
Default constructor
SslIpcJmsAdminConnection - Class in org.exolab.jms.administration.mipc
This class is repsonsible for opening an SSL TCP connection to the server and passing and packing all requests for delivery.
SslIpcJmsAdminConnection(String, int, String, String) - Constructor for class org.exolab.jms.administration.mipc.SslIpcJmsAdminConnection
Construct a new SslIpcJmsAdminConnection, establishing a connection to the server
SslIpcJmsServer - Class in org.exolab.jms.server.mipc
Open an MIPC connection server using SSL.
SslIpcJmsServer() - Constructor for class org.exolab.jms.server.mipc.SslIpcJmsServer
Construct a new SslIpcJmsServer
SslJmsServerStub - Class in org.exolab.jms.client.mipc
Open an MIPC connection to the server using SSL connections.
SslJmsServerStub() - Constructor for class org.exolab.jms.client.mipc.SslJmsServerStub
Default constructor for serialization
SslJmsServerStub(Hashtable) - Constructor for class org.exolab.jms.client.mipc.SslJmsServerStub
The constructor has a collection of environment variables which it uses to construct a connection to the remote server
SslJmsServerStub(String, int) - Constructor for class org.exolab.jms.client.mipc.SslJmsServerStub
Instantiate an instance of this stub with the specified host and port numbers
start(Xid, int) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
 
start(Xid, int) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
start(Xid, int) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Start work on behalf of a transaction branch specified in xid If TMJOIN is specified, the start is for joining a transaction previously seen by the resource manager
start(Xid, int) - Method in class org.exolab.jms.client.JmsXAQueueSession
 
start(Xid, int) - Method in class org.exolab.jms.client.JmsXATopicSession
 
start(Xid, int) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
 
start(Xid, int) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
start() - Method in class org.exolab.jms.config.AttributeExpander
Signals to start producing events.
start() - Method in class org.exolab.jms.events.BasicEventManager
 
start() - Method in class org.exolab.jms.gc.GarbageCollectionService
 
start() - Method in class org.exolab.jms.messagemgr.MessageMgr
 
start(Xid, int) - Method in class org.exolab.jms.messagemgr.ResourceManager
 
start() - Method in class org.exolab.jms.messagemgr.ResourceManager
 
start() - Method in class org.exolab.jms.persistence.DatabaseService
 
start() - Method in class org.exolab.jms.server.JmsServerConnection
Start all the sessions allocated to this connection.
start() - Method in class org.exolab.jms.server.JmsServerSession
Start the message delivery for the session.
start(Xid, int) - Method in class org.exolab.jms.server.JmsServerSession
 
start() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerConnectionIfc
Start all the sessions allocated to this connection.
start(Xid, int) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Start work on behalf of a transaction branch specified in xid If TMJOIN is specified, the start is for joining a transaction previously seen by the resource manager
start() - Method in class org.exolab.jms.server.rmi.RmiJmsServerConnection
 
start(Xid, int) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
 
startMessageDelivery() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Start message delivery for this session.
startMessageDelivery() - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
startMessageDelivery() - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Start message delivery to this session
startMessageDelivery() - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Start message delivery for this session.
startMessageDelivery() - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
startMessageDelivery() - Method in class org.exolab.jms.server.JmsServerSession
Start message delivery to this session.
startMessageDelivery(JmsServerSession) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Start message delivery for this session.
startMessageDelivery() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Start message delivery to this session.
startMessageDelivery() - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Start message delivery to this session.
StateTransactionLogEntry - Class in org.exolab.jms.tranlog
 
StateTransactionLogEntry() - Constructor for class org.exolab.jms.tranlog.StateTransactionLogEntry
Default constuctor for serialization
status_ - Variable in class org.exolab.jms.tools.admin.BaseDialog
 
status_ - Variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
stop() - Method in class org.exolab.jms.authentication.AuthenticationMgr
 
stop() - Method in class org.exolab.jms.gc.GarbageCollectionService
 
stop() - Method in class org.exolab.jms.lease.LeaseManager
Stop the service.
stop() - Method in class org.exolab.jms.messagemgr.MessageMgr
 
stop() - Method in class org.exolab.jms.messagemgr.ResourceManager
 
stop() - Method in class org.exolab.jms.persistence.DatabaseService
 
stop() - Method in class org.exolab.jms.scheduler.Scheduler
 
stop() - Method in class org.exolab.jms.server.JmsServerConnection
Stop all the sessions allocated to this collection.
stop() - Method in class org.exolab.jms.server.JmsServerSession
Stop message delivery for the session
stop() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerConnectionIfc
Stop all the sessions allocated to this collection.
stop() - Method in class org.exolab.jms.server.rmi.RmiJmsServerConnection
 
stop() - Method in class org.exolab.jms.threads.ThreadPoolManager
Overide BasicService.stop.
stopDelivery() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Helper for ConsumerEndpoint.deliverMessages() implementations, to determines if asynchronous message delivery should be stopped
stopMessageDelivery() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Stop message delivery for this session.
stopMessageDelivery() - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
stopMessageDelivery() - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Stop message delivery to this session
stopMessageDelivery() - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Stop message delivery for this session.
stopMessageDelivery() - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
stopMessageDelivery() - Method in class org.exolab.jms.server.JmsServerSession
Stop message delivery to this session.
stopMessageDelivery(JmsServerSession) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Stop message delivery for this session.
stopMessageDelivery() - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Stop message delivery to this session.
stopMessageDelivery() - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Stop message delivery to this session.
stopReceiver() - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Stop the message receiver thread.
stopServer() - Method in interface org.exolab.jms.administration.AdminConnection
Terminate the JMS Server.
stopServer() - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
stopServer() - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
Terminate the JMS Server.
stopServer() - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
stopServer() - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
stopServer() - Method in class org.exolab.jms.server.AdminConnection
Terminate the JMS Server.
stopServer() - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
Terminate the JMS Server.
stopServer() - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
stopServer() - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
Terminate the JMS Server.
stopServer() - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
stopServer() - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
StreamMessageImpl - Class in org.exolab.jms.message
This class implements the StreamMessage interface.
StreamMessageImpl() - Constructor for class org.exolab.jms.message.StreamMessageImpl
Construct a new StreamMessage.
STRING - Static variable in class org.exolab.jms.selector.Type
String type
STRING_LITERAL - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
STRING_LITERAL - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
Subscriber - Class in org.exolab.jms.config
This defines a durable subscriber to an administered topic
Subscriber() - Constructor for class org.exolab.jms.config.Subscriber
 
SubscriberDescriptor - Class in org.exolab.jms.config
Class SubscriberDescriptor.
SubscriberDescriptor() - Constructor for class org.exolab.jms.config.SubscriberDescriptor
 
sumExpression() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
suspend() - Method in class org.exolab.jms.transaction.NullTransactionManager
 
SYNCH_EVERY - Static variable in class org.exolab.jms.util.Clock
The number of unsychronized cycles before the clock is synchronized with the system clock.
synchronize() - Static method in class org.exolab.jms.util.Clock
 

T

Table - Class in org.exolab.jms.tools.db
This element defines a table
Table() - Constructor for class org.exolab.jms.tools.db.Table
 
TableDescriptor - Class in org.exolab.jms.tools.db
Class TableDescriptor.
TableDescriptor() - Constructor for class org.exolab.jms.tools.db.TableDescriptor
 
TCP - Static variable in class org.exolab.jms.config.types.SchemeType
The instance of the tcp type
TCP_TYPE - Static variable in class org.exolab.jms.config.types.SchemeType
The tcp type
TcpConfiguration - Class in org.exolab.jms.config
This element defines items specific to the TCP connector.
TcpConfiguration() - Constructor for class org.exolab.jms.config.TcpConfiguration
 
TcpConfigurationDescriptor - Class in org.exolab.jms.config
Class TcpConfigurationDescriptor.
TcpConfigurationDescriptor() - Constructor for class org.exolab.jms.config.TcpConfigurationDescriptor
 
TcpConfigurationType - Class in org.exolab.jms.config
This type defines items specific to TCP and TCPS connectors.
TcpConfigurationType() - Constructor for class org.exolab.jms.config.TcpConfigurationType
 
TcpConfigurationTypeDescriptor - Class in org.exolab.jms.config
Class TcpConfigurationTypeDescriptor.
TcpConfigurationTypeDescriptor() - Constructor for class org.exolab.jms.config.TcpConfigurationTypeDescriptor
 
TCPS - Static variable in class org.exolab.jms.config.types.SchemeType
The instance of the tcps type
TCPS_TYPE - Static variable in class org.exolab.jms.config.types.SchemeType
The tcps type
TcpsConfiguration - Class in org.exolab.jms.config
This element defines items specific to the TCP connector.
TcpsConfiguration() - Constructor for class org.exolab.jms.config.TcpsConfiguration
 
TcpsConfigurationDescriptor - Class in org.exolab.jms.config
Class TcpsConfigurationDescriptor.
TcpsConfigurationDescriptor() - Constructor for class org.exolab.jms.config.TcpsConfigurationDescriptor
 
TcpsJndiServer - Class in org.exolab.jms.server.mipc
This class enables clients to interface to the embedded JNDI provider using the TCPS connector

TcpsJndiServer(Context) - Constructor for class org.exolab.jms.server.mipc.TcpsJndiServer
Construct a new TcpsJndiServer
term() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
term(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
TextMessageImpl - Class in org.exolab.jms.message
This class implements the javax.jms.TextMessage interface
TextMessageImpl() - Constructor for class org.exolab.jms.message.TextMessageImpl
Construct a new TextMessage
ThreadPoolExistsException - Exception in org.exolab.jms.threads
Exception thrown when attempting to create a named ThreadPool which already exists.
ThreadPoolExistsException() - Constructor for exception org.exolab.jms.threads.ThreadPoolExistsException
Default constructor with no additional info.
ThreadPoolExistsException(String) - Constructor for exception org.exolab.jms.threads.ThreadPoolExistsException
Construct an instance of this exception with the specified reason.
ThreadPoolManager - Class in org.exolab.jms.threads
The thread pool manager manages all the required ThreadPool objects.
Timestamp - Class in org.exolab.jms.message
Wrapper for JMSTimestamp.
Timestamp() - Constructor for class org.exolab.jms.message.Timestamp
 
Timestamp(long) - Constructor for class org.exolab.jms.message.Timestamp
 
TITLE - Static variable in class org.exolab.jms.util.Version
The product title
toArray() - Method in class org.exolab.jms.messagemgr.MessageQueue
Return all elements in the collection
toBytes(String, String) - Static method in class org.exolab.jms.util.UUIDGenerator
Converts a prefixed identifier into a byte array.
toBytes(String) - Static method in class org.exolab.jms.util.UUIDGenerator
Converts an identifier into a byte array.
toLong() - Method in class org.exolab.jms.message.Timestamp
 
TOPIC - Static variable in interface org.exolab.jms.messagemgr.DestinationType
Represents a Topic destination
TopicConnectionFactory - Class in org.exolab.jms.config
Class TopicConnectionFactory.
TopicConnectionFactory() - Constructor for class org.exolab.jms.config.TopicConnectionFactory
 
TopicConnectionFactoryDescriptor - Class in org.exolab.jms.config
Class TopicConnectionFactoryDescriptor.
TopicConnectionFactoryDescriptor() - Constructor for class org.exolab.jms.config.TopicConnectionFactoryDescriptor
 
TopicConsumerEndpoint - Class in org.exolab.jms.messagemgr
The topic destination cache is specific to a consumer that subscribes to a topic destination.
TopicDestinationCache - Class in org.exolab.jms.messagemgr
A DestinationCache for Topics.
topicSubscription_ - Variable in class org.exolab.jms.tools.admin.CreateConsumerDialog
 
toString() - Method in class org.exolab.jms.authentication.User
Returns a stringified representation of this
toString() - Method in class org.exolab.jms.client.JmsDestination
 
toString() - Method in class org.exolab.jms.config.types.SchemeType
Method toString Returns the String representation of this SchemeType
toString() - Method in class org.exolab.jms.jndiadministration.OpenJMSContext
The unique name of this Context
toString() - Method in interface org.exolab.jms.jndiadministration.OpenJMSNode
The objects unique name
toString() - Method in class org.exolab.jms.jndiadministration.OpenJMSObject
The Objects name.
toString() - Method in class org.exolab.jms.jndiadministration.OpenJMSServer
The unique name of this server
toString() - Method in class org.exolab.jms.lease.BaseLease
Return a string representation of this object
toString() - Method in class org.exolab.jms.message.DestinationImpl
Return a pretty printed version of the topic name.
toString() - Method in class org.exolab.jms.message.MessageId
 
toString() - Method in class org.exolab.jms.message.TextMessageImpl
Returns the message text
toString() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Return a stringified version of the consumer
toString() - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
 
toString() - Method in class org.exolab.jms.messagemgr.QueueDestinationCache
 
toString() - Method in class org.exolab.jms.messagemgr.TopicDestinationCache
 
toString() - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
Return a stringified version of the handle
toString() - Method in class org.exolab.jms.persistence.PersistentString
Return the internal String
toString() - Method in class org.exolab.jms.selector.Context
Returns a string representation of this
toString() - Method in interface org.exolab.jms.selector.Expression
Return a string representation of this expression.
toString() - Method in exception org.exolab.jms.selector.SelectorException
Returns a string representation of this
toString() - Method in class org.exolab.jms.selector.Type
Returns a string representation of this
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
The unique name of this consumer.
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
The unique name of this queue/topic.
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSDestination
The unique name of this queue/topic.
toString() - Method in interface org.exolab.jms.tools.admin.OpenJMSNode
The objects unique name
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSObject
The unique name of this object.
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
The unique name of this queue/topic.
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSServer
The unique name of this server
toString() - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
The unique name of this queue/topic.
toString() - Method in class org.exolab.jms.tools.db.Type
Returns a string representation of the type, for debugging purposes
toString() - Method in class org.exolab.jms.tranlog.ExternalXid
Returns the global transaction identifier in the form of exid://formatId.global.branch
toString() - Method in class org.exolab.jms.tranlog.TransactionState
Returns the name of this state
toString() - Method in class org.exolab.jms.transaction.TransactionManagerType
Returns the name of this transaction type
transactionExpired() - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
Check whether the trnasaction has expired
TransactionLog - Class in org.exolab.jms.tranlog
The resource manager uses transaction logs to record the persistent records for the resource manager in case of recovery.
TransactionLog(String, boolean) - Constructor for class org.exolab.jms.tranlog.TransactionLog
Create a transaction log with the specified name, which includes the directory it will reside in.
TransactionLogException - Exception in org.exolab.jms.tranlog
This exception is raised by the TransactionLog on for any general error.
TransactionLogException() - Constructor for exception org.exolab.jms.tranlog.TransactionLogException
Default constructor with no additional info.
TransactionLogException(String) - Constructor for exception org.exolab.jms.tranlog.TransactionLogException
Construct an instance of this exception with the specified reason.
TransactionLogExistsException - Exception in org.exolab.jms.tranlog
This exception is raised by the TransactionLog when trying to create a file that already exists.
TransactionLogExistsException() - Constructor for exception org.exolab.jms.tranlog.TransactionLogExistsException
Default constructor with no additional info.
TransactionLogExistsException(String) - Constructor for exception org.exolab.jms.tranlog.TransactionLogExistsException
Construct an instance of this exception with the specified reason.
TransactionManagerType - Class in org.exolab.jms.transaction
This class defines all the valid transaction manager types
TransactionServiceException - Exception in org.exolab.jms.transaction
This exception is raised when there is a TransactionService related exception.
TransactionServiceException() - Constructor for exception org.exolab.jms.transaction.TransactionServiceException
Default exception constructor
TransactionServiceException(String) - Constructor for exception org.exolab.jms.transaction.TransactionServiceException
Create an exception with the specified reason
TransactionState - Class in org.exolab.jms.tranlog
This class defines the various states of a transaction that a ResourceManager participates in..
TransactionState() - Constructor for class org.exolab.jms.tranlog.TransactionState
Default constructor for Serialization
TransientMessageHandle - Class in org.exolab.jms.messagemgr
A message handle is used to indirectly reference a message in the message manager.
TransientMessageHandle() - Constructor for class org.exolab.jms.messagemgr.TransientMessageHandle
Default constructor required to support Serialization
tree_ - Static variable in class org.exolab.jms.tools.admin.OpenJMSDestination
 
trim(String) - Static method in class org.exolab.jms.util.UUIDGenerator
Truncates an identifier so that it does not extend beyond UUIDGenerator.MAXIMUM_LENGTH characters in length.
Type - Class in org.exolab.jms.message
Wrapper for JMSType
Type() - Constructor for class org.exolab.jms.message.Type
 
Type(String) - Constructor for class org.exolab.jms.message.Type
 
Type - Class in org.exolab.jms.selector
This class provides an enumeration of the supported expression types.
Type - Class in org.exolab.jms.tools.db
This class is a helper class for converting from string values to their corresponding java.sql.Types
Type(int, long, boolean) - Constructor for class org.exolab.jms.tools.db.Type
Construct an instance, using the default name for the type
Type(int, String, long, boolean) - Constructor for class org.exolab.jms.tools.db.Type
Construct an instance specifying the database specific type name
TypeMismatchException - Exception in org.exolab.jms.selector
Type mismatch exception
TypeMismatchException(String) - Constructor for exception org.exolab.jms.selector.TypeMismatchException
Construct a new TypeMismatchException
TypeMismatchException(Context, String) - Constructor for exception org.exolab.jms.selector.TypeMismatchException
Construct a new SelectorException
TYREX - Static variable in class org.exolab.jms.transaction.TransactionManagerType
 
TYREX_TM_ORD - Static variable in class org.exolab.jms.transaction.TransactionManagerType
 
TYREX_TM_STR - Static variable in class org.exolab.jms.transaction.TransactionManagerType
 

U

UNARY_MINUS - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
UNARY_MINUS - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 
unaryExpression() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
unaryOperator(int, Expression) - Method in class org.exolab.jms.selector.DefaultExpressionFactory
Create an unary operator expression
unaryOperator(int, Expression) - Method in interface org.exolab.jms.selector.ExpressionFactory
Create an unary operator expression
unaryTerm(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
unbind(Name) - Method in class org.exolab.jms.jndi.http.NameServiceProxy
 
unbind(Name) - Method in class org.exolab.jms.jndi.mipc.NameServiceProxy
 
unbind(Name) - Method in class org.exolab.jms.server.mipc.NameServiceProvider
 
UNDEFINED - Static variable in class org.exolab.jms.selector.Type
Undefined type
UnknownThreadPoolException - Exception in org.exolab.jms.threads
Exception thrown when attempting to get a named ThreadPool which does not exist.
UnknownThreadPoolException() - Constructor for exception org.exolab.jms.threads.UnknownThreadPoolException
Default constructor with no additional info.
UnknownThreadPoolException(String) - Constructor for exception org.exolab.jms.threads.UnknownThreadPoolException
Construct an instance of this exception with the specified reason.
unmarshal(Reader) - Static method in class org.exolab.jms.config.Admin
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.AdminConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.AdministeredDestinations
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.AdministeredQueue
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.AdministeredTopic
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.Configuration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.ConnectionFactories
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.ConnectionFactory
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.Connector
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.ConnectorResource
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.ConnectorResources
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.Connectors
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.DatabaseConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.DefaultConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.HttpConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.HttpConfigurationType
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.HttpsConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.JdbmDatabaseConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.Jndi
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.JndiConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.LoggerConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.MessageManagerConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.Property
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.QueueConnectionFactory
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.RmiConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.SchedulerConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.SecurityConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.Server
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.ServerConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.Subscriber
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.TcpConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.TcpConfigurationType
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.TcpsConfiguration
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.TopicConnectionFactory
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.User
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.Users
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.XAQueueConnectionFactory
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.config.XATopicConnectionFactory
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Attribute
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Column
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Database
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Deprecated
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Index
Method unmarshal
unmarshal(Reader) - Static method in class org.exolab.jms.tools.db.Table
Method unmarshal
unregister(GarbageCollectable) - Method in class org.exolab.jms.gc.GarbageCollectionService
Unregister the specified entry from the list of garbge collectable entities
unregister() - Method in class org.exolab.jms.messagemgr.ConsumerEndpoint
Unregister this consumer for the specified destination cache, so that it will stop receiving messages from it.
unregister() - Method in class org.exolab.jms.messagemgr.QueueBrowserEndpoint
 
unregister() - Method in class org.exolab.jms.messagemgr.QueueConsumerEndpoint
 
unregister() - Method in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
 
unregisterConsumer(String) - Method in interface org.exolab.jms.administration.AdminConnection
De-activate an active persistent consumer.
unregisterConsumer(String) - Method in class org.exolab.jms.administration.intravm.IntravmJmsAdminConnection
 
unregisterConsumer(String) - Method in interface org.exolab.jms.administration.JmsAdminServerIfc
De-Activate an active persistent consumer.
unregisterConsumer(String) - Method in class org.exolab.jms.administration.mipc.IpcJmsAdminConnection
 
unregisterConsumer(String) - Method in class org.exolab.jms.administration.rmi.RmiJmsAdminConnection
 
unregisterConsumer(ConsumerEndpoint) - Method in class org.exolab.jms.messagemgr.DestinationCache
Remove the consumer for the list of registered consumers.
unregisterConsumer(String) - Method in class org.exolab.jms.server.AdminConnection
De-Activate an active persistent consumer.
unregisterConsumer(String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsAdminConnectionIfc
De-Activate an active persistent consumer.
unregisterConsumer(String) - Method in class org.exolab.jms.server.rmi.RmiJmsAdminConnection
 
unregisterConsumer(String) - Method in class org.exolab.jms.tools.admin.AbstractAdminConnection
De-Activate an active persistent consumer.
unregisterConsumer(String) - Method in class org.exolab.jms.tools.admin.OfflineConnection
 
unregisterConsumer(String) - Method in class org.exolab.jms.tools.admin.OnlineConnection
 
unregisterEvent(String) - Method in class org.exolab.jms.events.BasicEventManager
Unregister the event specified by the event identifier.
unregisterEvent(String) - Method in interface org.exolab.jms.events.EventManager
Unregister the event specified by the event identifier.
unsubscribe(String) - Method in class org.exolab.jms.client.http.HttpJmsSessionStub
Unsubscribe a durable subscription
unsubscribe(String) - Method in class org.exolab.jms.client.intravm.IntravmJmsSessionStub
 
unsubscribe(String) - Method in interface org.exolab.jms.client.JmsSessionStubIfc
Unsubscribe a durable subscription
unsubscribe(String) - Method in class org.exolab.jms.client.mipc.IpcJmsSessionStub
Unsubscribe a durable subscription
unsubscribe(String) - Method in class org.exolab.jms.client.rmi.RmiJmsSessionStub
 
unsubscribe(String) - Method in class org.exolab.jms.server.JmsServerSession
Unsubscribe a durable subscription.
unsubscribe(JmsServerSession, String) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Unsubscribe a durable subscription
unsubscribe(String) - Method in interface org.exolab.jms.server.rmi.RemoteJmsServerSessionIfc
Unsubscribe a durable subscription
unsubscribe(String) - Method in class org.exolab.jms.server.rmi.RmiJmsServerSession
Unsubscribe a durable subscription
UNSYNCH_TICKS - Static variable in class org.exolab.jms.util.Clock
The number of clock ticks in each unsynchronized cycle.
update() - Method in class org.exolab.jms.jndiadministration.OpenJMSContext
As a performance enhancement, no child is added to the context until after it is expanded.
update() - Method in interface org.exolab.jms.jndiadministration.OpenJMSNode
Update all children belonging to this node.
update() - Method in class org.exolab.jms.jndiadministration.OpenJMSObject
This method is defined by the interface, but is not required by objects for this release.
update(Connection, MessageImpl) - Method in class org.exolab.jms.persistence.Messages
Update the message state in the database.
update(String) - Method in class org.exolab.jms.persistence.PersistentString
Assign the given String value
update() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumer
This method is defined by the interface, but is not required by consumers for this release.
update() - Method in class org.exolab.jms.tools.admin.OpenJMSConsumerFolder
Update all children belonging to this node.
update() - Method in interface org.exolab.jms.tools.admin.OpenJMSNode
Update all children belonging to this node.
update() - Method in class org.exolab.jms.tools.admin.OpenJMSQueue
No operation
update() - Method in class org.exolab.jms.tools.admin.OpenJMSQueueFolder
Update all children belonging to this node.
update() - Method in class org.exolab.jms.tools.admin.OpenJMSTopic
As a performance enhancement, no consumer is added to a topic node until a request is made to expand the node, or a new consumer is to be added to the node.
update() - Method in class org.exolab.jms.tools.admin.OpenJMSTopicFolder
Update all children belonging to this node.
update() - Method in class org.exolab.jms.tools.admin.OpenJMSUser
No operation
updateIds(Connection, long) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
updateIds(Connection, long) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
updateIds(Connection, long) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Update the given id.
updateIds(Connection, long) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
updateMessage(Connection, MessageImpl) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
updateMessage(Connection, MessageImpl) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
updateMessage(Connection, MessageImpl) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Update this message in the database
updateMessage(Connection, MessageImpl) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
updateMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
updateMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
updateMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.PersistenceAdapter
Update the specified persistent message handle.
updateMessageHandle(Connection, PersistentMessageHandle) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
updatePersistentHandle(Connection, PersistentMessageHandle) - Static method in class org.exolab.jms.messagemgr.MessageHandleFactory
Update the state of the persistent handle
updateUser(User) - Method in class org.exolab.jms.authentication.AuthenticationMgr
Update a user.
updateUser(User) - Method in class org.exolab.jms.authentication.UserManager
Update user.
updateUser(Connection, User) - Method in class org.exolab.jms.persistence.BatchingRdbmsAdapter
 
updateUser(Connection, User) - Method in class org.exolab.jms.persistence.ObjectAdapter
 
updateUser(Connection, User) - Method in class org.exolab.jms.persistence.PersistenceAdapter
 
updateUser(Connection, User) - Method in class org.exolab.jms.persistence.RDBMSAdapter
 
usage() - Static method in class org.exolab.jms.jndiadministration.AdminMgr
Print out information on running this sevice
usage() - Static method in class org.exolab.jms.server.JmsServer
Print out information on running this sevice
usage() - Static method in class org.exolab.jms.tools.admin.AdminMgr
Print out information on running this sevice
User - Class in org.exolab.jms.authentication
This class represents a user within OpenJMS.
User() - Constructor for class org.exolab.jms.authentication.User
Construct a new User
User(String, String) - Constructor for class org.exolab.jms.authentication.User
Construct a new User
User - Class in org.exolab.jms.config
This element defines an User.
User() - Constructor for class org.exolab.jms.config.User
 
UserDescriptor - Class in org.exolab.jms.config
Class UserDescriptor.
UserDescriptor() - Constructor for class org.exolab.jms.config.UserDescriptor
 
UserManager - Class in org.exolab.jms.authentication
The user manager is responsible for creating and managing users.
UserManager() - Constructor for class org.exolab.jms.authentication.UserManager
Construct a new UserManager
userNames() - Method in class org.exolab.jms.authentication.UserManager
Return a list of user names currently supported by the user manager.
Users - Class in org.exolab.jms.config
This element is used to bootstrap the creation of users.
Users() - Constructor for class org.exolab.jms.config.Users
 
UsersDescriptor - Class in org.exolab.jms.config
Class UsersDescriptor.
UsersDescriptor() - Constructor for class org.exolab.jms.config.UsersDescriptor
 
UUID - Class in org.exolab.jms.util
Helper class that generates unique identifiers
UUID() - Constructor for class org.exolab.jms.util.UUID
 
UUIDGenerator - Class in org.exolab.jms.util
Universally Unique Identifier (UUID) generator.
UUIDGenerator() - Constructor for class org.exolab.jms.util.UUIDGenerator
 
UUIDGenerator.InvalidIDException - Exception in org.exolab.jms.util
An exception indicating the identifier is invalid and cannot be converted into an array of bytes.
UUIDGenerator.InvalidIDException(String) - Constructor for exception org.exolab.jms.util.UUIDGenerator.InvalidIDException
 

V

V061toV072SchemaConverter - Class in org.exolab.jms.tools.db.migration
A schema converter for converting from the 0.6.1 schema to the 0.7.2 schema
V061toV072SchemaConverter(Connection) - Constructor for class org.exolab.jms.tools.db.migration.V061toV072SchemaConverter
Construct a new V061toV072SchemaConverter
V072toV076SchemaConverter - Class in org.exolab.jms.tools.db.migration
A schema converter for converting from the 0.7.2 schema to the 0.7.6 schema
V072toV076SchemaConverter(Connection) - Constructor for class org.exolab.jms.tools.db.migration.V072toV076SchemaConverter
Construct a new V072toV076SchemaConverter
validate() - Method in class org.exolab.jms.config.Admin
Method validate
validate() - Method in class org.exolab.jms.config.AdminConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.AdministeredDestinations
Method validate
validate() - Method in class org.exolab.jms.config.AdministeredQueue
Method validate
validate() - Method in class org.exolab.jms.config.AdministeredTopic
Method validate
validate() - Method in class org.exolab.jms.config.Configuration
Method validate
validate() - Method in class org.exolab.jms.config.ConnectionFactories
Method validate
validate() - Method in class org.exolab.jms.config.ConnectionFactory
Method validate
validate() - Method in class org.exolab.jms.config.Connector
Method validate
validate() - Method in class org.exolab.jms.config.ConnectorResource
Method validate
validate() - Method in class org.exolab.jms.config.ConnectorResources
Method validate
validate() - Method in class org.exolab.jms.config.Connectors
Method validate
validate() - Method in class org.exolab.jms.config.DatabaseConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.DefaultConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.GarbageCollectionConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.HttpConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.HttpConfigurationType
Method validate
validate() - Method in class org.exolab.jms.config.HttpsConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.JdbmDatabaseConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.Jndi
Method validate
validate() - Method in class org.exolab.jms.config.JndiConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.LoggerConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.MessageManagerConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.Property
Method validate
validate() - Method in class org.exolab.jms.config.QueueConnectionFactory
Method validate
validate() - Method in class org.exolab.jms.config.RdbmsDatabaseConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.RmiConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.SchedulerConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.SecurityConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.Server
Method validate
validate() - Method in class org.exolab.jms.config.ServerConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.Subscriber
Method validate
validate() - Method in class org.exolab.jms.config.TcpConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.TcpConfigurationType
Method validate
validate() - Method in class org.exolab.jms.config.TcpsConfiguration
Method validate
validate() - Method in class org.exolab.jms.config.TopicConnectionFactory
Method validate
validate() - Method in class org.exolab.jms.config.User
Method validate
validate() - Method in class org.exolab.jms.config.Users
Method validate
validate() - Method in class org.exolab.jms.config.XAQueueConnectionFactory
Method validate
validate() - Method in class org.exolab.jms.config.XATopicConnectionFactory
Method validate
validate() - Method in class org.exolab.jms.tools.db.Attribute
Method validate
validate() - Method in class org.exolab.jms.tools.db.Column
Method validate
validate() - Method in class org.exolab.jms.tools.db.Database
Method validate
validate() - Method in class org.exolab.jms.tools.db.Deprecated
Method validate
validate() - Method in class org.exolab.jms.tools.db.Index
Method validate
validate() - Method in class org.exolab.jms.tools.db.Table
Method validate
validateUser(String, String) - Method in class org.exolab.jms.authentication.AuthenticationMgr
Validate the password for the specified user.
validateUser(String, String) - Method in class org.exolab.jms.authentication.UserManager
Determines if a user's name and password are valid
validForConnection(JmsConnection) - Method in interface org.exolab.jms.client.JmsTemporaryDestination
Checks whether the temporary destination is valid for the specified connection
validForConnection(JmsConnection) - Method in class org.exolab.jms.client.JmsTemporaryQueue
 
validForConnection(JmsConnection) - Method in class org.exolab.jms.client.JmsTemporaryTopic
 
validSubscription(String, String) - Method in class org.exolab.jms.messagemgr.ConsumerManager
This method will check that the name-destination pair actually are valid and exist as a DurableConsumer entity
value(String) - Method in class org.exolab.jms.util.CommandLine
Return the value of the parameter or option.
value(String, String) - Method in class org.exolab.jms.util.CommandLine
Return the value of the parameter or option, returning a default value if none is specified
valueList() - Method in class org.exolab.jms.selector.parser.SelectorParser
 
valueList(AST) - Method in class org.exolab.jms.selector.parser.SelectorTreeParser
 
valueOf(String) - Static method in class org.exolab.jms.config.types.SchemeType
Method valueOf Returns a new SchemeType based on the given String value.
VENDOR_NAME - Static variable in class org.exolab.jms.util.Version
The vendor name
VENDOR_URL - Static variable in class org.exolab.jms.util.Version
The vendor URL
version() - Static method in class org.exolab.jms.server.JmsServer
 
Version - Class in org.exolab.jms.util
This class provides version information from the openjms.version configuration file.
VERSION - Static variable in class org.exolab.jms.util.Version
The version number

W

WILDCARD - Static variable in class org.exolab.jms.client.JmsTopic
 
writeBoolean(boolean) - Method in class org.exolab.jms.message.BytesMessageImpl
Write a boolean to the bytes message stream as a 1-byte value.
writeBoolean(boolean) - Method in class org.exolab.jms.message.StreamMessageImpl
Write a boolean to the stream message.
writeByte(byte) - Method in class org.exolab.jms.message.BytesMessageImpl
Write out a byte to the bytes message stream as a 1-byte value
writeByte(byte) - Method in class org.exolab.jms.message.StreamMessageImpl
Write out a byte to the stream message
writeBytes(byte[]) - Method in class org.exolab.jms.message.BytesMessageImpl
Write a byte array to the bytes message stream
writeBytes(byte[], int, int) - Method in class org.exolab.jms.message.BytesMessageImpl
Write a portion of a byte array to the bytes message stream
writeBytes(byte[]) - Method in class org.exolab.jms.message.StreamMessageImpl
Write a byte array field to the stream message
writeBytes(byte[], int, int) - Method in class org.exolab.jms.message.StreamMessageImpl
Write a portion of a byte array as a byte array field to the stream message
writeChar(char) - Method in class org.exolab.jms.message.BytesMessageImpl
Write a char to the bytes message stream as a 2-byte value, high byte first.
writeChar(char) - Method in class org.exolab.jms.message.StreamMessageImpl
Write a char to the stream message
writeDouble(double) - Method in class org.exolab.jms.message.BytesMessageImpl
Convert the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the bytes message stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in class org.exolab.jms.message.StreamMessageImpl
Write a double to the stream message
writeExternal(ObjectOutput) - Method in class org.exolab.jms.client.JmsConnectionFactory
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.client.JmsDestination
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.client.JmsQueue
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.client.JmsQueueConnectionFactory
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.client.JmsTemporaryQueue
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.client.JmsTemporaryTopic
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.client.JmsTopic
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.client.JmsTopicConnectionFactory
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.BytesMessageImpl
Serialize out this message's data
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.DeliveryModeImpl
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.DestinationImpl
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.MapMessageImpl
Serialize out this message's data
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.MessageId
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.MessageImpl
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.ObjectMessageImpl
Serialize out this message's data
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.Priority
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.StreamMessageImpl
Serialize out this message's data
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.TextMessageImpl
Serialize out this message's data
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.Timestamp
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.message.Type
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.messagemgr.PersistentMessageHandle
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.messagemgr.TransientMessageHandle
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.persistence.PersistentMessage
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.persistence.PersistentString
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.tranlog.BaseTransactionLogEntry
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.tranlog.DataTransactionLogEntry
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.tranlog.ExternalXid
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.tranlog.StateTransactionLogEntry
 
writeExternal(ObjectOutput) - Method in class org.exolab.jms.tranlog.TransactionState
 
writeFloat(float) - Method in class org.exolab.jms.message.BytesMessageImpl
Convert the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the bytes message stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in class org.exolab.jms.message.StreamMessageImpl
Write a float to the stream message
writeInt(int) - Method in class org.exolab.jms.message.BytesMessageImpl
Write an int to the bytes message stream as four bytes, high byte first.
writeInt(int) - Method in class org.exolab.jms.message.StreamMessageImpl
Write an int to the stream message
writeLong(long) - Method in class org.exolab.jms.message.BytesMessageImpl
Write a long to the bytes message stream as eight bytes, high byte first
writeLong(long) - Method in class org.exolab.jms.message.StreamMessageImpl
Write a long to the stream message
writeObject(Object) - Method in class org.exolab.jms.message.BytesMessageImpl
Write a Java object to the bytes message stream.
writeObject(Object) - Method in class org.exolab.jms.message.StreamMessageImpl
Write a Java object to the stream message
writeShort(short) - Method in class org.exolab.jms.message.BytesMessageImpl
Write a short to the bytes message stream as two bytes, high byte first
writeShort(short) - Method in class org.exolab.jms.message.StreamMessageImpl
Write a short to the stream message
writeString(String) - Method in class org.exolab.jms.message.StreamMessageImpl
Write a string to the stream message
writeUTF(String) - Method in class org.exolab.jms.message.BytesMessageImpl
Write a string to the bytes message stream using UTF-8 encoding in a machine-independent manner.
WS - Static variable in interface org.exolab.jms.selector.parser.SelectorTokenTypes
 
WS - Static variable in interface org.exolab.jms.selector.parser.SelectorTreeParserTokenTypes
 

X

XACommit(JmsServerSession, Xid, Boolean) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Commits an XA transaction that is in progress.
XAEnd(JmsServerSession, Xid, Integer) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Ends the work performed on behalf of a transaction branch.
XAForget(JmsServerSession, Xid) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Tell the resource manager to forget about a heuristically completed transaction branch.
XAGetResourceManagerId(JmsServerSession) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Return the identity of the resource manager.
XAGetTransactionTimeout(JmsServerSession) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Return the transaction timeout for this instance of the resource manager.
XAPrepare(JmsServerSession, Xid) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid
XAQueueConnectionFactory - Class in org.exolab.jms.config
Class XAQueueConnectionFactory.
XAQueueConnectionFactory() - Constructor for class org.exolab.jms.config.XAQueueConnectionFactory
 
XAQueueConnectionFactoryDescriptor - Class in org.exolab.jms.config
Class XAQueueConnectionFactoryDescriptor.
XAQueueConnectionFactoryDescriptor() - Constructor for class org.exolab.jms.config.XAQueueConnectionFactoryDescriptor
 
XARecover(JmsServerSession, Integer) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Obtain a list of prepared transaction branches from a resource manager.
XARollback(JmsServerSession, Xid) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Inform the resource manager to roll back work done on behalf of a transaction branch
XASetTransactionTimeout(JmsServerSession, Integer) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Set the current transaction timeout value for this XAResource instance.
XAStart(JmsServerSession, Xid, Integer) - Method in class org.exolab.jms.server.mipc.IpcJmsSessionConnection
Start work on behalf of a transaction branch specified in xid If TMJOIN is specified, the start is for joining a transaction previously seen by the resource manager
XATopicConnectionFactory - Class in org.exolab.jms.config
Class XATopicConnectionFactory.
XATopicConnectionFactory() - Constructor for class org.exolab.jms.config.XATopicConnectionFactory
 
XATopicConnectionFactoryDescriptor - Class in org.exolab.jms.config
Class XATopicConnectionFactoryDescriptor.
XATopicConnectionFactoryDescriptor() - Constructor for class org.exolab.jms.config.XATopicConnectionFactoryDescriptor
 

_

_acceptedTime - Variable in class org.exolab.jms.message.MessageImpl
This is the time that the message was accepted by the server
_ackMode - Variable in class org.exolab.jms.messagemgr.ConsumerEndpoint
The acknowledgement mode for this endpoint.
_bodyReadOnly - Variable in class org.exolab.jms.message.MessageImpl
If true, the message body is read-only
_caches - Variable in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
Maintains a list of TopicDestinationCache that this endpoint subscribes too.
_className - Variable in class org.exolab.jms.client.JmsConnectionFactory
This variable maintains the name of the class that will facilitate communication with the JMS Server.
_commands - Variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_commandsCreated - Variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_connectionId - Variable in class org.exolab.jms.message.MessageImpl
This message was received on this connection
_connectionId - Variable in class org.exolab.jms.messagemgr.ConsumerEndpoint
Holds the connection id of the connection that the endpoint belongs too
_consumers - Variable in class org.exolab.jms.messagemgr.DestinationCache
This is the list of consumers that have subscribed to this cache.
_dateFormat - Static variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_delegate - Variable in class org.exolab.jms.client.rmi.RmiJmsConnectionStub
This is a reference to the remote connection stub that is constructed during object initialisation.
_delegate - Variable in class org.exolab.jms.server.rmi.RmiJmsServerConnection
This is the object that the RMI connection object delegates to.
_env - Variable in class org.exolab.jms.client.JmsConnectionFactory
This is a list of environment variabels that are used to construct the object
_instance - Static variable in class org.exolab.jms.tools.admin.AbstractAdminConnection
 
_interval - Variable in class org.exolab.jms.server.rmi.RmiJmsServerConnection
The interval, in milliseconds, between subsequent ping events
_isExplored - Variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_isLeaf - Variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_lease - Variable in class org.exolab.jms.server.rmi.RmiJmsServerConnection
This is the lease on this object.
_leaseHelper - Variable in class org.exolab.jms.messagemgr.DestinationCache
The message lease helper is used to manage leases for messages cached by the destination
_listener - Variable in class org.exolab.jms.messagemgr.ConsumerEndpoint
Holds the consumer's message listener.
_name - Variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_nolocal - Variable in class org.exolab.jms.messagemgr.ConsumerEndpoint
The nolocal indicator, if set, inhibits consuming messages that have been published on the same connection
_owner - Variable in class org.exolab.jms.client.rmi.RmiJmsConnectionStub
This is a reference to the server stub that created this connection
_processed - Variable in class org.exolab.jms.message.MessageImpl
This flag indicates that the message has been processed by the provider
_propertiesReadOnly - Variable in class org.exolab.jms.message.MessageImpl
If true, message properties are read-only
_queueListeners - Variable in class org.exolab.jms.messagemgr.QueueDestinationCache
Maintains a list of queue listeners for this cache
_scheduler - Variable in class org.exolab.jms.messagemgr.ConsumerEndpoint
This is the scheduler that is used to deliver messages if a consumer has a registered listener
_selector - Variable in class org.exolab.jms.messagemgr.ConsumerEndpoint
The selector assoicated with this consumer.
_sequenceNumber - Variable in class org.exolab.jms.message.MessageImpl
This is the sequence number assigned to it by the message manager when the message is accepted.
_services - Variable in class org.exolab.jms.server.JmsServer
The service manager
_session - Variable in class org.exolab.jms.messagemgr.ConsumerEndpoint
caches the session that created this endpoint
_size - Variable in class org.exolab.jms.messagemgr.ConsumerEndpoint
Maintains the maximum size of this cache
_tokenNames - Static variable in class org.exolab.jms.selector.parser.SelectorParser
 
_tokenNames - Static variable in class org.exolab.jms.selector.parser.SelectorTreeParser
 
_tokenSet_0 - Static variable in class org.exolab.jms.selector.parser.SelectorLexer
 
_tokenSet_1 - Static variable in class org.exolab.jms.selector.parser.SelectorLexer
 
_tokenSet_2 - Static variable in class org.exolab.jms.selector.parser.SelectorLexer
 
_tokenSet_3 - Static variable in class org.exolab.jms.selector.parser.SelectorLexer
 
_tokenSet_4 - Static variable in class org.exolab.jms.selector.parser.SelectorLexer
 
_tokenSet_5 - Static variable in class org.exolab.jms.selector.parser.SelectorLexer
 
_tokenSet_6 - Static variable in class org.exolab.jms.selector.parser.SelectorLexer
 
_topic - Variable in class org.exolab.jms.messagemgr.TopicConsumerEndpoint
Cache the destination that this endpoint subscribes too
_transacted - Variable in class org.exolab.jms.messagemgr.ConsumerEndpoint
Indicates whether this endpoint belongs to a transacted session
_tree - Static variable in class org.exolab.jms.tools.admin.OpenJMSObject
 
_waitingForMessage - Variable in class org.exolab.jms.messagemgr.ConsumerEndpoint
Used to block consumer until there is a message available
_waitingForMessageMonitor - Variable in class org.exolab.jms.messagemgr.ConsumerEndpoint
Serializes access to the ConsumerEndpoint._waitingForMessage flag.

A B C D E F G H I J L M N O P Q R S T U V W X _

Copyright © 1999-2005 The OpenJMS Group. All Rights Reserved.