Serialized Form


Package org.apache.activemq.ra

Class org.apache.activemq.ra.ActiveMQActivationSpec extends Object implements Serializable

serialVersionUID: -7153087544100459975L

Serialized Fields

destinationType

String destinationType

messageSelector

String messageSelector

destination

String destination

acknowledgeMode

String acknowledgeMode

userName

String userName

password

String password

clientId

String clientId

subscriptionName

String subscriptionName

subscriptionDurability

String subscriptionDurability

noLocal

String noLocal

useRAManagedTransaction

String useRAManagedTransaction

maxSessions

String maxSessions

maxMessagesPerSessions

String maxMessagesPerSessions

enableBatch

String enableBatch

maxMessagesPerBatch

String maxMessagesPerBatch

redeliveryPolicy

RedeliveryPolicy redeliveryPolicy

Class org.apache.activemq.ra.ActiveMQConnectionFactory extends Object implements Serializable

serialVersionUID: -5754338187296859149L

Serialized Fields

manager

ConnectionManager manager

factory

ActiveMQManagedConnectionFactory factory

reference

Reference reference

info

ActiveMQConnectionRequestInfo info

Class org.apache.activemq.ra.ActiveMQConnectionRequestInfo extends Object implements Serializable

serialVersionUID: -5754338187296859149L

Serialized Fields

userName

String userName

password

String password

serverUrl

String serverUrl

clientid

String clientid

useInboundSession

Boolean useInboundSession

redeliveryPolicy

RedeliveryPolicy redeliveryPolicy

prefetchPolicy

ActiveMQPrefetchPolicy prefetchPolicy

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 restored
ClassNotFoundException - 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.InvalidMessageEndpointException extends RuntimeException implements Serializable

serialVersionUID: -9007051892399939057L

Class org.apache.activemq.ra.SimpleConnectionManager extends Object implements Serializable

serialVersionUID: -7662970495944876239L



Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.