|
||||||||
PREV NEXT | FRAMES NO FRAMES |
DBConnectionManager
instances can extend this class.AdminConnection
instances.Event
objects.close
, so that the
stub can do some local clean up
num1 >= num2 and num1 <= num3
when evaluated
num1 >= num2 and num1 <= num3
when evaluated
BytesMessage
interfaceConfiguration
document and populates
unset items with those provided by DefaultConfiguration
ConnectorResource
objects for a given scheme.ConsumerEndpoint
objects, both transient and
durable that are currently active.
Context
MessageConverter
for the supplied
message
TransactionLog
and add it to the list of
managed transaction logs.
PersistentMessageHandle
from the specified
TransientMessageHandle
.
ExpressionFactory
javax.jms.DeliveryMode
DestinationManager
DestinationCache
.JmsDestination
are created or removed from the DestinationManager
Destination
interface.DestinationCache
objects.DestinationManager
DestinationCache
objects that are currently
active and in memory.
ConsumerEndpoint
and is only associated
with a Topic destination.EmbeddedJmsServer
EmbeddedJmsServer
EventManager
.EventManager
.Event
objects.GarbageCollectionService
to dispose of resources.PersistenceAdapter
created by this service.
DestinationCache
for this message.
ConsumerEndpoint
objects attached to the
specified destination
ConsumerEndpoint
and message.
TransientMessageHandle
given the specified message,
irrespective of whether it is a persistent or non-persistent message.
MessageHandle
from the
specified QueueConsumerEndpoint and message.
Context.PROVIDER_URL
attribute.
Context.PROVIDER_URL
attribute.
PersistentMessageHandle
objects,
for the specified destination.
ResourceManager
.
Type
for an Attribute
EventManager
.
HttpJmsServer
HttpJmsSessionConnection
HttpsJmsServer
IntravmJmsAdminConnection
IntravmJmsServer
IntravmJndiServer
IpcJmsAdminConnection
,
without establishing a connection
IpcJmsAdminConnection
,
establishing a connection to the server
IpcJmsConnectionStub
NotifierIfc
instances.IpcJmsReceiver
IpcJmsServer
IpcJmsSessionConnection
IpcJndiServer
DeliveryMode
of the underlying message
is PERSISTENT
JMSException exceptions.- JMSErrorCodes - interface org.exolab.jms.JMSErrorCodes.
- These error codes are used in JMSExceptions
- JmsMajorVersion -
Static variable in interface org.exolab.jms.client.JmsClientConstants
-
- JmsMessageListener - interface org.exolab.jms.client.JmsMessageListener.
- 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 org.exolab.jms.client.JmsQueue.
- 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 org.exolab.jms.client.JmsQueueConnectionFactory.
- 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 org.exolab.jms.server.JmsServer.
- 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 org.exolab.jms.server.JmsServerConnection.
- A connection is created for every client connecting to the JmsServer.
- JmsServerConnectionManager - class org.exolab.jms.server.JmsServerConnectionManager.
- The connection manager is responsible for managing all connections to the
JmsServer.
- JmsServerIfc - interface org.exolab.jms.server.JmsServerIfc.
- JmsServerIfc provides an interface to the OpenJMS server.
- JmsServerSession - class org.exolab.jms.server.JmsServerSession.
- A session represents a server side endpoint to the JMSServer.
- JmsServerStubIfc - interface org.exolab.jms.client.JmsServerStubIfc.
- This is the interface for the JMS server stub.
- JmsSessionStubIfc - interface org.exolab.jms.client.JmsSessionStubIfc.
- This is the interface that session stubs must implement in order to
support remote invocations.
- JmsTemporaryDestination - interface org.exolab.jms.client.JmsTemporaryDestination.
- This is an interface for all temporary destinations.
- JmsTemporaryQueue - class org.exolab.jms.client.JmsTemporaryQueue.
- 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 org.exolab.jms.client.JmsTemporaryTopic.
- 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 org.exolab.jms.client.JmsTopic.
- 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 org.exolab.jms.client.JmsTopicConnectionFactory.
- 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 org.exolab.jms.client.JmsXAQueueConnection.
- 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 org.exolab.jms.client.JmsXAQueueConnectionFactory.
- 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 org.exolab.jms.client.JmsXAQueueSession.
-
- JmsXATopicConnection - class org.exolab.jms.client.JmsXATopicConnection.
- 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 org.exolab.jms.client.JmsXATopicConnectionFactory.
- 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 org.exolab.jms.client.JmsXATopicSession.
-
- JndiConfigurationFactory - class org.exolab.jms.config.JndiConfigurationFactory.
- This factory creates appropriate
JndiConfiguration
objects for a
given SchemeType
. - JndiConfigurationFactory() -
Constructor for class org.exolab.jms.config.JndiConfigurationFactory
-
- JndiConstants - interface org.exolab.jms.jndi.JndiConstants.
- Constants used to for the JNDI implementation
- JndiNameParser - class org.exolab.jms.jndi.JndiNameParser.
- implementation of the NameParser interface for the JndiNameParser.
- JndiNameParser() -
Constructor for class org.exolab.jms.jndi.JndiNameParser
-
- JndiServerIfc - interface org.exolab.jms.jndi.JndiServerIfc.
- This class defines the requirements for a JndiServer.
DataTransactionLogEntry
using the specified txid,
rid and data
StateTransactionLogEntry
using the specified txid,
rid and state
StateTransactionLogEntry
using the specified txid,
rid and state
MapMessage
interface.MessageMgr
adds a message
for this destination to the cache
MessageMgr
adds a message
for this destination to the cache
MessageConverter
instancesMessageId
MessageMgr
.MessageMgrException
with no information.
MessageMgrException
with a detail message
MessageMgrException
with a detail
message and the exception that caused it
MessageMgrException
with the exception that
caused it.
MessageMgr
removes a
message from the cache.
MessageMgr
removes a
message from the cache.
MessageMgr
removes a message
from the cache.
NameServiceProvider
javax.jms.ObjectMessage
interface.PersistenceException
with no information.
PersistenceException
with a detail message
PersistenceException
with a detail
message and the exception that caused it
PersistenceException
with the exception that
caused it.
MessageMgr
adds a persistent
message to the cache.
MessageHandle
and references a
persistent message.MessageMgr
removes a persistent
message from the cache.
QueueListener
ConsumerEndpoint
.BlockingWorkerQueue
and is called back
when there is work for it.RDBMSTool
boolean
from the bytes message stream
boolean
from the bytes message stream
double
from the bytes message stream
double
from the stream message
float
from the bytes message stream
float
from the stream message
RmiJndiServer
ConsumerEndpoint.deliverMessages()
.
Scheduler.stop()
Runnable
objects
using a thread pool.SchemaBrowser
SchemaConverter
instancesSelectorAST
SelectorException
SelectorException
ServerException
with no information.
ServerException
with a detail message
ServerException
with a detail
message and the exception that caused it
ServerException
with the exception that
caused it.
CacheEvictionPolicy
for this object.
CacheEvictionPolicy
for this object.
SslIpcJmsAdminConnection
,
establishing a connection to the server
SslIpcJmsServer
ConsumerEndpoint.deliverMessages()
implementations, to determines if
asynchronous message delivery should be stopped
StreamMessage
interface.TcpsJndiServer
javax.jms.TextMessage
interfaceThreadPool
objects.ResourceManager
participates in..UUIDGenerator.MAXIMUM_LENGTH
characters in length.
java.sql.Types
SelectorException
TypeMismatchException
User
User
UserManager
V061toV072SchemaConverter
V072toV076SchemaConverter
boolean
to the bytes message stream as a 1-byte
value.
boolean
to the stream message.
byte
to the bytes message stream as a 1-byte
value
byte
to the stream message
char
to the bytes message stream as a 2-byte
value, high byte first.
char
to the stream message
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.
double
to the stream message
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.
float
to the stream message
int
to the bytes message stream as four bytes,
high byte first.
int
to the stream message
long
to the bytes message stream as eight bytes,
high byte first
long
to the stream message
short
to the bytes message stream as two bytes,
high byte first
short
to the stream message
ConsumerEndpoint._waitingForMessage
flag.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |