Uses of Interface
org.apache.activemq.command.DataStructure

Packages that use DataStructure
org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes 
org.apache.activemq.console.command.store.amq   
org.apache.activemq.kaha fast message persistence implementation 
org.apache.activemq.openwire   
org.apache.activemq.openwire.v1   
org.apache.activemq.openwire.v2   
org.apache.activemq.openwire.v3   
org.apache.activemq.openwire.v4   
org.apache.activemq.openwire.v5   
org.apache.activemq.openwire.v6   
org.apache.activemq.openwire.v7   
org.apache.activemq.state   
org.apache.activemq.store.amq The default Store implementation for ActiveMQ 
org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. 
 

Uses of DataStructure in org.apache.activemq.command
 

Subinterfaces of DataStructure in org.apache.activemq.command
 interface Command
          The Command Pattern so that we can send and receive commands on the different transports
 

Classes in org.apache.activemq.command that implement DataStructure
 class ActiveMQBlobMessage
          An implementation of BlobMessage for out of band BLOB transfer
 class ActiveMQBytesMessage
          A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
 class ActiveMQDestination
           
 class ActiveMQMapMessage
          A MapMessage object is used to send a set of name-value pairs.
 class ActiveMQMessage
           
 class ActiveMQObjectMessage
          An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
 class ActiveMQQueue
           
 class ActiveMQStreamMessage
          A StreamMessage object is used to send a stream of primitive types in the Java programming language.
 class ActiveMQTempDestination
           
 class ActiveMQTempQueue
           
 class ActiveMQTempTopic
           
 class ActiveMQTextMessage
           
 class ActiveMQTopic
           
 class BaseCommand
           
 class BrokerId
           
 class BrokerInfo
          When a client connects to a broker, the broker send the client a BrokerInfo so that the client knows which broker node he's talking to and also any peers that the node has in his cluster.
 class ConnectionControl
          Used to start and stop transports as well as terminating clients.
 class ConnectionError
           
 class ConnectionId
           
 class ConnectionInfo
           
 class ConsumerControl
          Used to start and stop transports as well as terminating clients.
 class ConsumerId
           
 class ConsumerInfo
           
 class ControlCommand
          Used to start and stop transports as well as terminating clients.
 class DataArrayResponse
           
 class DataResponse
           
 class DestinationInfo
          Used to create and destroy destinations on the broker.
 class DiscoveryEvent
          Represents a discovery event containing the details of the service
 class ExceptionResponse
           
 class FlushCommand
          An indication to the transport layer that a flush is required.
 class IntegerResponse
           
 class JournalQueueAck
           
 class JournalTopicAck
           
 class JournalTrace
           
 class JournalTransaction
           
 class KeepAliveInfo
           
 class LastPartialCommand
          Represents the end marker of a stream of PartialCommand instances.
 class LocalTransactionId
           
 class Message
          Represents an ActiveMQ message
 class MessageAck
           
 class MessageDispatch
           
 class MessageDispatchNotification
           
 class MessageId
           
 class MessagePull
          Used to pull messages on demand.
 class NetworkBridgeFilter
           
 class PartialCommand
          Represents a partial command; a large command that has been split up into pieces.
 class ProducerAck
          A ProducerAck command is sent by a broker to a producer to let it know it has received and processed messages that it has produced.
 class ProducerId
           
 class ProducerInfo
           
 class RemoveInfo
          Removes a consumer, producer, session or connection.
 class RemoveSubscriptionInfo
           
 class ReplayCommand
          A general purpose replay command for some kind of producer where ranges of messages are asked to be replayed.
 class Response
           
 class SessionId
           
 class SessionInfo
           
 class ShutdownInfo
           
 class SubscriptionInfo
          Used to represent a durable subscription.
 class TransactionId
           
 class TransactionInfo
           
 class WireFormatInfo
           
 class XATransactionId
           
 

Fields in org.apache.activemq.command declared as DataStructure
protected  DataStructure Message.dataStructure
           
protected  DataStructure RemoveInfo.objectId
           
 

Methods in org.apache.activemq.command that return DataStructure
 DataStructure[] DataArrayResponse.getData()
           
 DataStructure DataResponse.getData()
           
 DataStructure Message.getDataStructure()
           
 DataStructure RemoveInfo.getObjectId()
           
 

Methods in org.apache.activemq.command with parameters of type DataStructure
 void DataResponse.setData(DataStructure data)
           
 void DataArrayResponse.setData(DataStructure[] data)
           
 void Message.setDataStructure(DataStructure data)
           
 void RemoveInfo.setObjectId(DataStructure objectId)
           
 

Constructors in org.apache.activemq.command with parameters of type DataStructure
DataArrayResponse(DataStructure[] data)
           
DataResponse(DataStructure data)
           
RemoveInfo(DataStructure objectId)
           
 

Uses of DataStructure in org.apache.activemq.console.command.store.amq
 

Methods in org.apache.activemq.console.command.store.amq that return DataStructure
 DataStructure Entry.getRecord()
           
 

Methods in org.apache.activemq.console.command.store.amq with parameters of type DataStructure
 void Entry.setRecord(DataStructure record)
           
 

Uses of DataStructure in org.apache.activemq.kaha
 

Classes in org.apache.activemq.kaha that implement DataStructure
 class MessageAckWithLocation
           
 

Uses of DataStructure in org.apache.activemq.openwire
 

Methods in org.apache.activemq.openwire that return DataStructure
 DataStructure DataStreamMarshaller.createObject()
           
 DataStructure OpenWireFormat.getFromUnmarshallCache(short index)
           
 DataStructure OpenWireFormat.looseUnmarshalNestedObject(java.io.DataInput dis)
           
 DataStructure OpenWireFormat.tightUnmarshalNestedObject(java.io.DataInput dis, BooleanStream bs)
           
 

Methods in org.apache.activemq.openwire with parameters of type DataStructure
 java.lang.Short OpenWireFormat.addToMarshallCache(DataStructure o)
           
 java.lang.Short OpenWireFormat.getMarshallCacheIndex(DataStructure o)
           
 void OpenWireFormat.looseMarshalNestedObject(DataStructure o, java.io.DataOutput dataOut)
           
 void OpenWireFormat.setInUnmarshallCache(short index, DataStructure o)
           
 int OpenWireFormat.tightMarshalNestedObject1(DataStructure o, BooleanStream bs)
           
 void OpenWireFormat.tightMarshalNestedObject2(DataStructure o, java.io.DataOutput ds, BooleanStream bs)
           
 

Uses of DataStructure in org.apache.activemq.openwire.v1
 

Methods in org.apache.activemq.openwire.v1 that return DataStructure
 DataStructure SubscriptionInfoMarshaller.createObject()
           
 DataStructure ConnectionControlMarshaller.createObject()
           
 DataStructure MessageDispatchNotificationMarshaller.createObject()
           
 DataStructure ActiveMQTempQueueMarshaller.createObject()
           
 DataStructure DataArrayResponseMarshaller.createObject()
           
 DataStructure ReplayCommandMarshaller.createObject()
           
 DataStructure ShutdownInfoMarshaller.createObject()
           
 DataStructure ActiveMQTopicMarshaller.createObject()
           
 DataStructure ExceptionResponseMarshaller.createObject()
           
 DataStructure MessageAckMarshaller.createObject()
           
 DataStructure IntegerResponseMarshaller.createObject()
           
 DataStructure MessageIdMarshaller.createObject()
           
 DataStructure NetworkBridgeFilterMarshaller.createObject()
           
 DataStructure BrokerInfoMarshaller.createObject()
           
 DataStructure ProducerIdMarshaller.createObject()
           
 DataStructure JournalTraceMarshaller.createObject()
           
 DataStructure DataResponseMarshaller.createObject()
           
 DataStructure SessionInfoMarshaller.createObject()
           
 DataStructure ActiveMQBytesMessageMarshaller.createObject()
           
 DataStructure JournalQueueAckMarshaller.createObject()
           
 DataStructure SessionIdMarshaller.createObject()
           
 DataStructure ConnectionInfoMarshaller.createObject()
           
 DataStructure ConnectionIdMarshaller.createObject()
           
 DataStructure ProducerInfoMarshaller.createObject()
           
 DataStructure RemoveSubscriptionInfoMarshaller.createObject()
           
 DataStructure LastPartialCommandMarshaller.createObject()
           
 DataStructure FlushCommandMarshaller.createObject()
           
 DataStructure JournalTopicAckMarshaller.createObject()
           
 DataStructure ActiveMQTempTopicMarshaller.createObject()
           
 DataStructure DestinationInfoMarshaller.createObject()
           
 DataStructure BrokerIdMarshaller.createObject()
           
 DataStructure ConnectionErrorMarshaller.createObject()
           
 DataStructure PartialCommandMarshaller.createObject()
           
 DataStructure WireFormatInfoMarshaller.createObject()
           
 DataStructure ActiveMQObjectMessageMarshaller.createObject()
           
 DataStructure ResponseMarshaller.createObject()
           
 DataStructure DiscoveryEventMarshaller.createObject()
           
 DataStructure ConsumerControlMarshaller.createObject()
           
 DataStructure MessageDispatchMarshaller.createObject()
           
 DataStructure XATransactionIdMarshaller.createObject()
           
 DataStructure KeepAliveInfoMarshaller.createObject()
           
 DataStructure ActiveMQQueueMarshaller.createObject()
           
 DataStructure ActiveMQMapMessageMarshaller.createObject()
           
 DataStructure ControlCommandMarshaller.createObject()
           
 DataStructure ActiveMQStreamMessageMarshaller.createObject()
           
 DataStructure ConsumerInfoMarshaller.createObject()
           
 DataStructure ActiveMQMessageMarshaller.createObject()
           
 DataStructure ActiveMQTextMessageMarshaller.createObject()
           
 DataStructure LocalTransactionIdMarshaller.createObject()
           
 DataStructure ConsumerIdMarshaller.createObject()
           
 DataStructure TransactionInfoMarshaller.createObject()
           
 DataStructure RemoveInfoMarshaller.createObject()
           
abstract  DataStructure BaseDataStreamMarshaller.createObject()
           
 DataStructure JournalTransactionMarshaller.createObject()
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
 

Methods in org.apache.activemq.openwire.v1 with parameters of type DataStructure
protected  void BaseDataStreamMarshaller.looseMarshalCachedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalNestedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalObjectArray(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut)
           
protected  int BaseDataStreamMarshaller.tightMarshalCachedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalCachedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalNestedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalNestedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalObjectArray1(OpenWireFormat wireFormat, DataStructure[] objects, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalObjectArray2(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut, BooleanStream bs)
           
 

Uses of DataStructure in org.apache.activemq.openwire.v2
 

Methods in org.apache.activemq.openwire.v2 that return DataStructure
 DataStructure JournalQueueAckMarshaller.createObject()
           
 DataStructure ConsumerInfoMarshaller.createObject()
           
 DataStructure TransactionInfoMarshaller.createObject()
           
 DataStructure LocalTransactionIdMarshaller.createObject()
           
 DataStructure XATransactionIdMarshaller.createObject()
           
 DataStructure ConsumerIdMarshaller.createObject()
           
 DataStructure ProducerIdMarshaller.createObject()
           
 DataStructure JournalTransactionMarshaller.createObject()
           
 DataStructure ConnectionInfoMarshaller.createObject()
           
 DataStructure JournalTraceMarshaller.createObject()
           
 DataStructure ActiveMQTextMessageMarshaller.createObject()
           
 DataStructure ActiveMQTempTopicMarshaller.createObject()
           
 DataStructure ConnectionControlMarshaller.createObject()
           
 DataStructure BrokerInfoMarshaller.createObject()
           
 DataStructure SessionIdMarshaller.createObject()
           
 DataStructure RemoveSubscriptionInfoMarshaller.createObject()
           
 DataStructure MessageIdMarshaller.createObject()
           
 DataStructure ActiveMQObjectMessageMarshaller.createObject()
           
 DataStructure FlushCommandMarshaller.createObject()
           
 DataStructure ActiveMQQueueMarshaller.createObject()
           
 DataStructure JournalTopicAckMarshaller.createObject()
           
 DataStructure IntegerResponseMarshaller.createObject()
           
 DataStructure ControlCommandMarshaller.createObject()
           
 DataStructure ActiveMQBytesMessageMarshaller.createObject()
           
 DataStructure BrokerIdMarshaller.createObject()
           
 DataStructure MessageDispatchNotificationMarshaller.createObject()
           
 DataStructure MessagePullMarshaller.createObject()
           
 DataStructure MessageDispatchMarshaller.createObject()
           
 DataStructure DataArrayResponseMarshaller.createObject()
           
 DataStructure DestinationInfoMarshaller.createObject()
           
 DataStructure ReplayCommandMarshaller.createObject()
           
 DataStructure ActiveMQStreamMessageMarshaller.createObject()
           
 DataStructure ExceptionResponseMarshaller.createObject()
           
 DataStructure KeepAliveInfoMarshaller.createObject()
           
 DataStructure SessionInfoMarshaller.createObject()
           
 DataStructure ShutdownInfoMarshaller.createObject()
           
 DataStructure ConsumerControlMarshaller.createObject()
           
 DataStructure SubscriptionInfoMarshaller.createObject()
           
 DataStructure DiscoveryEventMarshaller.createObject()
           
 DataStructure ActiveMQTempQueueMarshaller.createObject()
           
 DataStructure ConnectionIdMarshaller.createObject()
           
 DataStructure ProducerInfoMarshaller.createObject()
           
 DataStructure ActiveMQTopicMarshaller.createObject()
           
 DataStructure WireFormatInfoMarshaller.createObject()
           
 DataStructure NetworkBridgeFilterMarshaller.createObject()
           
 DataStructure PartialCommandMarshaller.createObject()
           
 DataStructure LastPartialCommandMarshaller.createObject()
           
 DataStructure RemoveInfoMarshaller.createObject()
           
 DataStructure ResponseMarshaller.createObject()
           
 DataStructure DataResponseMarshaller.createObject()
           
 DataStructure ConnectionErrorMarshaller.createObject()
           
 DataStructure ActiveMQMessageMarshaller.createObject()
           
 DataStructure ActiveMQMapMessageMarshaller.createObject()
           
abstract  DataStructure BaseDataStreamMarshaller.createObject()
           
 DataStructure MessageAckMarshaller.createObject()
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
 

Methods in org.apache.activemq.openwire.v2 with parameters of type DataStructure
protected  void BaseDataStreamMarshaller.looseMarshalCachedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalNestedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalObjectArray(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut)
           
protected  int BaseDataStreamMarshaller.tightMarshalCachedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalCachedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalNestedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalNestedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalObjectArray1(OpenWireFormat wireFormat, DataStructure[] objects, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalObjectArray2(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut, BooleanStream bs)
           
 

Uses of DataStructure in org.apache.activemq.openwire.v3
 

Methods in org.apache.activemq.openwire.v3 that return DataStructure
 DataStructure MessageDispatchNotificationMarshaller.createObject()
           
 DataStructure ProducerAckMarshaller.createObject()
           
 DataStructure JournalQueueAckMarshaller.createObject()
           
 DataStructure LocalTransactionIdMarshaller.createObject()
           
 DataStructure ReplayCommandMarshaller.createObject()
           
 DataStructure TransactionInfoMarshaller.createObject()
           
 DataStructure DataResponseMarshaller.createObject()
           
 DataStructure JournalTransactionMarshaller.createObject()
           
 DataStructure SubscriptionInfoMarshaller.createObject()
           
 DataStructure ActiveMQTopicMarshaller.createObject()
           
 DataStructure RemoveSubscriptionInfoMarshaller.createObject()
           
 DataStructure ActiveMQTempQueueMarshaller.createObject()
           
 DataStructure ConnectionIdMarshaller.createObject()
           
 DataStructure NetworkBridgeFilterMarshaller.createObject()
           
 DataStructure JournalTopicAckMarshaller.createObject()
           
 DataStructure ActiveMQTextMessageMarshaller.createObject()
           
 DataStructure ActiveMQTempTopicMarshaller.createObject()
           
 DataStructure ConsumerInfoMarshaller.createObject()
           
 DataStructure ConnectionControlMarshaller.createObject()
           
 DataStructure XATransactionIdMarshaller.createObject()
           
 DataStructure MessageAckMarshaller.createObject()
           
 DataStructure ProducerIdMarshaller.createObject()
           
 DataStructure ActiveMQMapMessageMarshaller.createObject()
           
 DataStructure WireFormatInfoMarshaller.createObject()
           
 DataStructure ShutdownInfoMarshaller.createObject()
           
 DataStructure FlushCommandMarshaller.createObject()
           
 DataStructure SessionInfoMarshaller.createObject()
           
 DataStructure JournalTraceMarshaller.createObject()
           
 DataStructure MessageIdMarshaller.createObject()
           
 DataStructure MessageDispatchMarshaller.createObject()
           
 DataStructure MessagePullMarshaller.createObject()
           
 DataStructure DiscoveryEventMarshaller.createObject()
           
 DataStructure ConsumerControlMarshaller.createObject()
           
 DataStructure SessionIdMarshaller.createObject()
           
 DataStructure DataArrayResponseMarshaller.createObject()
           
 DataStructure ActiveMQObjectMessageMarshaller.createObject()
           
 DataStructure ActiveMQQueueMarshaller.createObject()
           
 DataStructure RemoveInfoMarshaller.createObject()
           
 DataStructure BrokerIdMarshaller.createObject()
           
 DataStructure ConnectionInfoMarshaller.createObject()
           
 DataStructure IntegerResponseMarshaller.createObject()
           
 DataStructure ActiveMQBlobMessageMarshaller.createObject()
           
 DataStructure ControlCommandMarshaller.createObject()
           
 DataStructure PartialCommandMarshaller.createObject()
           
 DataStructure LastPartialCommandMarshaller.createObject()
           
 DataStructure ProducerInfoMarshaller.createObject()
           
 DataStructure BrokerInfoMarshaller.createObject()
           
 DataStructure ConsumerIdMarshaller.createObject()
           
 DataStructure ResponseMarshaller.createObject()
           
 DataStructure ExceptionResponseMarshaller.createObject()
           
 DataStructure ActiveMQBytesMessageMarshaller.createObject()
           
 DataStructure KeepAliveInfoMarshaller.createObject()
           
 DataStructure ConnectionErrorMarshaller.createObject()
           
 DataStructure DestinationInfoMarshaller.createObject()
           
abstract  DataStructure BaseDataStreamMarshaller.createObject()
           
 DataStructure ActiveMQMessageMarshaller.createObject()
           
 DataStructure ActiveMQStreamMessageMarshaller.createObject()
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
 

Methods in org.apache.activemq.openwire.v3 with parameters of type DataStructure
protected  void BaseDataStreamMarshaller.looseMarshalCachedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalNestedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalObjectArray(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut)
           
protected  int BaseDataStreamMarshaller.tightMarshalCachedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalCachedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalNestedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalNestedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalObjectArray1(OpenWireFormat wireFormat, DataStructure[] objects, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalObjectArray2(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut, BooleanStream bs)
           
 

Uses of DataStructure in org.apache.activemq.openwire.v4
 

Methods in org.apache.activemq.openwire.v4 that return DataStructure
 DataStructure ActiveMQTempTopicMarshaller.createObject()
           
 DataStructure JournalTopicAckMarshaller.createObject()
           
 DataStructure ConnectionInfoMarshaller.createObject()
           
 DataStructure MessagePullMarshaller.createObject()
           
 DataStructure ConnectionControlMarshaller.createObject()
           
 DataStructure ActiveMQTextMessageMarshaller.createObject()
           
 DataStructure NetworkBridgeFilterMarshaller.createObject()
           
 DataStructure BrokerIdMarshaller.createObject()
           
 DataStructure IntegerResponseMarshaller.createObject()
           
 DataStructure JournalTraceMarshaller.createObject()
           
 DataStructure ProducerInfoMarshaller.createObject()
           
 DataStructure KeepAliveInfoMarshaller.createObject()
           
 DataStructure ActiveMQTopicMarshaller.createObject()
           
 DataStructure ShutdownInfoMarshaller.createObject()
           
 DataStructure ActiveMQStreamMessageMarshaller.createObject()
           
 DataStructure ReplayCommandMarshaller.createObject()
           
 DataStructure ActiveMQBlobMessageMarshaller.createObject()
           
 DataStructure MessageDispatchMarshaller.createObject()
           
 DataStructure MessageAckMarshaller.createObject()
           
 DataStructure SubscriptionInfoMarshaller.createObject()
           
 DataStructure SessionIdMarshaller.createObject()
           
 DataStructure BrokerInfoMarshaller.createObject()
           
 DataStructure FlushCommandMarshaller.createObject()
           
 DataStructure SessionInfoMarshaller.createObject()
           
 DataStructure ControlCommandMarshaller.createObject()
           
 DataStructure ProducerIdMarshaller.createObject()
           
 DataStructure WireFormatInfoMarshaller.createObject()
           
 DataStructure ConsumerInfoMarshaller.createObject()
           
 DataStructure ConsumerIdMarshaller.createObject()
           
 DataStructure ActiveMQTempQueueMarshaller.createObject()
           
 DataStructure ActiveMQMapMessageMarshaller.createObject()
           
 DataStructure DiscoveryEventMarshaller.createObject()
           
 DataStructure ConsumerControlMarshaller.createObject()
           
 DataStructure DataArrayResponseMarshaller.createObject()
           
 DataStructure MessageIdMarshaller.createObject()
           
 DataStructure XATransactionIdMarshaller.createObject()
           
 DataStructure ConnectionErrorMarshaller.createObject()
           
 DataStructure RemoveSubscriptionInfoMarshaller.createObject()
           
 DataStructure LastPartialCommandMarshaller.createObject()
           
 DataStructure LocalTransactionIdMarshaller.createObject()
           
 DataStructure ActiveMQObjectMessageMarshaller.createObject()
           
 DataStructure JournalQueueAckMarshaller.createObject()
           
 DataStructure ConnectionIdMarshaller.createObject()
           
 DataStructure ProducerAckMarshaller.createObject()
           
 DataStructure RemoveInfoMarshaller.createObject()
           
 DataStructure TransactionInfoMarshaller.createObject()
           
 DataStructure DestinationInfoMarshaller.createObject()
           
 DataStructure MessageDispatchNotificationMarshaller.createObject()
           
 DataStructure ExceptionResponseMarshaller.createObject()
           
 DataStructure PartialCommandMarshaller.createObject()
           
 DataStructure ActiveMQQueueMarshaller.createObject()
           
 DataStructure ResponseMarshaller.createObject()
           
 DataStructure DataResponseMarshaller.createObject()
           
 DataStructure ActiveMQMessageMarshaller.createObject()
           
 DataStructure ActiveMQBytesMessageMarshaller.createObject()
           
abstract  DataStructure BaseDataStreamMarshaller.createObject()
           
 DataStructure JournalTransactionMarshaller.createObject()
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
 

Methods in org.apache.activemq.openwire.v4 with parameters of type DataStructure
protected  void BaseDataStreamMarshaller.looseMarshalCachedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalNestedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalObjectArray(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut)
           
protected  int BaseDataStreamMarshaller.tightMarshalCachedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalCachedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalNestedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalNestedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalObjectArray1(OpenWireFormat wireFormat, DataStructure[] objects, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalObjectArray2(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut, BooleanStream bs)
           
 

Uses of DataStructure in org.apache.activemq.openwire.v5
 

Methods in org.apache.activemq.openwire.v5 that return DataStructure
 DataStructure ShutdownInfoMarshaller.createObject()
           
 DataStructure MessageDispatchMarshaller.createObject()
           
 DataStructure ConsumerControlMarshaller.createObject()
           
 DataStructure ActiveMQTopicMarshaller.createObject()
           
 DataStructure ConnectionInfoMarshaller.createObject()
           
 DataStructure ConnectionControlMarshaller.createObject()
           
 DataStructure ConsumerInfoMarshaller.createObject()
           
 DataStructure DataResponseMarshaller.createObject()
           
 DataStructure MessagePullMarshaller.createObject()
           
 DataStructure ControlCommandMarshaller.createObject()
           
 DataStructure KeepAliveInfoMarshaller.createObject()
           
 DataStructure SessionInfoMarshaller.createObject()
           
 DataStructure NetworkBridgeFilterMarshaller.createObject()
           
 DataStructure IntegerResponseMarshaller.createObject()
           
 DataStructure SubscriptionInfoMarshaller.createObject()
           
 DataStructure ExceptionResponseMarshaller.createObject()
           
 DataStructure ActiveMQBytesMessageMarshaller.createObject()
           
 DataStructure ActiveMQTempQueueMarshaller.createObject()
           
 DataStructure FlushCommandMarshaller.createObject()
           
 DataStructure ProducerIdMarshaller.createObject()
           
 DataStructure ConsumerIdMarshaller.createObject()
           
 DataStructure BrokerIdMarshaller.createObject()
           
 DataStructure TransactionInfoMarshaller.createObject()
           
 DataStructure ReplayCommandMarshaller.createObject()
           
 DataStructure DiscoveryEventMarshaller.createObject()
           
 DataStructure PartialCommandMarshaller.createObject()
           
 DataStructure LastPartialCommandMarshaller.createObject()
           
 DataStructure JournalTraceMarshaller.createObject()
           
 DataStructure RemoveSubscriptionInfoMarshaller.createObject()
           
 DataStructure WireFormatInfoMarshaller.createObject()
           
 DataStructure ConnectionIdMarshaller.createObject()
           
 DataStructure ActiveMQTextMessageMarshaller.createObject()
           
 DataStructure ConnectionErrorMarshaller.createObject()
           
 DataStructure ProducerInfoMarshaller.createObject()
           
 DataStructure SessionIdMarshaller.createObject()
           
 DataStructure BrokerInfoMarshaller.createObject()
           
 DataStructure XATransactionIdMarshaller.createObject()
           
 DataStructure ActiveMQObjectMessageMarshaller.createObject()
           
 DataStructure DestinationInfoMarshaller.createObject()
           
 DataStructure ProducerAckMarshaller.createObject()
           
 DataStructure MessageAckMarshaller.createObject()
           
 DataStructure ActiveMQBlobMessageMarshaller.createObject()
           
 DataStructure ActiveMQTempTopicMarshaller.createObject()
           
 DataStructure JournalQueueAckMarshaller.createObject()
           
 DataStructure MessageDispatchNotificationMarshaller.createObject()
           
 DataStructure JournalTopicAckMarshaller.createObject()
           
 DataStructure ResponseMarshaller.createObject()
           
 DataStructure DataArrayResponseMarshaller.createObject()
           
 DataStructure LocalTransactionIdMarshaller.createObject()
           
 DataStructure ActiveMQStreamMessageMarshaller.createObject()
           
 DataStructure RemoveInfoMarshaller.createObject()
           
 DataStructure ActiveMQQueueMarshaller.createObject()
           
 DataStructure ActiveMQMessageMarshaller.createObject()
           
 DataStructure ActiveMQMapMessageMarshaller.createObject()
           
 DataStructure MessageIdMarshaller.createObject()
           
abstract  DataStructure BaseDataStreamMarshaller.createObject()
           
 DataStructure JournalTransactionMarshaller.createObject()
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
 

Methods in org.apache.activemq.openwire.v5 with parameters of type DataStructure
protected  void BaseDataStreamMarshaller.looseMarshalCachedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalNestedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalObjectArray(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut)
           
protected  int BaseDataStreamMarshaller.tightMarshalCachedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalCachedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalNestedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalNestedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalObjectArray1(OpenWireFormat wireFormat, DataStructure[] objects, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalObjectArray2(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut, BooleanStream bs)
           
 

Uses of DataStructure in org.apache.activemq.openwire.v6
 

Methods in org.apache.activemq.openwire.v6 that return DataStructure
 DataStructure WireFormatInfoMarshaller.createObject()
           
 DataStructure DataArrayResponseMarshaller.createObject()
           
 DataStructure ActiveMQObjectMessageMarshaller.createObject()
           
 DataStructure KeepAliveInfoMarshaller.createObject()
           
 DataStructure BrokerInfoMarshaller.createObject()
           
 DataStructure MessageIdMarshaller.createObject()
           
 DataStructure LocalTransactionIdMarshaller.createObject()
           
 DataStructure PartialCommandMarshaller.createObject()
           
 DataStructure LastPartialCommandMarshaller.createObject()
           
 DataStructure ConsumerControlMarshaller.createObject()
           
 DataStructure ControlCommandMarshaller.createObject()
           
 DataStructure JournalTopicAckMarshaller.createObject()
           
 DataStructure JournalTransactionMarshaller.createObject()
           
 DataStructure ConnectionErrorMarshaller.createObject()
           
 DataStructure MessageDispatchMarshaller.createObject()
           
 DataStructure ActiveMQMapMessageMarshaller.createObject()
           
 DataStructure MessageAckMarshaller.createObject()
           
 DataStructure SubscriptionInfoMarshaller.createObject()
           
 DataStructure FlushCommandMarshaller.createObject()
           
 DataStructure RemoveInfoMarshaller.createObject()
           
 DataStructure MessagePullMarshaller.createObject()
           
 DataStructure RemoveSubscriptionInfoMarshaller.createObject()
           
 DataStructure ExceptionResponseMarshaller.createObject()
           
 DataStructure ActiveMQTopicMarshaller.createObject()
           
 DataStructure ConsumerIdMarshaller.createObject()
           
 DataStructure ActiveMQTempTopicMarshaller.createObject()
           
 DataStructure DestinationInfoMarshaller.createObject()
           
 DataStructure JournalQueueAckMarshaller.createObject()
           
 DataStructure ProducerIdMarshaller.createObject()
           
 DataStructure DiscoveryEventMarshaller.createObject()
           
 DataStructure TransactionInfoMarshaller.createObject()
           
 DataStructure ActiveMQBlobMessageMarshaller.createObject()
           
 DataStructure ActiveMQStreamMessageMarshaller.createObject()
           
 DataStructure ShutdownInfoMarshaller.createObject()
           
 DataStructure ActiveMQBytesMessageMarshaller.createObject()
           
 DataStructure SessionIdMarshaller.createObject()
           
 DataStructure NetworkBridgeFilterMarshaller.createObject()
           
 DataStructure ActiveMQTempQueueMarshaller.createObject()
           
 DataStructure ActiveMQQueueMarshaller.createObject()
           
 DataStructure ConnectionIdMarshaller.createObject()
           
 DataStructure IntegerResponseMarshaller.createObject()
           
 DataStructure SessionInfoMarshaller.createObject()
           
 DataStructure DataResponseMarshaller.createObject()
           
 DataStructure ReplayCommandMarshaller.createObject()
           
 DataStructure ProducerInfoMarshaller.createObject()
           
 DataStructure ConnectionInfoMarshaller.createObject()
           
 DataStructure BrokerIdMarshaller.createObject()
           
 DataStructure ResponseMarshaller.createObject()
           
 DataStructure ActiveMQMessageMarshaller.createObject()
           
 DataStructure ActiveMQTextMessageMarshaller.createObject()
           
 DataStructure MessageDispatchNotificationMarshaller.createObject()
           
 DataStructure XATransactionIdMarshaller.createObject()
           
 DataStructure ProducerAckMarshaller.createObject()
           
 DataStructure ConsumerInfoMarshaller.createObject()
           
 DataStructure JournalTraceMarshaller.createObject()
           
abstract  DataStructure BaseDataStreamMarshaller.createObject()
           
 DataStructure ConnectionControlMarshaller.createObject()
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
 

Methods in org.apache.activemq.openwire.v6 with parameters of type DataStructure
protected  void BaseDataStreamMarshaller.looseMarshalCachedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalNestedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalObjectArray(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut)
           
protected  int BaseDataStreamMarshaller.tightMarshalCachedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalCachedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalNestedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalNestedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalObjectArray1(OpenWireFormat wireFormat, DataStructure[] objects, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalObjectArray2(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut, BooleanStream bs)
           
 

Uses of DataStructure in org.apache.activemq.openwire.v7
 

Methods in org.apache.activemq.openwire.v7 that return DataStructure
 DataStructure DiscoveryEventMarshaller.createObject()
           
 DataStructure SubscriptionInfoMarshaller.createObject()
           
 DataStructure BrokerInfoMarshaller.createObject()
           
 DataStructure ActiveMQObjectMessageMarshaller.createObject()
           
 DataStructure MessageAckMarshaller.createObject()
           
 DataStructure ActiveMQMapMessageMarshaller.createObject()
           
 DataStructure ActiveMQTempTopicMarshaller.createObject()
           
 DataStructure IntegerResponseMarshaller.createObject()
           
 DataStructure MessageDispatchNotificationMarshaller.createObject()
           
 DataStructure RemoveInfoMarshaller.createObject()
           
 DataStructure ConnectionInfoMarshaller.createObject()
           
 DataStructure ActiveMQTempQueueMarshaller.createObject()
           
 DataStructure ConnectionIdMarshaller.createObject()
           
 DataStructure JournalTopicAckMarshaller.createObject()
           
 DataStructure ConsumerControlMarshaller.createObject()
           
 DataStructure TransactionInfoMarshaller.createObject()
           
 DataStructure DataResponseMarshaller.createObject()
           
 DataStructure ActiveMQTopicMarshaller.createObject()
           
 DataStructure SessionInfoMarshaller.createObject()
           
 DataStructure ProducerInfoMarshaller.createObject()
           
 DataStructure ConsumerInfoMarshaller.createObject()
           
 DataStructure DestinationInfoMarshaller.createObject()
           
 DataStructure ReplayCommandMarshaller.createObject()
           
 DataStructure ConnectionErrorMarshaller.createObject()
           
 DataStructure LastPartialCommandMarshaller.createObject()
           
 DataStructure MessageIdMarshaller.createObject()
           
 DataStructure SessionIdMarshaller.createObject()
           
 DataStructure FlushCommandMarshaller.createObject()
           
 DataStructure DataArrayResponseMarshaller.createObject()
           
 DataStructure MessageDispatchMarshaller.createObject()
           
 DataStructure ActiveMQBlobMessageMarshaller.createObject()
           
 DataStructure JournalQueueAckMarshaller.createObject()
           
 DataStructure RemoveSubscriptionInfoMarshaller.createObject()
           
 DataStructure ActiveMQQueueMarshaller.createObject()
           
 DataStructure JournalTraceMarshaller.createObject()
           
 DataStructure ControlCommandMarshaller.createObject()
           
 DataStructure WireFormatInfoMarshaller.createObject()
           
 DataStructure LocalTransactionIdMarshaller.createObject()
           
 DataStructure ActiveMQTextMessageMarshaller.createObject()
           
 DataStructure NetworkBridgeFilterMarshaller.createObject()
           
 DataStructure ConsumerIdMarshaller.createObject()
           
 DataStructure ProducerAckMarshaller.createObject()
           
 DataStructure MessagePullMarshaller.createObject()
           
 DataStructure ShutdownInfoMarshaller.createObject()
           
 DataStructure ConnectionControlMarshaller.createObject()
           
 DataStructure ResponseMarshaller.createObject()
           
 DataStructure ExceptionResponseMarshaller.createObject()
           
 DataStructure JournalTransactionMarshaller.createObject()
           
 DataStructure PartialCommandMarshaller.createObject()
           
 DataStructure ActiveMQStreamMessageMarshaller.createObject()
           
 DataStructure ProducerIdMarshaller.createObject()
           
 DataStructure BrokerIdMarshaller.createObject()
           
 DataStructure ActiveMQMessageMarshaller.createObject()
           
 DataStructure ActiveMQBytesMessageMarshaller.createObject()
           
 DataStructure XATransactionIdMarshaller.createObject()
           
abstract  DataStructure BaseDataStreamMarshaller.createObject()
           
 DataStructure KeepAliveInfoMarshaller.createObject()
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.looseUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalCachedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
protected  DataStructure BaseDataStreamMarshaller.tightUnmarsalNestedObject(OpenWireFormat wireFormat, java.io.DataInput dataIn, BooleanStream bs)
           
 

Methods in org.apache.activemq.openwire.v7 with parameters of type DataStructure
protected  void BaseDataStreamMarshaller.looseMarshalCachedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalNestedObject(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut)
           
protected  void BaseDataStreamMarshaller.looseMarshalObjectArray(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut)
           
protected  int BaseDataStreamMarshaller.tightMarshalCachedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalCachedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalNestedObject1(OpenWireFormat wireFormat, DataStructure o, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalNestedObject2(OpenWireFormat wireFormat, DataStructure o, java.io.DataOutput dataOut, BooleanStream bs)
           
protected  int BaseDataStreamMarshaller.tightMarshalObjectArray1(OpenWireFormat wireFormat, DataStructure[] objects, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalObjectArray2(OpenWireFormat wireFormat, DataStructure[] objects, java.io.DataOutput dataOut, BooleanStream bs)
           
 

Uses of DataStructure in org.apache.activemq.state
 

Classes in org.apache.activemq.state that implement DataStructure
 class Tracked
           
 

Uses of DataStructure in org.apache.activemq.store.amq
 

Methods in org.apache.activemq.store.amq that return DataStructure
 DataStructure AMQPersistenceAdapter.readCommand(Location location)
           
 

Methods in org.apache.activemq.store.amq with parameters of type DataStructure
protected  java.io.IOException AMQPersistenceAdapter.createWriteException(DataStructure packet, java.lang.Exception e)
           
 Location AMQPersistenceAdapter.writeCommand(DataStructure command, boolean syncHint)
           
 Location AMQPersistenceAdapter.writeCommand(DataStructure command, boolean syncHint, boolean forceSync)
           
 

Uses of DataStructure in org.apache.activemq.store.journal
 

Methods in org.apache.activemq.store.journal that return DataStructure
 DataStructure JournalPersistenceAdapter.readCommand(org.apache.activeio.journal.RecordLocation location)
           
 

Methods in org.apache.activemq.store.journal with parameters of type DataStructure
protected  java.io.IOException JournalPersistenceAdapter.createWriteException(DataStructure packet, java.lang.Exception e)
           
 org.apache.activeio.journal.RecordLocation JournalPersistenceAdapter.writeCommand(DataStructure command, boolean sync)
           
 

Uses of DataStructure in org.apache.activemq.transport.stomp
 

Classes in org.apache.activemq.transport.stomp that implement DataStructure
 class StompFrame
          Represents all the data in a STOMP frame.
 class StompFrameError
          Command indicating that an invalid Stomp Frame was received.
 

Methods in org.apache.activemq.transport.stomp with parameters of type DataStructure
protected  java.lang.String LegacyFrameTranslator.marshallAdvisory(DataStructure ds)
          Return an Advisory message as a JSON formatted string
protected  java.lang.String JmsFrameTranslator.marshallAdvisory(DataStructure ds, java.lang.String transformation)
           
 



Copyright © 2005-2011. All Rights Reserved.