Serialized Form


Package org.exolab.jms.authentication

Class org.exolab.jms.authentication.User implements Serializable

Serialized Fields

username

java.lang.String username
The user's name

password

java.lang.String password
The user's password


Package org.exolab.jms.client

Class org.exolab.jms.client.JmsConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the object state from a stream.

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException
Writes the object state to a stream.

Class org.exolab.jms.client.JmsDestination implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class org.exolab.jms.client.JmsQueue implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class org.exolab.jms.client.JmsTemporaryQueue implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class org.exolab.jms.client.JmsTemporaryTopic implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class org.exolab.jms.client.JmsTopic implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class org.exolab.jms.client.JmsXAConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads the object state from a stream.

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException
Writes the object state to a stream.


Package org.exolab.jms.config

Class org.exolab.jms.config.AdminConfiguration implements Serializable

Serialized Fields

_script

java.lang.String _script

_config

java.lang.String _config

Class org.exolab.jms.config.AdministeredDestinations implements Serializable

Serialized Fields

_administeredTopicList

java.util.ArrayList _administeredTopicList

_administeredQueueList

java.util.ArrayList _administeredQueueList

Class org.exolab.jms.config.AdministeredQueue implements Serializable

Serialized Fields

_name

java.lang.String _name

Class org.exolab.jms.config.AdministeredTopic implements Serializable

Serialized Fields

_name

java.lang.String _name

_subscriberList

java.util.ArrayList _subscriberList

Class org.exolab.jms.config.Configuration implements Serializable

Serialized Fields

_databaseConfiguration

DatabaseConfiguration _databaseConfiguration

_adminConfiguration

AdminConfiguration _adminConfiguration

_serverConfiguration

ServerConfiguration _serverConfiguration

_connectors

Connectors _connectors

_tcpConfiguration

TcpConfiguration _tcpConfiguration

_tcpsConfiguration

TcpsConfiguration _tcpsConfiguration

_rmiConfiguration

RmiConfiguration _rmiConfiguration

_httpConfiguration

HttpConfiguration _httpConfiguration

_httpsConfiguration

HttpsConfiguration _httpsConfiguration

_jndiConfiguration

JndiConfiguration _jndiConfiguration

_messageManagerConfiguration

MessageManagerConfiguration _messageManagerConfiguration

_schedulerConfiguration

SchedulerConfiguration _schedulerConfiguration

_garbageCollectionConfiguration

GarbageCollectionConfiguration _garbageCollectionConfiguration

_loggerConfiguration

LoggerConfiguration _loggerConfiguration

_securityConfiguration

SecurityConfiguration _securityConfiguration

_users

Users _users

_administeredDestinations

AdministeredDestinations _administeredDestinations

_connectorResources

ConnectorResources _connectorResources

Class org.exolab.jms.config.ConfigurationFileException implements Serializable

Class org.exolab.jms.config.ConnectionFactories implements Serializable

Serialized Fields

_connectionFactoryList

java.util.ArrayList _connectionFactoryList

_queueConnectionFactoryList

java.util.ArrayList _queueConnectionFactoryList

_topicConnectionFactoryList

java.util.ArrayList _topicConnectionFactoryList

_XAConnectionFactoryList

java.util.ArrayList _XAConnectionFactoryList

_XAQueueConnectionFactoryList

java.util.ArrayList _XAQueueConnectionFactoryList

_XATopicConnectionFactoryList

java.util.ArrayList _XATopicConnectionFactoryList

Class org.exolab.jms.config.ConnectionFactory implements Serializable

Class org.exolab.jms.config.ConnectionFactoryType implements Serializable

Serialized Fields

_name

java.lang.String _name

Class org.exolab.jms.config.Connector implements Serializable

Serialized Fields

_scheme

org.exolab.jms.config.types.SchemeType _scheme

_connectionFactories

ConnectionFactories _connectionFactories

Class org.exolab.jms.config.ConnectorResource implements Serializable

Serialized Fields

_scheme

org.exolab.jms.config.types.SchemeType _scheme

_description

java.lang.String _description

_server

Server _server

_jndi

Jndi _jndi

Class org.exolab.jms.config.ConnectorResources implements Serializable

Serialized Fields

_connectorResourceList

java.util.ArrayList _connectorResourceList

Class org.exolab.jms.config.Connectors implements Serializable

Serialized Fields

_connectorList

java.util.ArrayList _connectorList

Class org.exolab.jms.config.DatabaseConfiguration implements Serializable

Serialized Fields

_rdbmsDatabaseConfiguration

RdbmsDatabaseConfiguration _rdbmsDatabaseConfiguration

Class org.exolab.jms.config.FileDoesNotExistException implements Serializable

Class org.exolab.jms.config.GarbageCollectionConfiguration implements Serializable

Serialized Fields

_memoryCheckInterval

int _memoryCheckInterval

_has_memoryCheckInterval

boolean _has_memoryCheckInterval

_lowWaterThreshold

int _lowWaterThreshold

_has_lowWaterThreshold

boolean _has_lowWaterThreshold

_garbageCollectionInterval

int _garbageCollectionInterval

_has_garbageCollectionInterval

boolean _has_garbageCollectionInterval

_garbageCollectionThreadPriority

int _garbageCollectionThreadPriority

_has_garbageCollectionThreadPriority

boolean _has_garbageCollectionThreadPriority

Class org.exolab.jms.config.HttpConfiguration implements Serializable

Class org.exolab.jms.config.HttpConfigurationType implements Serializable

Serialized Fields

_webServerHost

java.lang.String _webServerHost

_webServerPort

int _webServerPort

_has_webServerPort

boolean _has_webServerPort

_servlet

java.lang.String _servlet

Class org.exolab.jms.config.HttpsConfiguration implements Serializable

Class org.exolab.jms.config.Jndi implements Serializable

Serialized Fields

_initialContextClass

java.lang.String _initialContextClass

Class org.exolab.jms.config.JndiConfiguration implements Serializable

Serialized Fields

_propertyList

java.util.ArrayList _propertyList

Class org.exolab.jms.config.LoggerConfiguration implements Serializable

Serialized Fields

_file

java.lang.String _file

Class org.exolab.jms.config.MessageManagerConfiguration implements Serializable

Serialized Fields

_destinationCacheSize

int _destinationCacheSize

_has_destinationCacheSize

boolean _has_destinationCacheSize

Class org.exolab.jms.config.Property implements Serializable

Serialized Fields

_name

java.lang.String _name

_value

java.lang.String _value

Class org.exolab.jms.config.QueueConnectionFactory implements Serializable

Class org.exolab.jms.config.RdbmsDatabaseConfiguration implements Serializable

Serialized Fields

_clazz

java.lang.String _clazz

_driver

java.lang.String _driver

_url

java.lang.String _url

_user

java.lang.String _user

_password

java.lang.String _password

_maxActive

int _maxActive

_has_maxActive

boolean _has_maxActive

_maxIdle

int _maxIdle

_has_maxIdle

boolean _has_maxIdle

_minIdleTime

int _minIdleTime

_has_minIdleTime

boolean _has_minIdleTime

_evictionInterval

int _evictionInterval

_has_evictionInterval

boolean _has_evictionInterval

_testQuery

java.lang.String _testQuery

_testBeforeUse

boolean _testBeforeUse

_has_testBeforeUse

boolean _has_testBeforeUse

_batch

boolean _batch

_has_batch

boolean _has_batch

_batchSize

int _batchSize

_has_batchSize

boolean _has_batchSize

Class org.exolab.jms.config.RmiConfiguration implements Serializable

Serialized Fields

_embeddedRegistry

boolean _embeddedRegistry

_has_embeddedRegistry

boolean _has_embeddedRegistry

_registryHost

java.lang.String _registryHost

_registryPort

int _registryPort

_has_registryPort

boolean _has_registryPort

_clientPingInterval

int _clientPingInterval

_has_clientPingInterval

boolean _has_clientPingInterval

Class org.exolab.jms.config.SchedulerConfiguration implements Serializable

Serialized Fields

_maxThreads

int _maxThreads

_has_maxThreads

boolean _has_maxThreads

Class org.exolab.jms.config.SecurityConfiguration implements Serializable

Serialized Fields

_securityEnabled

boolean _securityEnabled

_has_securityEnabled

boolean _has_securityEnabled

Class org.exolab.jms.config.Server implements Serializable

Serialized Fields

_scheme

org.exolab.jms.config.types.SchemeType _scheme

_proxyClass

java.lang.String _proxyClass

_implementationClass

java.lang.String _implementationClass

Class org.exolab.jms.config.ServerConfiguration implements Serializable

Serialized Fields

_host

java.lang.String _host

_embeddedJNDI

boolean _embeddedJNDI

_has_embeddedJNDI

boolean _has_embeddedJNDI

_maxThreads

int _maxThreads

_has_maxThreads

boolean _has_maxThreads

Class org.exolab.jms.config.SocketConfigurationType implements Serializable

Serialized Fields

_port

int _port

_has_port

boolean _has_port

_jndiPort

int _jndiPort

_has_jndiPort

boolean _has_jndiPort

_adminPort

int _adminPort

_has_adminPort

boolean _has_adminPort

_bindAll

boolean _bindAll

_has_bindAll

boolean _has_bindAll

Class org.exolab.jms.config.Subscriber implements Serializable

Serialized Fields

_name

java.lang.String _name

Class org.exolab.jms.config.TcpConfiguration implements Serializable

Class org.exolab.jms.config.TcpConfigurationType implements Serializable

Serialized Fields

_internalHost

java.lang.String _internalHost

Class org.exolab.jms.config.TcpsConfiguration implements Serializable

Serialized Fields

_keyStore

java.lang.String _keyStore

_keyStorePassword

java.lang.String _keyStorePassword

_keyStoreType

java.lang.String _keyStoreType

_trustStore

java.lang.String _trustStore

_trustStorePassword

java.lang.String _trustStorePassword

_trustStoreType

java.lang.String _trustStoreType

_needClientAuth

boolean _needClientAuth

_has_needClientAuth

boolean _has_needClientAuth

Class org.exolab.jms.config.TopicConnectionFactory implements Serializable

Class org.exolab.jms.config.User implements Serializable

Serialized Fields

_name

java.lang.String _name

_password

java.lang.String _password

Class org.exolab.jms.config.Users implements Serializable

Serialized Fields

_userList

java.util.ArrayList _userList

Class org.exolab.jms.config.XAConnectionFactory implements Serializable

Class org.exolab.jms.config.XAQueueConnectionFactory implements Serializable

Class org.exolab.jms.config.XATopicConnectionFactory implements Serializable


Package org.exolab.jms.events

Class org.exolab.jms.events.Event implements Serializable

Serialized Fields

_eventType

int _eventType
The event type.

_eventHandler

EventHandler _eventHandler
The _eventHandler is the object that is notified when the event fires. It must be Serializable so that it can be persisted.

_callbackObject

java.lang.Object _callbackObject
The _callbackObject is optionally specified and is passed back to the _eventHandler during notification.

Class org.exolab.jms.events.IllegalEventDefinedException implements Serializable


Package org.exolab.jms.gc

Class org.exolab.jms.gc.GarbageCollectionServiceException implements Serializable


Package org.exolab.jms.message

Class org.exolab.jms.message.BytesMessageImpl implements Serializable

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.lang.ClassNotFoundException,
                               java.io.IOException
Serialize in this message's data.

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
Serialize out this message's data.

Class org.exolab.jms.message.DeliveryModeImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.exolab.jms.message.DestinationImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.exolab.jms.message.MapMessageImpl implements Serializable

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.lang.ClassNotFoundException,
                               java.io.IOException
Serialize in this message's data

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
Serialize out this message's data

Class org.exolab.jms.message.MessageId implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.exolab.jms.message.MessageImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.exolab.jms.message.ObjectMessageImpl implements Serializable

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.lang.ClassNotFoundException,
                               java.io.IOException
Serialize in this message's data

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
Serialize out this message's data

Class org.exolab.jms.message.Priority implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.exolab.jms.message.StreamMessageImpl implements Serializable

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.lang.ClassNotFoundException,
                               java.io.IOException
Serialize in this message's data

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
Serialize out this message's data

Class org.exolab.jms.message.TextMessageImpl implements Serializable

Serialization Methods

readExternal

public final void readExternal(java.io.ObjectInput in)
                        throws java.lang.ClassNotFoundException,
                               java.io.IOException
Serialize in this message's data

writeExternal

public final void writeExternal(java.io.ObjectOutput out)
                         throws java.io.IOException
Serialize out this message's data

Class org.exolab.jms.message.Timestamp implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.exolab.jms.message.Type implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException


Package org.exolab.jms.messagemgr

Class org.exolab.jms.messagemgr.ResourceManagerException implements Serializable


Package org.exolab.jms.persistence

Class org.exolab.jms.persistence.PersistenceException implements Serializable


Package org.exolab.jms.selector

Class org.exolab.jms.selector.SelectorException implements Serializable

Class org.exolab.jms.selector.TypeMismatchException implements Serializable


Package org.exolab.jms.selector.parser

Class org.exolab.jms.selector.parser.SelectorAST implements Serializable

Serialized Fields

_type

Type _type
The return type

_context

Context _context
The context of the node


Package org.exolab.jms.server

Class org.exolab.jms.server.ServerException implements Serializable


Package org.exolab.jms.service

Class org.exolab.jms.service.ServiceAlreadyExistsException implements Serializable

Class org.exolab.jms.service.ServiceDoesNotExistException implements Serializable

Class org.exolab.jms.service.ServiceException implements Serializable

Serialized Fields

_cause

java.lang.Throwable _cause
The exception that caused this exception. May be null


Package org.exolab.jms.tranlog

Class org.exolab.jms.tranlog.BaseTransactionLogEntry implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class org.exolab.jms.tranlog.DataTransactionLogEntry implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class org.exolab.jms.tranlog.ExternalXid implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class org.exolab.jms.tranlog.StateTransactionLogEntry implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException

Class org.exolab.jms.tranlog.TransactionLogException implements Serializable

Class org.exolab.jms.tranlog.TransactionLogExistsException implements Serializable

Class org.exolab.jms.tranlog.TransactionState implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput stream)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput stream)
                   throws java.io.IOException



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