Serialized Form
-
Package org.apache.activemq
-
Class org.apache.activemq.ActiveMQConnectionFactory
class ActiveMQConnectionFactory extends JNDIBaseStorable implements Externalizable-
Serialization Methods
-
readExternal
- Parameters:
in
-- Throws:
IOException
ClassNotFoundException
- See Also:
-
writeExternal
- Parameters:
out
-- Throws:
IOException
- See Also:
-
-
-
Class org.apache.activemq.ActiveMQMessageAudit
class ActiveMQMessageAudit extends ActiveMQMessageAuditNoSync implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.activemq.ActiveMQMessageAuditNoSync
class 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
class 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
class ActiveMQSslConnectionFactory extends ActiveMQConnectionFactory implements Externalizable-
Serialization Methods
-
readExternal
- Parameters:
in
-- Throws:
IOException
ClassNotFoundException
- See Also:
-
writeExternal
- Parameters:
out
-- Throws:
IOException
- See Also:
-
-
-
Class org.apache.activemq.ActiveMQXAConnectionFactory
class ActiveMQXAConnectionFactory extends ActiveMQConnectionFactory implements Externalizable-
Serialization Methods
-
readExternal
- Parameters:
in
-- Throws:
IOException
ClassNotFoundException
- See Also:
-
writeExternal
- Parameters:
out
-- Throws:
IOException
- See Also:
-
-
-
Class org.apache.activemq.ActiveMQXASslConnectionFactory
class ActiveMQXASslConnectionFactory extends ActiveMQSslConnectionFactory implements Externalizable-
Serialization Methods
-
readExternal
- Parameters:
in
-- Throws:
IOException
ClassNotFoundException
- See Also:
-
writeExternal
- Parameters:
out
-- Throws:
IOException
- See Also:
-
-
-
Exception org.apache.activemq.AlreadyClosedException
class AlreadyClosedException extends jakarta.jms.JMSException implements Serializable- serialVersionUID:
- -3203104889571618702L
-
Exception org.apache.activemq.ConfigurationException
class ConfigurationException extends jakarta.jms.JMSException implements Serializable- serialVersionUID:
- 5639082552451065258L
-
Exception org.apache.activemq.ConnectionClosedException
class ConnectionClosedException extends jakarta.jms.IllegalStateException implements Serializable- serialVersionUID:
- -7681404582227153308L
-
Exception org.apache.activemq.ConnectionFailedException
class ConnectionFailedException extends jakarta.jms.JMSException implements Serializable- serialVersionUID:
- 2288453203492073973L
-
Exception org.apache.activemq.DestinationDoesNotExistException
class DestinationDoesNotExistException extends jakarta.jms.JMSException implements Serializable -
Exception org.apache.activemq.MaxFrameSizeExceededException
class MaxFrameSizeExceededException extends IOException implements Serializable- serialVersionUID:
- -7681404582227153308L
-
Exception org.apache.activemq.NotStartedException
class NotStartedException extends jakarta.jms.IllegalStateException implements Serializable- serialVersionUID:
- -4907909323529887659L
-
Class org.apache.activemq.RedeliveryPolicy
class 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
class ConsumerEvent extends EventObject implements Serializable- serialVersionUID:
- 2442156576867593780L
-
Serialized Fields
-
consumerCount
int consumerCount
-
consumerId
ConsumerId consumerId
-
destination
jakarta.jms.Destination destination
-
-
Class org.apache.activemq.advisory.ConsumerStartedEvent
class ConsumerStartedEvent extends ConsumerEvent implements Serializable- serialVersionUID:
- 5088138839609391074L
-
Class org.apache.activemq.advisory.ConsumerStoppedEvent
class ConsumerStoppedEvent extends ConsumerEvent implements Serializable- serialVersionUID:
- 5378835541037193206L
-
Class org.apache.activemq.advisory.DestinationEvent
class DestinationEvent extends EventObject implements Serializable- serialVersionUID:
- 2442156576867593780L
-
Serialized Fields
-
destinationInfo
DestinationInfo destinationInfo
-
-
Class org.apache.activemq.advisory.ProducerEvent
class ProducerEvent extends EventObject implements Serializable- serialVersionUID:
- 2442156576867593780L
-
Serialized Fields
-
destination
jakarta.jms.Destination destination
-
producerCount
int producerCount
-
producerId
ProducerId producerId
-
-
Class org.apache.activemq.advisory.ProducerStartedEvent
class ProducerStartedEvent extends ProducerEvent implements Serializable- serialVersionUID:
- 5088138839609391074L
-
Class org.apache.activemq.advisory.ProducerStoppedEvent
class ProducerStoppedEvent extends ProducerEvent implements Serializable- serialVersionUID:
- 5378835541037193206L
-
-
Package org.apache.activemq.command
-
Class org.apache.activemq.command.ActiveMQDestination
class ActiveMQDestination extends JNDIBaseStorable implements Externalizable- serialVersionUID:
- -3885260014960795889L
-
Serialization Methods
-
readExternal
-
writeExternal
- Throws:
IOException
- See Also:
-
-
Class org.apache.activemq.command.ActiveMQQueue
class ActiveMQQueue extends ActiveMQDestination implements Externalizable- serialVersionUID:
- -3885260014960795889L
-
Serialization Methods
-
readExternal
-
writeExternal
- Throws:
IOException
- See Also:
-
-
Class org.apache.activemq.command.ActiveMQTempDestination
class ActiveMQTempDestination extends ActiveMQDestination implements Externalizable-
Serialization Methods
-
readExternal
-
writeExternal
- Throws:
IOException
- See Also:
-
-
-
Class org.apache.activemq.command.ActiveMQTempQueue
class ActiveMQTempQueue extends ActiveMQTempDestination implements Externalizable- serialVersionUID:
- 6683049467527633867L
-
Serialization Methods
-
readExternal
-
writeExternal
- Throws:
IOException
- See Also:
-
-
Class org.apache.activemq.command.ActiveMQTempTopic
class ActiveMQTempTopic extends ActiveMQTempDestination implements Externalizable- serialVersionUID:
- -4325596784597300253L
-
Serialization Methods
-
readExternal
-
writeExternal
- Throws:
IOException
- See Also:
-
-
Class org.apache.activemq.command.ActiveMQTopic
class ActiveMQTopic extends ActiveMQDestination implements Externalizable- serialVersionUID:
- 7300307405896488588L
-
Serialization Methods
-
readExternal
-
writeExternal
- Throws:
IOException
- See Also:
-
-
-
Package org.apache.activemq.filter
-
Class org.apache.activemq.filter.AnyDestination
class AnyDestination extends ActiveMQDestination implements Externalizable-
Serialization Methods
-
readExternal
-
writeExternal
- Throws:
IOException
- See Also:
-
-
-
Exception org.apache.activemq.filter.FunctionCallExpression.invalidFunctionExpressionException
class invalidFunctionExpressionException extends Exception implements Serializable
-
-
Package org.apache.activemq.jndi
-
Class org.apache.activemq.jndi.JNDIBaseStorable
class JNDIBaseStorable extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Parameters:
in
-- Throws:
IOException
ClassNotFoundException
- See Also:
-
writeExternal
- Parameters:
out
-- Throws:
IOException
- See Also:
-
-
-
Class org.apache.activemq.jndi.LazyCreateContext
class LazyCreateContext extends ReadOnlyContext implements Serializable -
Class org.apache.activemq.jndi.ReadOnlyContext
class ReadOnlyContext extends Object implements Serializable- serialVersionUID:
- -5754338187296859149L
-
-
Package org.apache.activemq.selector
-
Exception org.apache.activemq.selector.ParseException
class 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
class 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.
-
-
Error org.apache.activemq.selector.TokenMgrError
class 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
-
Exception org.apache.activemq.transport.InactivityIOException
class InactivityIOException extends IOException implements Serializable- serialVersionUID:
- 5816001466763503220L
-
Exception org.apache.activemq.transport.RequestTimedOutIOException
class RequestTimedOutIOException extends IOException implements Serializable- serialVersionUID:
- -5938342624821415513L
-
Exception org.apache.activemq.transport.TransportDisposedIOException
class TransportDisposedIOException extends IOException implements Serializable- serialVersionUID:
- -7107323414439622596L
-
-
Package org.apache.activemq.transport.tcp
-
Exception org.apache.activemq.transport.tcp.ExceededMaximumConnectionsException
class ExceededMaximumConnectionsException extends Exception implements Serializable- serialVersionUID:
- -1166885550766355524L
-
-
Package org.apache.activemq.util
-
Class org.apache.activemq.util.BitArray
class BitArray extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
bits
long bits
-
length
int length
-
-
Class org.apache.activemq.util.BitArrayBin
class 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
- serialVersionUID:
- -342098639681884413L
-
Serialized Fields
-
maxCacheSize
int maxCacheSize
-
-