Serialized Form


Package org.activemq

Class org.activemq.AlreadyClosedException extends JMSException implements Serializable

serialVersionUID: -3203104889571618702L

Class org.activemq.ConfigurationException extends JMSException implements Serializable

serialVersionUID: 5639082552451065258L

Class org.activemq.ConnectionClosedException extends IllegalStateException implements Serializable

serialVersionUID: -7681404582227153308L

Class org.activemq.DuplicateDurableSubscriptionException extends JMSException implements Serializable

serialVersionUID: 816340534696406442L

Serialized Fields

clientID

String clientID

consumerName

String consumerName

Class org.activemq.NotStartedException extends IllegalStateException implements Serializable

serialVersionUID: -4907909323529887659L

Class org.activemq.TimeoutExpiredException extends JMSException implements Serializable

serialVersionUID: 2865022130634604130L

Class org.activemq.UnsupportedWireFormatException extends JMSException implements Serializable

serialVersionUID: -6944103846405722607L


Package org.activemq.advisories

Class org.activemq.advisories.TempDestinationAdvisoryEvent extends AbstractPacket implements Serializable

serialVersionUID: -541770480868770950L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
read from a stream

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
write to a stream

Throws:
IOException

Package org.activemq.io.impl

Class org.activemq.io.impl.AbstractDefaultWireFormat extends AbstractWireFormat implements Serializable

Serialized Fields

readers

List readers

writers

List writers

Class org.activemq.io.impl.DefaultWireFormat extends AbstractDefaultWireFormat implements Serializable

serialVersionUID: -1454851936411678612L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

writeValueCache

Map writeValueCache

writeValueCacheArray

Object[] writeValueCacheArray

readValueCacheArray

Object[] readValueCacheArray

Class org.activemq.io.impl.StatelessDefaultWireFormat extends AbstractDefaultWireFormat implements Serializable

serialVersionUID: -2648674156081593006L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

Package org.activemq.jndi

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

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

serialVersionUID: -5754338187296859149L

Serialized Fields

environment

Hashtable environment

bindings

Map bindings

treeBindings

Map treeBindings

frozen

boolean frozen

nameInNamespace

String nameInNamespace

Package org.activemq.message

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

serialVersionUID: -3300456112096957638L

Serialized Fields

physicalName

String physicalName

exclusive

boolean exclusive

ordered

boolean ordered

advisory

boolean advisory

wildcard

boolean wildcard

composite

boolean composite

orderedTarget

String orderedTarget

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

serialVersionUID: -8153802971552885826L

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

serialVersionUID: 2177608393508673752L

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

serialVersionUID: 8331978134488919460L

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

serialVersionUID: -4243052759456351987L

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

serialVersionUID: -5754338187296859149L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.activemq.message.ConnectionInfo extends AbstractPacket implements Serializable

serialVersionUID: 55678222L

Serialized Fields

clientId

String clientId

userName

String userName

password

String password

hostName

String hostName

clientVersion

String clientVersion

wireFormatVersion

int wireFormatVersion

startTime

long startTime

started

boolean started

closed

boolean closed

properties

Properties properties

Class org.activemq.message.ConsumerInfo extends AbstractPacket implements Serializable

serialVersionUID: 3489666609L

Serialized Fields

destination

ActiveMQDestination destination

clientId

String clientId

sessionId

short sessionId

consumerName

String consumerName

selector

String selector

startTime

long startTime

started

boolean started

consumerNo

int consumerNo

noLocal

boolean noLocal

browser

boolean browser

prefetchNumber

int prefetchNumber

consumerId

String consumerId

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

serialVersionUID: -4687188386605805496L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.activemq.message.ProducerInfo extends AbstractPacket implements Serializable

serialVersionUID: 3489666788L

Serialized Fields

destination

ActiveMQDestination destination

producerId

short producerId

clientId

String clientId

sessionId

short sessionId

startTime

long startTime

started

boolean started

Package org.activemq.security.jassjacc

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

Serialized Fields

action

String action

cachedHashCode

int cachedHashCode

actions

HashSet actions

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

serialVersionUID: 1222115376467481468L

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

serialVersionUID: 2541402596443739827L


Package org.activemq.selector

Class org.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.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.activemq.service

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

serialVersionUID: -5754338187296859149L

Serialized Fields

messageID

String messageID

sequenceNumber

Object sequenceNumber

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

serialVersionUID: -5754338187296859149L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.activemq.service.impl

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

serialVersionUID: 664118850296696821L

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

serialVersionUID: -3590625465815936811L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.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.activemq.service.impl.QueueListSupport.Node extends Object implements Serializable

serialVersionUID: 4609474001468609536L

Serialized Fields

previousKey

Long previousKey

nextKey

Long nextKey

value

Object value

Package org.activemq.spring

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

serialVersionUID: 4058199905116987128L

Serialized Fields

resource

org.springframework.core.io.Resource resource

Package org.activemq.transport

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

serialVersionUID: -2352750080837918135L

Serialized Fields

serviceName

String serviceName

serviceDetails

Map serviceDetails

Package org.activemq.util

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

serialVersionUID: 1L

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

serialVersionUID: -5754338187296859149L

Serialized Fields

maxSize

int maxSize



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