Serialized Form


Package org.exolab.jms.authentication

Class org.exolab.jms.authentication.User extends java.lang.Object 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 extends java.lang.Object implements Serializable

serialVersionUID: 3L

Serialization Methods

readExternal

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

Throws:
java.io.IOException - for any I/O error
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found

writeExternal

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

Throws:
java.io.IOException - for any I/O error

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

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

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

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

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

serialVersionUID: 2L

Serialization Methods

readExternal

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

writeExternal

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

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

serialVersionUID: 2L

Serialization Methods

readExternal

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

writeExternal

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

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

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.exolab.jms.client.JmsXAConnectionFactory extends 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.

Throws:
java.io.IOException - for any I/O error
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found

writeExternal

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

Throws:
java.io.IOException - for any I/O error

Package org.exolab.jms.client.net

Class org.exolab.jms.client.net.JmsSessionStubImpl__Proxy extends org.exolab.jms.net.proxy.Proxy implements Serializable


Package org.exolab.jms.config

Class org.exolab.jms.config.AdminConfiguration extends java.lang.Object implements Serializable

Serialized Fields

_script

java.lang.String _script

_config

java.lang.String _config

Class org.exolab.jms.config.AdministeredDestinations extends java.lang.Object implements Serializable

Serialized Fields

_administeredTopicList

java.util.ArrayList _administeredTopicList

_administeredQueueList

java.util.ArrayList _administeredQueueList

Class org.exolab.jms.config.AdministeredQueue extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

Class org.exolab.jms.config.AdministeredTopic extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

_subscriberList

java.util.ArrayList _subscriberList

Class org.exolab.jms.config.Configuration extends java.lang.Object implements Serializable

Serialized Fields

_databaseConfiguration

org.exolab.jms.config.DatabaseConfiguration _databaseConfiguration

_adminConfiguration

org.exolab.jms.config.AdminConfiguration _adminConfiguration

_serverConfiguration

org.exolab.jms.config.ServerConfiguration _serverConfiguration

_connectors

org.exolab.jms.config.Connectors _connectors

_tcpConfiguration

org.exolab.jms.config.TcpConfiguration _tcpConfiguration

_tcpsConfiguration

org.exolab.jms.config.TcpsConfiguration _tcpsConfiguration

_rmiConfiguration

org.exolab.jms.config.RmiConfiguration _rmiConfiguration

_httpConfiguration

org.exolab.jms.config.HttpConfiguration _httpConfiguration

_httpsConfiguration

org.exolab.jms.config.HttpsConfiguration _httpsConfiguration

_jndiConfiguration

org.exolab.jms.config.JndiConfiguration _jndiConfiguration

_messageManagerConfiguration

org.exolab.jms.config.MessageManagerConfiguration _messageManagerConfiguration

_schedulerConfiguration

org.exolab.jms.config.SchedulerConfiguration _schedulerConfiguration

_garbageCollectionConfiguration

org.exolab.jms.config.GarbageCollectionConfiguration _garbageCollectionConfiguration

_loggerConfiguration

org.exolab.jms.config.LoggerConfiguration _loggerConfiguration

_securityConfiguration

org.exolab.jms.config.SecurityConfiguration _securityConfiguration

_users

org.exolab.jms.config.Users _users

_administeredDestinations

org.exolab.jms.config.AdministeredDestinations _administeredDestinations

_connectorResources

org.exolab.jms.config.ConnectorResources _connectorResources

Class org.exolab.jms.config.ConfigurationFileException extends java.lang.Exception implements Serializable

Class org.exolab.jms.config.ConnectionFactories extends java.lang.Object 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 extends org.exolab.jms.config.ConnectionFactoryType implements Serializable

Class org.exolab.jms.config.ConnectionFactoryType extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

Class org.exolab.jms.config.Connector extends java.lang.Object implements Serializable

Serialized Fields

_scheme

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

_connectionFactories

org.exolab.jms.config.ConnectionFactories _connectionFactories

Class org.exolab.jms.config.ConnectorResource extends java.lang.Object implements Serializable

Serialized Fields

_scheme

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

_description

java.lang.String _description

_server

org.exolab.jms.config.Server _server

_jndi

org.exolab.jms.config.Jndi _jndi

Class org.exolab.jms.config.ConnectorResources extends java.lang.Object implements Serializable

Serialized Fields

_connectorResourceList

java.util.ArrayList _connectorResourceList

Class org.exolab.jms.config.Connectors extends java.lang.Object implements Serializable

Serialized Fields

_connectorList

java.util.ArrayList _connectorList

Class org.exolab.jms.config.DatabaseConfiguration extends java.lang.Object implements Serializable

Serialized Fields

_rdbmsDatabaseConfiguration

org.exolab.jms.config.RdbmsDatabaseConfiguration _rdbmsDatabaseConfiguration

Class org.exolab.jms.config.DefaultConfiguration extends java.lang.Object implements Serializable

Serialized Fields

_serverConfiguration

org.exolab.jms.config.ServerConfiguration _serverConfiguration

_connectors

org.exolab.jms.config.Connectors _connectors

_tcpConfiguration

org.exolab.jms.config.TcpConfiguration _tcpConfiguration

_tcpsConfiguration

org.exolab.jms.config.TcpsConfiguration _tcpsConfiguration

_rmiConfiguration

org.exolab.jms.config.RmiConfiguration _rmiConfiguration

_httpConfiguration

org.exolab.jms.config.HttpConfiguration _httpConfiguration

_httpsConfiguration

org.exolab.jms.config.HttpsConfiguration _httpsConfiguration

_messageManagerConfiguration

org.exolab.jms.config.MessageManagerConfiguration _messageManagerConfiguration

_schedulerConfiguration

org.exolab.jms.config.SchedulerConfiguration _schedulerConfiguration

_garbageCollectionConfiguration

org.exolab.jms.config.GarbageCollectionConfiguration _garbageCollectionConfiguration

_loggerConfiguration

org.exolab.jms.config.LoggerConfiguration _loggerConfiguration

_securityConfiguration

org.exolab.jms.config.SecurityConfiguration _securityConfiguration

Class org.exolab.jms.config.FileDoesNotExistException extends java.lang.Exception implements Serializable

Class org.exolab.jms.config.GarbageCollectionConfiguration extends java.lang.Object 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 extends org.exolab.jms.config.HttpConfigurationType implements Serializable

Class org.exolab.jms.config.HttpConfigurationType extends org.exolab.jms.config.SocketConfigurationType 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 extends org.exolab.jms.config.HttpConfigurationType implements Serializable

Class org.exolab.jms.config.Jndi extends java.lang.Object implements Serializable

Serialized Fields

_initialContextClass

java.lang.String _initialContextClass

Class org.exolab.jms.config.JndiConfiguration extends java.lang.Object implements Serializable

Serialized Fields

_propertyList

java.util.ArrayList _propertyList

Class org.exolab.jms.config.LoggerConfiguration extends java.lang.Object implements Serializable

Serialized Fields

_file

java.lang.String _file

Class org.exolab.jms.config.MessageManagerConfiguration extends java.lang.Object implements Serializable

Serialized Fields

_destinationCacheSize

int _destinationCacheSize

_has_destinationCacheSize

boolean _has_destinationCacheSize

Class org.exolab.jms.config.Property extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

_value

java.lang.String _value

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

Class org.exolab.jms.config.RdbmsDatabaseConfiguration extends java.lang.Object 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 extends java.lang.Object 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 extends java.lang.Object implements Serializable

Serialized Fields

_maxThreads

int _maxThreads

_has_maxThreads

boolean _has_maxThreads

Class org.exolab.jms.config.SecurityConfiguration extends java.lang.Object implements Serializable

Serialized Fields

_securityEnabled

boolean _securityEnabled

_has_securityEnabled

boolean _has_securityEnabled

Class org.exolab.jms.config.Server extends java.lang.Object 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 extends java.lang.Object 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 extends java.lang.Object 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 extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

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

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

Serialized Fields

_internalHost

java.lang.String _internalHost

Class org.exolab.jms.config.TcpsConfiguration extends org.exolab.jms.config.TcpConfigurationType 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 extends org.exolab.jms.config.ConnectionFactoryType implements Serializable

Class org.exolab.jms.config.User extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

_password

java.lang.String _password

Class org.exolab.jms.config.Users extends java.lang.Object implements Serializable

Serialized Fields

_userList

java.util.ArrayList _userList

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

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

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


Package org.exolab.jms.events

Class org.exolab.jms.events.Event extends java.lang.Object 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 extends java.lang.Exception implements Serializable


Package org.exolab.jms.gc

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


Package org.exolab.jms.message

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

serialVersionUID: 1L

Serialization Methods

readExternal

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

Throws:
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.io.IOException - if any I/O exceptions occur

writeExternal

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

Throws:
java.io.IOException - if any I/O exceptions occurr

Class org.exolab.jms.message.DeliveryModeImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.exolab.jms.message.DestinationImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

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

serialVersionUID: 2L

Serialization Methods

readExternal

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

Throws:
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.io.IOException - if any I/O exceptions occur

writeExternal

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

Throws:
java.io.IOException - if any I/O exceptions occurr

Class org.exolab.jms.message.MessageId extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readExternal

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

writeExternal

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

Class org.exolab.jms.message.MessageImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

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

serialVersionUID: 1L

Serialization Methods

readExternal

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

Throws:
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.io.IOException - if any I/O exceptions occur

writeExternal

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

Throws:
java.io.IOException - if any I/O exceptions occurr

Class org.exolab.jms.message.Priority extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

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

serialVersionUID: 2L

Serialization Methods

readExternal

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

Throws:
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.io.IOException - if any I/O exceptions occur

writeExternal

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

Throws:
java.io.IOException - if any I/O exceptions occurr

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

serialVersionUID: 1L

Serialization Methods

readExternal

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

Throws:
java.lang.ClassNotFoundException - if the class for an object being restored cannot be found.
java.io.IOException - if any I/O exceptions occur

writeExternal

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

Throws:
java.io.IOException - if any I/O exceptions occurr

Class org.exolab.jms.message.Timestamp extends java.util.Date implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.exolab.jms.message.Type extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Package org.exolab.jms.messagemgr

Class org.exolab.jms.messagemgr.ResourceManagerException extends java.lang.Exception implements Serializable


Package org.exolab.jms.persistence

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


Package org.exolab.jms.selector

Class org.exolab.jms.selector.SelectorException extends antlr.RecognitionException implements Serializable

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


Package org.exolab.jms.selector.parser

Class org.exolab.jms.selector.parser.SelectorAST extends antlr.CommonAST 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 extends ServiceException implements Serializable


Package org.exolab.jms.server.net

Class org.exolab.jms.server.net.JmsAdminConnectionImpl__Proxy extends org.exolab.jms.net.proxy.Proxy implements Serializable

Class org.exolab.jms.server.net.JmsAdminServerImpl__Proxy extends org.exolab.jms.net.proxy.Proxy implements Serializable

Class org.exolab.jms.server.net.RemoteNamingProvider__Proxy extends org.exolab.jms.net.proxy.Proxy implements Serializable

Class org.exolab.jms.server.net.RemoteServerConnection__Proxy extends org.exolab.jms.net.proxy.Proxy implements Serializable

Class org.exolab.jms.server.net.RemoteServerConnectionFactory__Proxy extends org.exolab.jms.net.proxy.Proxy implements Serializable

Class org.exolab.jms.server.net.RemoteServerSession__Proxy extends org.exolab.jms.net.proxy.Proxy implements Serializable


Package org.exolab.jms.service

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

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

Class org.exolab.jms.service.ServiceException extends java.lang.Exception 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 extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readExternal

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

writeExternal

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

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

serialVersionUID: 2L

Serialization Methods

readExternal

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

writeExternal

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

Class org.exolab.jms.tranlog.ExternalXid extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

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

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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

Class org.exolab.jms.tranlog.TransactionLogException extends java.lang.Exception implements Serializable

Class org.exolab.jms.tranlog.TransactionLogExistsException extends java.lang.Exception implements Serializable

Class org.exolab.jms.tranlog.TransactionState extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

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

writeExternal

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



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