Serialized Form


Package org.codehaus.activemq

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

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

Serialized Fields

clientID

java.lang.String clientID

consumerName

java.lang.String consumerName


Package org.codehaus.activemq.message

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

Serialized Fields

physicalName

java.lang.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 java.lang.Object implements Serializable

serialVersionUID: -5754338187296859149l

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.codehaus.activemq.message.DefaultWireFormat extends WireFormat implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException

Class org.codehaus.activemq.message.PacketFacade extends java.lang.Object 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.codehaus.activemq.ra

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

Serialized Fields

reference

javax.naming.Reference reference

info

ActiveMQConnectionRequestInfo info

Class org.codehaus.activemq.ra.ActiveMQManagedConnectionFactory extends java.lang.Object implements Serializable

Serialized Fields

adapter

ActiveMQResourceAdapter adapter

logWriter

java.io.PrintWriter logWriter

Class org.codehaus.activemq.ra.DefaultConnectionManager extends java.lang.Object implements Serializable

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


Package org.codehaus.activemq.selector

Class org.codehaus.activemq.selector.ParseException extends java.lang.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

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.codehaus.activemq.selector.TokenMgrError extends java.lang.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 java.lang.Object implements Serializable

Serialized Fields

messageID

java.lang.String messageID

sequenceNumber

java.lang.Object sequenceNumber

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

serialVersionUID: -5754338187296859149l

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.codehaus.activemq.service.impl

Class org.codehaus.activemq.service.impl.AbstractTransaction extends java.lang.Object 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.codehaus.activemq.service.impl.DefaultQueueList extends java.lang.Object implements Serializable

Class org.codehaus.activemq.service.impl.MessageAckTransactionTask extends PacketTransactionTask 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.codehaus.activemq.service.impl.MessageEntry extends java.lang.Object implements Serializable

serialVersionUID: -3590625465815936811l

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.codehaus.activemq.service.impl.PacketTransactionTask extends java.lang.Object 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.codehaus.activemq.service.impl.QueueListSupport.Header extends java.lang.Object implements Serializable

serialVersionUID: 64734383295040l

Serialized Fields

headKey

java.lang.Long headKey

tailKey

java.lang.Long tailKey

lastKeyValue

long lastKeyValue

size

int size

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

serialVersionUID: 4609474001468609536l

Serialized Fields

previousKey

java.lang.Long previousKey

nextKey

java.lang.Long nextKey

value

java.lang.Object value

Class org.codehaus.activemq.service.impl.RedeliverMessageTransactionTask extends PacketTransactionTask 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.codehaus.activemq.service.impl.SendMessageTransactionTask extends PacketTransactionTask 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.codehaus.activemq.service.impl.XATransactionCommand extends AbstractTransaction 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.codehaus.activemq.spring

Class org.codehaus.activemq.spring.ConfigurationParseException extends org.springframework.beans.BeansException implements Serializable

Serialized Fields

resource

org.springframework.core.io.Resource resource


Package org.codehaus.activemq.util

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

serialVersionUID: 1l

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

Serialized Fields

maxSize

int maxSize


Package org.codehaus.activemq.web

Class org.codehaus.activemq.web.MessageServlet extends MessageServletSupport implements Serializable

Serialized Fields

readTimeoutParameter

java.lang.String readTimeoutParameter

defaultReadTimeout

long defaultReadTimeout

maximumReadTimeout

long maximumReadTimeout

Class org.codehaus.activemq.web.MessageServletSupport extends HttpServlet implements Serializable

Serialized Fields

defaultTopicFlag

boolean defaultTopicFlag

defaultDestination

Destination defaultDestination

destinationParameter

java.lang.String destinationParameter

topicParameter

java.lang.String topicParameter

bodyParameter

java.lang.String bodyParameter

Class org.codehaus.activemq.web.NoDestinationSuppliedException extends ServletException implements Serializable

Class org.codehaus.activemq.web.WebClient extends java.lang.Object 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



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