Serialized Form
Package org.exolab.jms.authentication |
username
java.lang.String username
- The user's name
password
java.lang.String password
- The user's password
Package org.exolab.jms.client |
serialVersionUID: 3L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
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
serialVersionUID: 2L
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
serialVersionUID: 2L
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
serialVersionUID: 1L
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
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 |
_script
java.lang.String _script
_config
java.lang.String _config
Class org.exolab.jms.config.AdministeredDestinations extends java.lang.Object implements Serializable |
_administeredTopicList
java.util.ArrayList _administeredTopicList
_administeredQueueList
java.util.ArrayList _administeredQueueList
Class org.exolab.jms.config.AdministeredQueue extends java.lang.Object implements Serializable |
_name
java.lang.String _name
Class org.exolab.jms.config.AdministeredTopic extends java.lang.Object implements Serializable |
_name
java.lang.String _name
_subscriberList
java.util.ArrayList _subscriberList
Class org.exolab.jms.config.Configuration extends java.lang.Object implements Serializable |
_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.ConnectionFactories extends java.lang.Object implements Serializable |
_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 |
_name
java.lang.String _name
Class org.exolab.jms.config.Connector extends java.lang.Object implements Serializable |
_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 |
_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 |
_connectorResourceList
java.util.ArrayList _connectorResourceList
Class org.exolab.jms.config.Connectors extends java.lang.Object implements Serializable |
_connectorList
java.util.ArrayList _connectorList
Class org.exolab.jms.config.DatabaseConfiguration extends java.lang.Object implements Serializable |
_rdbmsDatabaseConfiguration
org.exolab.jms.config.RdbmsDatabaseConfiguration _rdbmsDatabaseConfiguration
Class org.exolab.jms.config.DefaultConfiguration extends java.lang.Object implements Serializable |
_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.GarbageCollectionConfiguration extends java.lang.Object implements Serializable |
_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 |
_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 |
_initialContextClass
java.lang.String _initialContextClass
Class org.exolab.jms.config.JndiConfiguration extends java.lang.Object implements Serializable |
_propertyList
java.util.ArrayList _propertyList
Class org.exolab.jms.config.LoggerConfiguration extends java.lang.Object implements Serializable |
_file
java.lang.String _file
Class org.exolab.jms.config.MessageManagerConfiguration extends java.lang.Object implements Serializable |
_destinationCacheSize
int _destinationCacheSize
_has_destinationCacheSize
boolean _has_destinationCacheSize
Class org.exolab.jms.config.Property extends java.lang.Object implements Serializable |
_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 |
_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 |
_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 |
_maxThreads
int _maxThreads
_has_maxThreads
boolean _has_maxThreads
Class org.exolab.jms.config.SecurityConfiguration extends java.lang.Object implements Serializable |
_securityEnabled
boolean _securityEnabled
_has_securityEnabled
boolean _has_securityEnabled
Class org.exolab.jms.config.Server extends java.lang.Object implements Serializable |
_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 |
_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 |
_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 |
_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 |
_internalHost
java.lang.String _internalHost
Class org.exolab.jms.config.TcpsConfiguration extends org.exolab.jms.config.TcpConfigurationType implements Serializable |
_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 |
_name
java.lang.String _name
_password
java.lang.String _password
Class org.exolab.jms.config.Users extends java.lang.Object implements Serializable |
_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 |
_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.
Package org.exolab.jms.gc |
Package org.exolab.jms.message |
serialVersionUID: 1L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
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
serialVersionUID: 2L
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
serialVersionUID: 2L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
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
serialVersionUID: 2L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
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 |
Package org.exolab.jms.persistence |
Package org.exolab.jms.selector |
Package org.exolab.jms.selector.parser |
_type
Type _type
- The return type
_context
Context _context
- The context of the node
Package org.exolab.jms.server |
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 |
_cause
java.lang.Throwable _cause
- The exception that caused this exception. May be
null
Package org.exolab.jms.tranlog |
serialVersionUID: 2L
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
serialVersionUID: 2L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
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.