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.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.journal

Class org.codehaus.activemq.journal.InvalidRecordLocationException extends Exception implements Serializable


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

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException

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.ra

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

serialVersionUID: -5754338187296859149l

Serialized Fields

reference

Reference reference

info

ActiveMQConnectionRequestInfo info

Class org.codehaus.activemq.ra.ActiveMQConnectionRequestInfo extends Object implements Serializable

serialVersionUID: -5754338187296859149l

Serialized Fields

userName

String userName

password

String password

serverUrl

String serverUrl

clientid

String clientid

xa

boolean xa

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

Serialized Fields

adapter

ActiveMQResourceAdapter adapter

logWriter

PrintWriter logWriter

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

Class org.codehaus.activemq.ra.SimpleConnectionManager extends Object 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.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.transport

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

Serialized Fields

serviceName

String serviceName

serviceDetails

Map serviceDetails


Package org.codehaus.activemq.transport.http

Class org.codehaus.activemq.transport.http.HttpTunnelServlet extends HttpServlet implements Serializable

Serialized Fields

listener

TransportChannelListener listener

wireFormat

TextWireFormat wireFormat

clients

Map clients

requestTimeout

long requestTimeout


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


Package org.codehaus.activemq.web

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

Serialized Fields

readTimeoutParameter

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

String destinationParameter

topicParameter

String topicParameter

bodyParameter

String bodyParameter

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

Class org.codehaus.activemq.web.WebClient extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException



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