Serialized Form
|
Package org.apache.activemq |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
serialVersionUID: -3217758894326719909L
serialVersionUID: 1L
serialVersionUID: 1L
auditDepth
int auditDepth
maximumNumberOfProducersToTrack
int maximumNumberOfProducersToTrack
map
LRUCache<K,V> map
queuePrefetch
int queuePrefetch
queueBrowserPrefetch
int queueBrowserPrefetch
topicPrefetch
int topicPrefetch
durableTopicPrefetch
int durableTopicPrefetch
optimizeDurableTopicPrefetch
int optimizeDurableTopicPrefetch
inputStreamPrefetch
int inputStreamPrefetch
maximumPendingMessageLimit
int maximumPendingMessageLimit
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
serialVersionUID: -3203104889571618702L
serialVersionUID: 5639082552451065258L
serialVersionUID: -7681404582227153308L
serialVersionUID: 2288453203492073973L
serialVersionUID: -4907909323529887659L
collisionAvoidanceFactor
double collisionAvoidanceFactor
maximumRedeliveries
int maximumRedeliveries
maximumRedeliveryDelay
long maximumRedeliveryDelay
initialRedeliveryDelay
long initialRedeliveryDelay
useCollisionAvoidance
boolean useCollisionAvoidance
useExponentialBackOff
boolean useExponentialBackOff
backOffMultiplier
double backOffMultiplier
redeliveryDelay
long redeliveryDelay
|
Package org.apache.activemq.advisory |
serialVersionUID: 2442156576867593780L
destination
javax.jms.Destination destination
consumerId
ConsumerId consumerId
consumerCount
int consumerCount
serialVersionUID: 5088138839609391074L
serialVersionUID: 5378835541037193206L
serialVersionUID: 2442156576867593780L
destinationInfo
DestinationInfo destinationInfo
serialVersionUID: 2442156576867593780L
destination
javax.jms.Destination destination
producerId
ProducerId producerId
producerCount
int producerCount
serialVersionUID: 5088138839609391074L
serialVersionUID: 5378835541037193206L
|
Package org.apache.activemq.command |
serialVersionUID: -3885260014960795889L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
serialVersionUID: -3885260014960795889L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
serialVersionUID: 6683049467527633867L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
serialVersionUID: -4325596784597300253L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
serialVersionUID: 7300307405896488588L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
|
Package org.apache.activemq.filter |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
|
Package org.apache.activemq.jndi |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException- See Also:
Externalizable.readExternal(java.io.ObjectInput)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
serialVersionUID: -5754338187296859149L
environment
Hashtable<K,V> environment
bindings
Map<K,V> bindings
treeBindings
Map<K,V> treeBindings
frozen
boolean frozen
nameInNamespace
String nameInNamespace
|
Package org.apache.activemq.selector |
serialVersionUID: 1L
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.
serialVersionUID: 1L
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.
beginLine
int beginLine
- The line number of the first character of this Token.
beginColumn
int beginColumn
- The column number of the first character of this Token.
endLine
int endLine
- The line number of the last character of this Token.
endColumn
int endColumn
- The column number of the last character of this Token.
image
String image
- The string image of the token.
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.
serialVersionUID: 1L
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 |
serialVersionUID: 5816001466763503220L
serialVersionUID: -7107323414439622596L
|
Package org.apache.activemq.transport.tcp |
serialVersionUID: -1166885550766355524L
|
Package org.apache.activemq.util |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
bits
long bits
length
int length
serialVersionUID: 1L
list
LinkedList<E> list
maxNumberOfArrays
int maxNumberOfArrays
firstIndex
int firstIndex
lastInOrderBit
long lastInOrderBit
serialVersionUID: -342098639681884413L
maxCacheSize
int maxCacheSize
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.