Serialized Form
-
Package org.apache.activemq
-
Class org.apache.activemq.ActiveMQConnectionFactory extends JNDIBaseStorable implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
-
-
-
Class org.apache.activemq.ActiveMQMessageAudit extends ActiveMQMessageAuditNoSync implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.activemq.ActiveMQMessageAuditNoSync extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
auditDepth
int auditDepth
-
map
LRUCache<String,BitArrayBin> map
-
maximumNumberOfProducersToTrack
int maximumNumberOfProducersToTrack
-
-
Class org.apache.activemq.ActiveMQPrefetchPolicy extends Object implements Serializable
-
Serialized Fields
-
durableTopicPrefetch
int durableTopicPrefetch
-
maximumPendingMessageLimit
int maximumPendingMessageLimit
-
optimizeDurableTopicPrefetch
int optimizeDurableTopicPrefetch
-
queueBrowserPrefetch
int queueBrowserPrefetch
-
queuePrefetch
int queuePrefetch
-
topicPrefetch
int topicPrefetch
-
-
-
Class org.apache.activemq.ActiveMQSslConnectionFactory extends ActiveMQConnectionFactory implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
-
-
-
Class org.apache.activemq.ActiveMQXAConnectionFactory extends ActiveMQConnectionFactory implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
-
-
-
Class org.apache.activemq.ActiveMQXASslConnectionFactory extends ActiveMQSslConnectionFactory implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
-
-
-
Class org.apache.activemq.AlreadyClosedException extends JMSException implements Serializable
- serialVersionUID:
- -3203104889571618702L
-
Class org.apache.activemq.ConfigurationException extends JMSException implements Serializable
- serialVersionUID:
- 5639082552451065258L
-
Class org.apache.activemq.ConnectionClosedException extends IllegalStateException implements Serializable
- serialVersionUID:
- -7681404582227153308L
-
Class org.apache.activemq.ConnectionFailedException extends JMSException implements Serializable
- serialVersionUID:
- 2288453203492073973L
-
Class org.apache.activemq.DestinationDoesNotExistException extends JMSException implements Serializable
-
Class org.apache.activemq.MaxFrameSizeExceededException extends IOException implements Serializable
- serialVersionUID:
- -7681404582227153308L
-
Class org.apache.activemq.NotStartedException extends IllegalStateException implements Serializable
- serialVersionUID:
- -4907909323529887659L
-
Class org.apache.activemq.RedeliveryPolicy extends DestinationMapEntry implements Serializable
-
Serialized Fields
-
backOffMultiplier
double backOffMultiplier
-
collisionAvoidanceFactor
double collisionAvoidanceFactor
-
initialRedeliveryDelay
long initialRedeliveryDelay
-
maximumRedeliveries
int maximumRedeliveries
-
maximumRedeliveryDelay
long maximumRedeliveryDelay
-
preDispatchCheck
boolean preDispatchCheck
-
redeliveryDelay
long redeliveryDelay
-
useCollisionAvoidance
boolean useCollisionAvoidance
-
useExponentialBackOff
boolean useExponentialBackOff
-
-
-
-
Package org.apache.activemq.advisory
-
Class org.apache.activemq.advisory.ConsumerEvent extends EventObject implements Serializable
- serialVersionUID:
- 2442156576867593780L
-
Serialized Fields
-
consumerCount
int consumerCount
-
consumerId
ConsumerId consumerId
-
destination
Destination destination
-
-
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 EventObject implements Serializable
- serialVersionUID:
- 2442156576867593780L
-
Serialized Fields
-
destinationInfo
DestinationInfo destinationInfo
-
-
Class org.apache.activemq.advisory.ProducerEvent extends EventObject implements Serializable
- serialVersionUID:
- 2442156576867593780L
-
Serialized Fields
-
destination
Destination destination
-
producerCount
int producerCount
-
producerId
ProducerId producerId
-
-
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.command
-
Class org.apache.activemq.command.ActiveMQDestination extends JNDIBaseStorable implements Serializable
- serialVersionUID:
- -3885260014960795889L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
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(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
-
-
Class org.apache.activemq.command.ActiveMQTempDestination extends ActiveMQDestination implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
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(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
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(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
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(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
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(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
-
-
-
Class org.apache.activemq.filter.FunctionCallExpression.invalidFunctionExpressionException extends Exception implements Serializable
-
-
Package org.apache.activemq.jndi
-
Class org.apache.activemq.jndi.JNDIBaseStorable extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
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 Object implements Serializable
- serialVersionUID:
- -5754338187296859149L
-
-
Package org.apache.activemq.selector
-
Class org.apache.activemq.selector.ParseException extends 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 following 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.
-
-
Class org.apache.activemq.selector.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
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. -
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 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.transport
-
Class org.apache.activemq.transport.InactivityIOException extends IOException implements Serializable
- serialVersionUID:
- 5816001466763503220L
-
Class org.apache.activemq.transport.RequestTimedOutIOException extends IOException implements Serializable
- serialVersionUID:
- -5938342624821415513L
-
Class org.apache.activemq.transport.TransportDisposedIOException extends IOException implements Serializable
- serialVersionUID:
- -7107323414439622596L
-
-
Package org.apache.activemq.transport.tcp
-
Class org.apache.activemq.transport.tcp.ExceededMaximumConnectionsException extends Exception implements Serializable
- serialVersionUID:
- -1166885550766355524L
-
-
Package org.apache.activemq.util
-
Class org.apache.activemq.util.BitArray extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
bits
long bits
-
length
int length
-
-
Class org.apache.activemq.util.BitArrayBin extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
firstIndex
int firstIndex
-
lastInOrderBit
long lastInOrderBit
-
list
LinkedList<BitArray> list
-
longFirstIndex
long longFirstIndex
-
maxNumberOfArrays
int maxNumberOfArrays
-
-
Class org.apache.activemq.util.LRUCache extends LinkedHashMap<K,V> implements Serializable
- serialVersionUID:
- -342098639681884413L
-
Serialized Fields
-
maxCacheSize
int maxCacheSize
-
-