Serialized Form


Package org.codehaus.activemq

Class org.codehaus.activemq.AlreadyClosedException extends JMSException implements Serializable

Class org.codehaus.activemq.ConfigurationException extends JMSException implements Serializable

Class org.codehaus.activemq.DuplicateDurableSubscriptionException extends JMSException implements Serializable

Serialized Fields

clientID

String clientID

consumerName

String consumerName

Class org.codehaus.activemq.NotStartedException extends IllegalStateException implements Serializable

Class org.codehaus.activemq.TimeoutExpiredException extends JMSException implements Serializable

Class org.codehaus.activemq.UnsupportedWireFormatException extends JMSException implements Serializable


Package org.codehaus.activemq.io.impl

Class org.codehaus.activemq.io.impl.DefaultWireFormat extends AbstractWireFormat implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Serialized Fields

readers

List readers

writers

List writers


Package org.codehaus.activemq.jndi

Class org.codehaus.activemq.jndi.ReadOnlyContext extends Object implements Serializable

serialVersionUID: -5754338187296859149l

Serialized Fields

environment

Hashtable environment

bindings

Map bindings

treeBindings

Map treeBindings

frozen

boolean frozen


Package org.codehaus.activemq.message

Class org.codehaus.activemq.message.ActiveMQDestination extends JNDIBaseStorable implements Serializable

Serialized Fields

physicalName

String physicalName

Class org.codehaus.activemq.message.ActiveMQQueue extends ActiveMQDestination implements Serializable

Class org.codehaus.activemq.message.ActiveMQTemporaryQueue extends ActiveMQQueue implements Serializable

Class org.codehaus.activemq.message.ActiveMQTemporaryTopic extends ActiveMQTopic implements Serializable

Class org.codehaus.activemq.message.ActiveMQTopic extends ActiveMQDestination implements Serializable

Class org.codehaus.activemq.message.ActiveMQXid extends Object implements Serializable

serialVersionUID: -5754338187296859149l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.codehaus.activemq.message.PacketFacade extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException


Package org.codehaus.activemq.security.jassjacc

Class org.codehaus.activemq.security.jassjacc.AbstractJMSPermission extends Permission implements Serializable

Serialized Fields

action

String action

cachedHashCode

int cachedHashCode

actions

HashSet actions

Class org.codehaus.activemq.security.jassjacc.JMSBrokerPermission extends AbstractJMSPermission implements Serializable

Class org.codehaus.activemq.security.jassjacc.JMSDestinationPermission extends AbstractJMSPermission implements Serializable


Package org.codehaus.activemq.selector

Class org.codehaus.activemq.selector.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


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

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

String eol
The end of line string for this machine.

Class org.codehaus.activemq.selector.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

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


Package org.codehaus.activemq.service

Class org.codehaus.activemq.service.MessageIdentity extends Object implements Serializable

serialVersionUID: -5754338187296859149l

Serialized Fields

messageID

String messageID

sequenceNumber

Object sequenceNumber

Class org.codehaus.activemq.service.SubscriberEntry extends Object implements Serializable

serialVersionUID: -5754338187296859149l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException


Package org.codehaus.activemq.service.impl

Class org.codehaus.activemq.service.impl.AbstractTransaction extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.codehaus.activemq.service.impl.DefaultQueueList extends Object implements Serializable

Class org.codehaus.activemq.service.impl.LocalTransactionCommand extends AbstractTransaction implements Serializable

serialVersionUID: -5754338187296859149l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.codehaus.activemq.service.impl.MessageAckTransactionTask extends PacketTransactionTask implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.codehaus.activemq.service.impl.MessageEntry extends Object implements Serializable

serialVersionUID: -3590625465815936811l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.codehaus.activemq.service.impl.PacketTransactionTask extends Object implements Serializable

serialVersionUID: -5754338187296859149l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.codehaus.activemq.service.impl.QueueListSupport.Header extends Object implements Serializable

serialVersionUID: 64734383295040l

Serialized Fields

headKey

Long headKey

tailKey

Long tailKey

lastKeyValue

long lastKeyValue

size

int size

Class org.codehaus.activemq.service.impl.QueueListSupport.Node extends Object implements Serializable

serialVersionUID: 4609474001468609536l

Serialized Fields

previousKey

Long previousKey

nextKey

Long nextKey

value

Object value

Class org.codehaus.activemq.service.impl.RedeliverMessageTransactionTask extends PacketTransactionTask implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.codehaus.activemq.service.impl.SendMessageTransactionTask extends PacketTransactionTask implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Class org.codehaus.activemq.service.impl.XATransactionCommand extends AbstractTransaction implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException


Package org.codehaus.activemq.transport

Class org.codehaus.activemq.transport.DiscoveryEvent extends EventObject implements Serializable

Serialized Fields

serviceName

String serviceName

serviceDetails

Map serviceDetails


Package org.codehaus.activemq.util

Class org.codehaus.activemq.util.DefaultComparator extends Object implements Serializable

serialVersionUID: 1l

Class org.codehaus.activemq.util.LRUCache extends LinkedHashMap implements Serializable

serialVersionUID: -5754338187296859149l

Serialized Fields

maxSize

int maxSize



Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.