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.broker
-
Class org.apache.activemq.broker.BrokerStoppedException extends IllegalStateException implements Serializable
- serialVersionUID:
- -3435230276850902220L
-
Class org.apache.activemq.broker.SuppressReplyException extends RuntimeException implements Serializable
-
-
Package org.apache.activemq.broker.jmx
-
Class org.apache.activemq.broker.jmx.DestinationsViewFilter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
destinations
Map<ObjectName,DestinationView> destinations
-
filter
String filter
Arbitrary filter key to be applied to the destinations. Currently only simple predefined filters has been implemented: empty - return only empty queues (queueSize = 0) nonEmpty - return only non-empty queues queueSize != 0) noConsumer - return only destinations that doesn't have consumers nonAdvisory - return only non-Advisory topics For more implementation details seeDestinationsViewFilter.getPredicate
-
name
String name
Name pattern used to filter destinations -
sortColumn
String sortColumn
Sort destinations by thisDestinationView
property -
sortOrder
String sortOrder
Order of sorting - 'asc' or 'desc'
-
-
Class org.apache.activemq.broker.jmx.HealthStatus extends Object implements Serializable
-
-
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.jms.pool
-
Class org.apache.activemq.jms.pool.JcaPooledConnectionFactory extends XaPooledConnectionFactory implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.apache.activemq.jms.pool.XaPooledConnectionFactory extends PooledConnectionFactory implements Serializable
- serialVersionUID:
- -6545688026350913005L
-
Serialized Fields
-
tmFromJndi
Boolean tmFromJndi
-
tmJndiName
String tmJndiName
-
transactionManager
TransactionManager transactionManager
-
-
-
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.junit
-
Class org.apache.activemq.junit.EmbeddedActiveMQBroker.EmbeddedActiveMQBrokerException extends RuntimeException implements Serializable
-
-
Package org.apache.activemq.memory
-
Class org.apache.activemq.memory.LRUMap extends LinkedHashMap<K,V> implements Serializable
- serialVersionUID:
- -9179676638408888162L
-
Serialized Fields
-
maximumSize
int maximumSize
-
-
-
Package org.apache.activemq.pool
-
Class org.apache.activemq.pool.JcaPooledConnectionFactory extends XaPooledConnectionFactory implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.apache.activemq.pool.XaPooledConnectionFactory extends XaPooledConnectionFactory implements Serializable
-
Serialized Fields
-
brokerUrl
String brokerUrl
-
-
-
-
Package org.apache.activemq.ra
-
Class org.apache.activemq.ra.ActiveMQActivationSpec extends Object implements Serializable
- serialVersionUID:
- -7153087544100459975L
-
Serialized Fields
-
acknowledgeMode
String acknowledgeMode
-
clientId
String clientId
-
destination
String destination
-
destinationType
String destinationType
-
enableBatch
String enableBatch
-
keyStore
String keyStore
-
keyStoreKeyPassword
String keyStoreKeyPassword
-
keyStorePassword
String keyStorePassword
-
maxMessagesPerBatch
String maxMessagesPerBatch
-
maxMessagesPerSessions
String maxMessagesPerSessions
-
maxSessions
String maxSessions
-
messageSelector
String messageSelector
-
noLocal
String noLocal
-
password
String password
-
redeliveryPolicy
RedeliveryPolicy redeliveryPolicy
-
subscriptionDurability
String subscriptionDurability
-
subscriptionName
String subscriptionName
-
trustStore
String trustStore
-
trustStorePassword
String trustStorePassword
-
useJndi
boolean useJndi
-
useRAManagedTransaction
String useRAManagedTransaction
-
userName
String userName
-
-
Class org.apache.activemq.ra.ActiveMQConnectionFactory extends Object implements Serializable
- serialVersionUID:
- -5754338187296859149L
-
Serialized Fields
-
factory
ActiveMQManagedConnectionFactory factory
-
info
ActiveMQConnectionRequestInfo info
-
manager
ConnectionManager manager
-
reference
Reference reference
-
-
Class org.apache.activemq.ra.ActiveMQConnectionRequestInfo extends Object implements Serializable
- serialVersionUID:
- -5754338187296859149L
-
Serialized Fields
-
clientid
String clientid
-
keyStore
String keyStore
-
keyStoreKeyPassword
String keyStoreKeyPassword
-
keyStorePassword
String keyStorePassword
-
log
org.slf4j.Logger log
-
password
String password
-
prefetchPolicy
ActiveMQPrefetchPolicy prefetchPolicy
-
redeliveryPolicy
RedeliveryPolicy redeliveryPolicy
-
serverUrl
String serverUrl
-
trustStore
String trustStore
-
trustStorePassword
String trustStorePassword
-
useInboundSession
Boolean useInboundSession
-
userName
String userName
-
useSessionArgs
Boolean useSessionArgs
-
-
Class org.apache.activemq.ra.ActiveMQManagedConnectionFactory extends ActiveMQConnectionSupport implements Serializable
- serialVersionUID:
- 6196921962230582875L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Restores this factory along with the superclass' info property. This needs to be done manually since the superclass is not serializable itself.- Throws:
IOException
- if the object state could not be restoredClassNotFoundException
- if the object state could not be restored
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Writes this factory during serialization along with the superclass' info property. This needs to be done manually since the superclass is not serializable itself.- Throws:
IOException
- if the object cannot be serialized
-
-
Serialized Fields
-
logWriter
PrintWriter logWriter
-
-
Class org.apache.activemq.ra.ActiveMQResourceAdapter extends ActiveMQConnectionSupport implements Serializable
- serialVersionUID:
- 360805587169336959L
-
Serialized Fields
-
brokerXmlConfig
String brokerXmlConfig
-
connectionFactory
ActiveMQConnectionFactory connectionFactory
-
started
AtomicBoolean started
-
-
Class org.apache.activemq.ra.InvalidMessageEndpointException extends RuntimeException implements Serializable
- serialVersionUID:
- -9007051892399939057L
-
Class org.apache.activemq.ra.SimpleConnectionManager extends Object implements Serializable
- serialVersionUID:
- -7662970495944876239L
-
-
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 followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
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.shiro.authz
-
Class org.apache.activemq.shiro.authz.ActiveMQWildcardPermission extends org.apache.shiro.authz.permission.WildcardPermission implements Serializable
-
Serialized Fields
-
caseSensitive
boolean caseSensitive
-
-
-
-
Package org.apache.activemq.spring
-
Class org.apache.activemq.spring.ActiveMQConnectionFactory 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.spring.ActiveMQXAConnectionFactory extends ActiveMQXAConnectionFactory 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)
-
-
-
-
Package org.apache.activemq.store.kahadb.disk.page
-
Class org.apache.activemq.store.kahadb.disk.page.Transaction.InvalidPageIOException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
page
long page
-
-
Class org.apache.activemq.store.kahadb.disk.page.Transaction.PageOverflowIOException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.activemq.store.kahadb.scheduler
-
Class org.apache.activemq.store.kahadb.scheduler.UnknownStoreVersionException extends IOException implements Serializable
- serialVersionUID:
- -8544753506151157145L
-
Serialized Fields
-
token
String token
-
-
-
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.amqp
-
Class org.apache.activemq.transport.amqp.AmqpProtocolException extends IOException implements Serializable
- serialVersionUID:
- -2869735532997332242L
-
Serialized Fields
-
fatal
boolean fatal
-
symbolicName
String symbolicName
-
-
-
Package org.apache.activemq.transport.amqp.message
-
Class org.apache.activemq.transport.amqp.message.InvalidContentTypeException extends Exception implements Serializable
- serialVersionUID:
- 1260362376856866687L
-
-
Package org.apache.activemq.transport.discovery.http
-
Class org.apache.activemq.transport.discovery.http.DiscoveryRegistryServlet extends HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxKeepAge
long maxKeepAge
-
serviceGroups
ConcurrentMap<String,ConcurrentMap<String,Long>> serviceGroups
-
-
-
Package org.apache.activemq.transport.http
-
Class org.apache.activemq.transport.http.HttpEmbeddedTunnelServlet extends HttpTunnelServlet implements Serializable
- serialVersionUID:
- -3705734740251302361L
-
Serialized Fields
-
broker
BrokerService broker
-
transportConnector
HttpTransportServer transportConnector
-
-
Class org.apache.activemq.transport.http.HttpSpringEmbeddedTunnelServlet extends HttpEmbeddedTunnelServlet implements Serializable
- serialVersionUID:
- -6568661997192814908L
-
Class org.apache.activemq.transport.http.HttpTunnelServlet extends HttpServlet implements Serializable
- serialVersionUID:
- -3826714430767484333L
-
Serialized Fields
-
clients
ConcurrentMap<String,BlockingQueueTransport> clients
-
listener
TransportAcceptListener listener
-
requestTimeout
long requestTimeout
-
transportFactory
HttpTransportFactory transportFactory
-
transportOptions
HashMap<String,Object> transportOptions
-
wireFormat
TextWireFormat wireFormat
-
wireFormatOptions
HashMap<String,Object> wireFormatOptions
-
-
-
Package org.apache.activemq.transport.mqtt
-
Class org.apache.activemq.transport.mqtt.MQTTProtocolException extends IOException implements Serializable
- serialVersionUID:
- -2869735532997332242L
-
Serialized Fields
-
fatal
boolean fatal
-
-
-
Package org.apache.activemq.transport.stomp
-
Class org.apache.activemq.transport.stomp.ProtocolException extends IOException implements Serializable
- serialVersionUID:
- -2869735532997332242L
-
Serialized Fields
-
fatal
boolean fatal
-
-
-
Package org.apache.activemq.transport.tcp
-
Class org.apache.activemq.transport.tcp.ExceededMaximumConnectionsException extends Exception implements Serializable
- serialVersionUID:
- -1166885550766355524L
-
-
Package org.apache.activemq.transport.ws.jetty9
-
Class org.apache.activemq.transport.ws.jetty9.WSServlet extends org.eclipse.jetty.websocket.servlet.WebSocketServlet implements Serializable
- serialVersionUID:
- -4716657876092884139L
-
Serialized Fields
-
brokerService
BrokerService brokerService
-
listener
TransportAcceptListener listener
-
transportOptions
Map<String,Object> transportOptions
-
-
-
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:
IOException
ClassNotFoundException
-
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
-
-
Class org.apache.activemq.util.WrappedException extends RuntimeException implements Serializable
- serialVersionUID:
- 3257290240212217905L
-
-
Package org.apache.activemq.web
-
Class org.apache.activemq.web.AjaxServlet extends MessageListenerServlet implements Serializable
- serialVersionUID:
- -3875280764356406114L
-
Class org.apache.activemq.web.AjaxWebClient extends WebClient implements Serializable
-
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.apache.activemq.web.MessageListenerServlet extends MessageServletSupport implements Serializable
-
Serialized Fields
-
ajaxWebClients
HashMap<String,AjaxWebClient> ajaxWebClients
-
clientCleanupTimer
Timer clientCleanupTimer
-
defaultReadTimeout
long defaultReadTimeout
-
maximumMessages
int maximumMessages
-
maximumReadTimeout
long maximumReadTimeout
-
readTimeoutParameter
String readTimeoutParameter
-
-
-
Class org.apache.activemq.web.MessageServlet extends MessageServletSupport implements Serializable
- serialVersionUID:
- 8737914695188481219L
-
Serialized Fields
-
activeConsumers
Set<MessageAvailableConsumer> activeConsumers
-
clients
Map<String,WebClient> clients
-
defaultContentType
String defaultContentType
-
defaultReadTimeout
long defaultReadTimeout
-
maximumReadTimeout
long maximumReadTimeout
-
oneShotParameter
String oneShotParameter
-
readTimeoutParameter
String readTimeoutParameter
-
readTimeoutRequestAtt
String readTimeoutRequestAtt
-
requestTimeout
long requestTimeout
-
-
Class org.apache.activemq.web.MessageServletSupport extends HttpServlet implements Serializable
-
Serialized Fields
-
bodyParameter
String bodyParameter
-
defaultDestination
Destination defaultDestination
-
defaultMessagePersistent
boolean defaultMessagePersistent
-
defaultMessagePriority
int defaultMessagePriority
-
defaultMessageTimeToLive
long defaultMessageTimeToLive
-
defaultTopicFlag
boolean defaultTopicFlag
-
destinationOptions
String destinationOptions
-
destinationParameter
String destinationParameter
-
maxMessageSize
long maxMessageSize
-
typeParameter
String typeParameter
-
-
-
Class org.apache.activemq.web.NoDestinationSuppliedException extends ServletException implements Serializable
-
Class org.apache.activemq.web.NoSuchViewStyleException extends ServletException implements Serializable
- serialVersionUID:
- -3590398087507019767L
-
Serialized Fields
-
style
String style
-
-
Class org.apache.activemq.web.PortfolioPublishServlet extends MessageServletSupport implements Serializable
-
Class org.apache.activemq.web.QueueBrowseServlet extends HttpServlet implements Serializable
-
Class org.apache.activemq.web.WebClient extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-