Serialized Form


Package com.thoughtworks.xstream

Class com.thoughtworks.xstream.InitializationException extends XStream.InitializationException implements Serializable

Class com.thoughtworks.xstream.XStream.InitializationException extends com.thoughtworks.xstream.XStreamException implements Serializable

Class com.thoughtworks.xstream.XStreamException extends com.thoughtworks.xstream.core.BaseException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Package com.thoughtworks.xstream.mapper

Class com.thoughtworks.xstream.mapper.CannotResolveClassException extends com.thoughtworks.xstream.XStreamException implements Serializable

Class com.thoughtworks.xstream.mapper.PackageAliasingMapper extends com.thoughtworks.xstream.mapper.MapperWrapper implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

packageToName

java.util.Map<K,V> packageToName

Package com.thoughtworks.xstream.security

Class com.thoughtworks.xstream.security.ForbiddenClassException extends com.thoughtworks.xstream.XStreamException implements Serializable


Package org.apache.activemq

Class org.apache.activemq.ActiveMQConnectionFactory extends JNDIBaseStorable implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.activemq.ActiveMQInputStream.ReadTimeoutException extends java.io.IOException implements Serializable

Class org.apache.activemq.ActiveMQMessageAudit extends ActiveMQMessageAuditNoSync implements Serializable

serialVersionUID: 1L

Class org.apache.activemq.ActiveMQMessageAuditNoSync extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

auditDepth

int auditDepth

maximumNumberOfProducersToTrack

int maximumNumberOfProducersToTrack

map

LRUCache<K,V> map

Class org.apache.activemq.ActiveMQPrefetchPolicy extends java.lang.Object implements Serializable

Serialized Fields

queuePrefetch

int queuePrefetch

queueBrowserPrefetch

int queueBrowserPrefetch

topicPrefetch

int topicPrefetch

durableTopicPrefetch

int durableTopicPrefetch

optimizeDurableTopicPrefetch

int optimizeDurableTopicPrefetch

inputStreamPrefetch

int inputStreamPrefetch

maximumPendingMessageLimit

int maximumPendingMessageLimit

Class org.apache.activemq.ActiveMQSslConnectionFactory extends ActiveMQConnectionFactory implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.activemq.ActiveMQXAConnectionFactory extends ActiveMQConnectionFactory implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.activemq.AlreadyClosedException extends javax.jms.JMSException implements Serializable

serialVersionUID: -3203104889571618702L

Class org.apache.activemq.ConfigurationException extends javax.jms.JMSException implements Serializable

serialVersionUID: 5639082552451065258L

Class org.apache.activemq.ConnectionClosedException extends javax.jms.IllegalStateException implements Serializable

serialVersionUID: -7681404582227153308L

Class org.apache.activemq.ConnectionFailedException extends javax.jms.JMSException implements Serializable

serialVersionUID: 2288453203492073973L

Class org.apache.activemq.NotStartedException extends javax.jms.IllegalStateException implements Serializable

serialVersionUID: -4907909323529887659L

Class org.apache.activemq.RedeliveryPolicy extends java.lang.Object implements Serializable

Serialized Fields

collisionAvoidanceFactor

double collisionAvoidanceFactor

maximumRedeliveries

int maximumRedeliveries

maximumRedeliveryDelay

long maximumRedeliveryDelay

initialRedeliveryDelay

long initialRedeliveryDelay

useCollisionAvoidance

boolean useCollisionAvoidance

useExponentialBackOff

boolean useExponentialBackOff

backOffMultiplier

double backOffMultiplier

redeliveryDelay

long redeliveryDelay

Package org.apache.activemq.advisory

Class org.apache.activemq.advisory.ConsumerEvent extends java.util.EventObject implements Serializable

serialVersionUID: 2442156576867593780L

Serialized Fields

destination

javax.jms.Destination destination

consumerId

ConsumerId consumerId

consumerCount

int consumerCount

Class org.apache.activemq.advisory.ConsumerStartedEvent extends ConsumerEvent implements Serializable

serialVersionUID: 5088138839609391074L

Class org.apache.activemq.advisory.ConsumerStoppedEvent extends ConsumerEvent implements Serializable

serialVersionUID: 5378835541037193206L

Class org.apache.activemq.advisory.DestinationEvent extends java.util.EventObject implements Serializable

serialVersionUID: 2442156576867593780L

Serialized Fields

destinationInfo

DestinationInfo destinationInfo

Class org.apache.activemq.advisory.ProducerEvent extends java.util.EventObject implements Serializable

serialVersionUID: 2442156576867593780L

Serialized Fields

destination

javax.jms.Destination destination

producerId

ProducerId producerId

producerCount

int producerCount

Class org.apache.activemq.advisory.ProducerStartedEvent extends ProducerEvent implements Serializable

serialVersionUID: 5088138839609391074L

Class org.apache.activemq.advisory.ProducerStoppedEvent extends ProducerEvent implements Serializable

serialVersionUID: 5378835541037193206L


Package org.apache.activemq.broker

Class org.apache.activemq.broker.BrokerStoppedException extends java.lang.IllegalStateException implements Serializable

serialVersionUID: -3435230276850902220L

Class org.apache.activemq.broker.DestinationAlreadyExistsException extends javax.jms.JMSException implements Serializable

Serialized Fields

destination

ActiveMQDestination destination

Package org.apache.activemq.command

Class org.apache.activemq.command.ActiveMQDestination extends JNDIBaseStorable implements Serializable

serialVersionUID: -3885260014960795889L

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.activemq.command.ActiveMQQueue extends ActiveMQDestination implements Serializable

serialVersionUID: -3885260014960795889L

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.activemq.command.ActiveMQTempDestination extends ActiveMQDestination implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.activemq.command.ActiveMQTempQueue extends ActiveMQTempDestination implements Serializable

serialVersionUID: 6683049467527633867L

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.activemq.command.ActiveMQTempTopic extends ActiveMQTempDestination implements Serializable

serialVersionUID: -4325596784597300253L

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.activemq.command.ActiveMQTopic extends ActiveMQDestination implements Serializable

serialVersionUID: 7300307405896488588L

Serialization Methods

readExternal

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

writeExternal

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

Package org.apache.activemq.filter

Class org.apache.activemq.filter.AnyDestination extends ActiveMQDestination implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.apache.activemq.jmdns

Class org.apache.activemq.jmdns.ServiceEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

java.lang.String type
The type name of the service.


name

java.lang.String name
The instance name of the service. Or null, if the event was fired to a service type listener.


info

ServiceInfo info
The service info record, or null if the service could be be resolved. This is also null, if the event was fired to a service type listener.


Package org.apache.activemq.jndi

Class org.apache.activemq.jndi.JNDIBaseStorable extends java.lang.Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.activemq.jndi.LazyCreateContext extends ReadOnlyContext implements Serializable

Class org.apache.activemq.jndi.ReadOnlyContext extends java.lang.Object implements Serializable

serialVersionUID: -5754338187296859149L

Serialized Fields

environment

java.util.Hashtable<K,V> environment

bindings

java.util.Map<K,V> bindings

treeBindings

java.util.Map<K,V> treeBindings

frozen

boolean frozen

nameInNamespace

java.lang.String nameInNamespace

Package org.apache.activemq.kaha

Class org.apache.activemq.kaha.ContainerId extends java.lang.Object implements Serializable

serialVersionUID: -8883779541021821943L

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.apache.activemq.kaha.RuntimeStoreException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 8807084681372365173L


Package org.apache.activemq.kaha.impl

Class org.apache.activemq.kaha.impl.StoreLockedExcpetion extends java.io.IOException implements Serializable

serialVersionUID: 3857646689671366926L


Package org.apache.activemq.kaha.impl.index

Class org.apache.activemq.kaha.impl.index.BadMagicException extends java.io.IOException implements Serializable

serialVersionUID: -570930196733067056L

Class org.apache.activemq.kaha.impl.index.RedoStoreIndexItem extends java.lang.Object implements Serializable

serialVersionUID: -4865508871719676655L

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.apache.activemq.memory

Class org.apache.activemq.memory.LRUMap extends java.util.LinkedHashMap<K,V> implements Serializable

serialVersionUID: -9179676638408888162L

Serialized Fields

maximumSize

int maximumSize

Package org.apache.activemq.ra

Class org.apache.activemq.ra.ActiveMQActivationSpec extends java.lang.Object implements Serializable

serialVersionUID: -7153087544100459975L

Serialized Fields

destinationType

java.lang.String destinationType

messageSelector

java.lang.String messageSelector

destination

java.lang.String destination

acknowledgeMode

java.lang.String acknowledgeMode

userName

java.lang.String userName

password

java.lang.String password

clientId

java.lang.String clientId

subscriptionName

java.lang.String subscriptionName

subscriptionDurability

java.lang.String subscriptionDurability

noLocal

java.lang.String noLocal

useRAManagedTransaction

java.lang.String useRAManagedTransaction

maxSessions

java.lang.String maxSessions

maxMessagesPerSessions

java.lang.String maxMessagesPerSessions

enableBatch

java.lang.String enableBatch

maxMessagesPerBatch

java.lang.String maxMessagesPerBatch

redeliveryPolicy

RedeliveryPolicy redeliveryPolicy

Class org.apache.activemq.ra.ActiveMQConnectionFactory extends java.lang.Object implements Serializable

serialVersionUID: -5754338187296859149L

Serialized Fields

manager

javax.resource.spi.ConnectionManager manager

factory

ActiveMQManagedConnectionFactory factory

reference

javax.naming.Reference reference

info

ActiveMQConnectionRequestInfo info

Class org.apache.activemq.ra.ActiveMQConnectionRequestInfo extends java.lang.Object implements Serializable

serialVersionUID: -5754338187296859149L

Serialized Fields

userName

java.lang.String userName

password

java.lang.String password

serverUrl

java.lang.String serverUrl

clientid

java.lang.String clientid

useInboundSession

java.lang.Boolean useInboundSession

redeliveryPolicy

RedeliveryPolicy redeliveryPolicy

prefetchPolicy

ActiveMQPrefetchPolicy prefetchPolicy

Class org.apache.activemq.ra.ActiveMQManagedConnectionFactory extends ActiveMQConnectionSupport implements Serializable

serialVersionUID: 6196921962230582875L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Restores this factory along with the superclass' info property. This needs to be done manually since the superclass is not serializable itself.

Throws:
java.io.IOException - if the object state could not be restored
java.lang.ClassNotFoundException - if the object state could not be restored

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Writes this factory during serialization along with the superclass' info property. This needs to be done manually since the superclass is not serializable itself.

Throws:
java.io.IOException - if the object cannot be serialized
Serialized Fields

logWriter

java.io.PrintWriter logWriter

Class org.apache.activemq.ra.InvalidMessageEndpointException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -9007051892399939057L

Class org.apache.activemq.ra.SimpleConnectionManager extends java.lang.Object implements Serializable

serialVersionUID: -7662970495944876239L


Package org.apache.activemq.selector

Class org.apache.activemq.selector.ParseException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.apache.activemq.selector.Token extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

java.lang.String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class org.apache.activemq.selector.TokenMgrError extends java.lang.Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.activemq.spring

Class org.apache.activemq.spring.ActiveMQConnectionFactory extends ActiveMQConnectionFactory implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.activemq.spring.ActiveMQXAConnectionFactory extends ActiveMQXAConnectionFactory implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Package org.apache.activemq.transport

Class org.apache.activemq.transport.InactivityIOException extends java.io.IOException implements Serializable

serialVersionUID: 5816001466763503220L

Class org.apache.activemq.transport.RequestTimedOutIOException extends java.io.IOException implements Serializable

Class org.apache.activemq.transport.TransportDisposedIOException extends java.io.IOException implements Serializable

serialVersionUID: -7107323414439622596L


Package org.apache.activemq.transport.mqtt

Class org.apache.activemq.transport.mqtt.MQTTProtocolException extends java.io.IOException implements Serializable

serialVersionUID: -2869735532997332242L

Serialized Fields

fatal

boolean fatal

Package org.apache.activemq.transport.stomp

Class org.apache.activemq.transport.stomp.ProtocolException extends java.io.IOException implements Serializable

serialVersionUID: -2869735532997332242L

Serialized Fields

fatal

boolean fatal

Package org.apache.activemq.transport.tcp

Class org.apache.activemq.transport.tcp.ExceededMaximumConnectionsException extends java.lang.Exception implements Serializable

serialVersionUID: -1166885550766355524L


Package org.apache.activemq.util

Class org.apache.activemq.util.BitArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

bits

long bits

length

int length

Class org.apache.activemq.util.BitArrayBin extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

list

java.util.LinkedList<E> list

maxNumberOfArrays

int maxNumberOfArrays

firstIndex

int firstIndex

lastInOrderBit

long lastInOrderBit

Class org.apache.activemq.util.LRUCache extends java.util.LinkedHashMap<K,V> implements Serializable

serialVersionUID: -342098639681884413L

Serialized Fields

maxCacheSize

int maxCacheSize

Class org.apache.activemq.util.LRUSet extends java.util.AbstractSet<E> implements Serializable

Serialized Fields

cache

LRUCache<K,V> cache

Class org.apache.activemq.util.MessageComparatorSupport extends java.lang.Object implements Serializable

Class org.apache.activemq.util.MessageDestinationComparator extends MessageComparatorSupport implements Serializable

Class org.apache.activemq.util.WrappedException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3257290240212217905L


Package org.apache.kahadb.page

Class org.apache.kahadb.page.Transaction.InvalidPageIOException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

page

long page

Class org.apache.kahadb.page.Transaction.PageOverflowIOException extends java.io.IOException implements Serializable

serialVersionUID: 1L


Package org.apache.kahadb.util

Class org.apache.kahadb.util.LRUCache extends java.util.LinkedHashMap<K,V> implements Serializable

serialVersionUID: -342098639681884413L

Serialized Fields

maxCacheSize

int maxCacheSize



Copyright © 2005-2016. All Rights Reserved.