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.openwire   
org.apache.activemq.openwire.v1   
org.apache.activemq.openwire.v2   
org.apache.activemq.state   
org.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.apache.activemq.store.rapid   
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 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 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
           
 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.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
abstract  DataStructure BaseDataStreamMarshaller.createObject()
           
 DataStructure JournalTopicAckMarshaller.createObject()
           
 DataStructure MessageDispatchNotificationMarshaller.createObject()
           
 DataStructure BrokerInfoMarshaller.createObject()
           
 DataStructure DiscoveryEventMarshaller.createObject()
           
 DataStructure MessageAckMarshaller.createObject()
           
 DataStructure PartialCommandMarshaller.createObject()
           
 DataStructure ConsumerInfoMarshaller.createObject()
           
 DataStructure ActiveMQTempTopicMarshaller.createObject()
           
 DataStructure MessageIdMarshaller.createObject()
           
 DataStructure ConsumerControlMarshaller.createObject()
           
 DataStructure ConnectionInfoMarshaller.createObject()
           
 DataStructure ConnectionControlMarshaller.createObject()
           
 DataStructure KeepAliveInfoMarshaller.createObject()
           
 DataStructure ActiveMQMapMessageMarshaller.createObject()
           
 DataStructure ActiveMQMessageMarshaller.createObject()
           
 DataStructure WireFormatInfoMarshaller.createObject()
           
 DataStructure BrokerIdMarshaller.createObject()
           
 DataStructure ActiveMQBytesMessageMarshaller.createObject()
           
 DataStructure FlushCommandMarshaller.createObject()
           
 DataStructure ConnectionIdMarshaller.createObject()
           
 DataStructure DestinationInfoMarshaller.createObject()
           
 DataStructure JournalTransactionMarshaller.createObject()
           
 DataStructure TransactionInfoMarshaller.createObject()
           
 DataStructure NetworkBridgeFilterMarshaller.createObject()
           
 DataStructure JournalQueueAckMarshaller.createObject()
           
 DataStructure SessionInfoMarshaller.createObject()
           
 DataStructure DataArrayResponseMarshaller.createObject()
           
 DataStructure ResponseMarshaller.createObject()
           
 DataStructure LastPartialCommandMarshaller.createObject()
           
 DataStructure ActiveMQQueueMarshaller.createObject()
           
 DataStructure ActiveMQTempQueueMarshaller.createObject()
           
 DataStructure IntegerResponseMarshaller.createObject()
           
 DataStructure XATransactionIdMarshaller.createObject()
           
 DataStructure ShutdownInfoMarshaller.createObject()
           
 DataStructure SubscriptionInfoMarshaller.createObject()
           
 DataStructure ExceptionResponseMarshaller.createObject()
           
 DataStructure ProducerIdMarshaller.createObject()
           
 DataStructure ConnectionErrorMarshaller.createObject()
           
 DataStructure JournalTraceMarshaller.createObject()
           
 DataStructure ActiveMQTextMessageMarshaller.createObject()
           
 DataStructure ConsumerIdMarshaller.createObject()
           
 DataStructure RemoveSubscriptionInfoMarshaller.createObject()
           
 DataStructure ProducerInfoMarshaller.createObject()
           
 DataStructure ControlCommandMarshaller.createObject()
           
 DataStructure DataResponseMarshaller.createObject()
           
 DataStructure ActiveMQTopicMarshaller.createObject()
           
 DataStructure MessageDispatchMarshaller.createObject()
           
 DataStructure LocalTransactionIdMarshaller.createObject()
           
 DataStructure ReplayCommandMarshaller.createObject()
           
 DataStructure ActiveMQObjectMessageMarshaller.createObject()
           
 DataStructure SessionIdMarshaller.createObject()
           
 DataStructure ActiveMQStreamMessageMarshaller.createObject()
           
 DataStructure RemoveInfoMarshaller.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
abstract  DataStructure BaseDataStreamMarshaller.createObject()
           
 DataStructure TransactionInfoMarshaller.createObject()
           
 DataStructure ConnectionControlMarshaller.createObject()
           
 DataStructure ConsumerInfoMarshaller.createObject()
           
 DataStructure RemoveSubscriptionInfoMarshaller.createObject()
           
 DataStructure NetworkBridgeFilterMarshaller.createObject()
           
 DataStructure BrokerIdMarshaller.createObject()
           
 DataStructure ConnectionIdMarshaller.createObject()
           
 DataStructure MessageDispatchNotificationMarshaller.createObject()
           
 DataStructure JournalTraceMarshaller.createObject()
           
 DataStructure JournalTransactionMarshaller.createObject()
           
 DataStructure IntegerResponseMarshaller.createObject()
           
 DataStructure ResponseMarshaller.createObject()
           
 DataStructure MessageDispatchMarshaller.createObject()
           
 DataStructure DataArrayResponseMarshaller.createObject()
           
 DataStructure JournalQueueAckMarshaller.createObject()
           
 DataStructure SubscriptionInfoMarshaller.createObject()
           
 DataStructure PartialCommandMarshaller.createObject()
           
 DataStructure ActiveMQBytesMessageMarshaller.createObject()
           
 DataStructure ActiveMQMessageMarshaller.createObject()
           
 DataStructure ReplayCommandMarshaller.createObject()
           
 DataStructure SessionInfoMarshaller.createObject()
           
 DataStructure ProducerIdMarshaller.createObject()
           
 DataStructure MessageIdMarshaller.createObject()
           
 DataStructure LastPartialCommandMarshaller.createObject()
           
 DataStructure WireFormatInfoMarshaller.createObject()
           
 DataStructure MessagePullMarshaller.createObject()
           
 DataStructure FlushCommandMarshaller.createObject()
           
 DataStructure ActiveMQTextMessageMarshaller.createObject()
           
 DataStructure ActiveMQQueueMarshaller.createObject()
           
 DataStructure ActiveMQStreamMessageMarshaller.createObject()
           
 DataStructure ConsumerControlMarshaller.createObject()
           
 DataStructure ExceptionResponseMarshaller.createObject()
           
 DataStructure XATransactionIdMarshaller.createObject()
           
 DataStructure ActiveMQTempQueueMarshaller.createObject()
           
 DataStructure BrokerInfoMarshaller.createObject()
           
 DataStructure ConnectionErrorMarshaller.createObject()
           
 DataStructure LocalTransactionIdMarshaller.createObject()
           
 DataStructure ActiveMQTempTopicMarshaller.createObject()
           
 DataStructure DestinationInfoMarshaller.createObject()
           
 DataStructure JournalTopicAckMarshaller.createObject()
           
 DataStructure MessageAckMarshaller.createObject()
           
 DataStructure RemoveInfoMarshaller.createObject()
           
 DataStructure ConnectionInfoMarshaller.createObject()
           
 DataStructure DataResponseMarshaller.createObject()
           
 DataStructure ActiveMQMapMessageMarshaller.createObject()
           
 DataStructure ActiveMQTopicMarshaller.createObject()
           
 DataStructure DiscoveryEventMarshaller.createObject()
           
 DataStructure ConsumerIdMarshaller.createObject()
           
 DataStructure ShutdownInfoMarshaller.createObject()
           
 DataStructure ProducerInfoMarshaller.createObject()
           
 DataStructure KeepAliveInfoMarshaller.createObject()
           
 DataStructure SessionIdMarshaller.createObject()
           
 DataStructure ControlCommandMarshaller.createObject()
           
 DataStructure ActiveMQObjectMessageMarshaller.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.state
 

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

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

Methods in org.apache.activemq.store.journal that return DataStructure
 DataStructure QuickJournalPersistenceAdapter.readCommand(org.apache.activeio.journal.RecordLocation location)
           
 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 QuickJournalPersistenceAdapter.createWriteException(DataStructure packet, java.lang.Exception e)
           
protected  java.io.IOException JournalPersistenceAdapter.createWriteException(DataStructure packet, java.lang.Exception e)
           
 org.apache.activeio.journal.RecordLocation QuickJournalPersistenceAdapter.writeCommand(DataStructure command, boolean sync)
           
 org.apache.activeio.journal.RecordLocation JournalPersistenceAdapter.writeCommand(DataStructure command, boolean sync)
           
 

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

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

Methods in org.apache.activemq.store.rapid with parameters of type DataStructure
protected  java.io.IOException RapidPersistenceAdapter.createWriteException(DataStructure packet, java.lang.Exception e)
           
 org.apache.activeio.journal.RecordLocation RapidPersistenceAdapter.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.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.