Uses of Class
org.apache.activemq.util.ByteSequence

Packages that use ByteSequence
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.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. 
org.apache.activemq.transport.util   
org.apache.activemq.transport.xmpp   
org.apache.activemq.util Some utility classes 
org.apache.activemq.wireformat An API for WireFormats which are used to turn object into bytes and bytes into objects. 
 

Uses of ByteSequence in org.apache.activemq.command
 

Fields in org.apache.activemq.command declared as ByteSequence
protected  ByteSequence Message.content
           
protected  ByteSequence Message.marshalledProperties
           
protected  ByteSequence WireFormatInfo.marshalledProperties
           
 

Methods in org.apache.activemq.command that return ByteSequence
 ByteSequence MarshallAware.getCachedMarshalledForm(WireFormat wireFormat)
           
 ByteSequence Message.getCachedMarshalledForm(WireFormat wireFormat)
           
 ByteSequence WireFormatInfo.getCachedMarshalledForm(WireFormat wireFormat)
           
 ByteSequence Message.getContent()
           
 ByteSequence Message.getMarshalledProperties()
           
 ByteSequence WireFormatInfo.getMarshalledProperties()
           
 

Methods in org.apache.activemq.command with parameters of type ByteSequence
 void MarshallAware.setCachedMarshalledForm(WireFormat wireFormat, ByteSequence data)
           
 void Message.setCachedMarshalledForm(WireFormat wireFormat, ByteSequence data)
           
 void WireFormatInfo.setCachedMarshalledForm(WireFormat wireFormat, ByteSequence data)
           
 void Message.setContent(ByteSequence content)
           
 void Message.setMarshalledProperties(ByteSequence marshalledProperties)
           
 void WireFormatInfo.setMarshalledProperties(ByteSequence marshalledProperties)
           
 

Uses of ByteSequence in org.apache.activemq.openwire
 

Methods in org.apache.activemq.openwire that return ByteSequence
 ByteSequence OpenWireFormat.marshal(java.lang.Object command)
           
 

Methods in org.apache.activemq.openwire with parameters of type ByteSequence
 java.lang.Object OpenWireFormat.unmarshal(ByteSequence sequence)
           
 

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

Methods in org.apache.activemq.openwire.v1 that return ByteSequence
protected  ByteSequence BaseDataStreamMarshaller.looseUnmarshalByteSequence(java.io.DataInput dataIn)
           
protected  ByteSequence BaseDataStreamMarshaller.tightUnmarshalByteSequence(java.io.DataInput dataIn, BooleanStream bs)
           
 

Methods in org.apache.activemq.openwire.v1 with parameters of type ByteSequence
protected  void BaseDataStreamMarshaller.looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, java.io.DataOutput dataOut)
           
protected  int BaseDataStreamMarshaller.tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalByteSequence2(ByteSequence data, java.io.DataOutput dataOut, BooleanStream bs)
           
 

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

Methods in org.apache.activemq.openwire.v2 that return ByteSequence
protected  ByteSequence BaseDataStreamMarshaller.looseUnmarshalByteSequence(java.io.DataInput dataIn)
           
protected  ByteSequence BaseDataStreamMarshaller.tightUnmarshalByteSequence(java.io.DataInput dataIn, BooleanStream bs)
           
 

Methods in org.apache.activemq.openwire.v2 with parameters of type ByteSequence
protected  void BaseDataStreamMarshaller.looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, java.io.DataOutput dataOut)
           
protected  int BaseDataStreamMarshaller.tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)
           
protected  void BaseDataStreamMarshaller.tightMarshalByteSequence2(ByteSequence data, java.io.DataOutput dataOut, BooleanStream bs)
           
 

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

Methods in org.apache.activemq.store.journal that return ByteSequence
 ByteSequence JournalPersistenceAdapter.toByteSequence(org.apache.activeio.packet.Packet packet)
           
 ByteSequence QuickJournalPersistenceAdapter.toByteSequence(org.apache.activeio.packet.Packet packet)
           
 

Methods in org.apache.activemq.store.journal with parameters of type ByteSequence
 org.apache.activeio.packet.Packet JournalPersistenceAdapter.toPacket(ByteSequence sequence)
           
 org.apache.activeio.packet.Packet QuickJournalPersistenceAdapter.toPacket(ByteSequence sequence)
           
 

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

Methods in org.apache.activemq.store.rapid that return ByteSequence
 ByteSequence RapidPersistenceAdapter.toByteSequence(org.apache.activeio.packet.Packet packet)
           
 

Methods in org.apache.activemq.store.rapid with parameters of type ByteSequence
 org.apache.activeio.packet.Packet RapidPersistenceAdapter.toPacket(ByteSequence sequence)
           
 

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

Methods in org.apache.activemq.transport.stomp that return ByteSequence
 ByteSequence StompWireFormat.marshal(java.lang.Object command)
           
 

Methods in org.apache.activemq.transport.stomp with parameters of type ByteSequence
 java.lang.Object StompWireFormat.unmarshal(ByteSequence packet)
           
 

Uses of ByteSequence in org.apache.activemq.transport.util
 

Methods in org.apache.activemq.transport.util that return ByteSequence
 ByteSequence TextWireFormat.marshal(java.lang.Object command)
           
 

Methods in org.apache.activemq.transport.util with parameters of type ByteSequence
 java.lang.Object TextWireFormat.unmarshal(ByteSequence packet)
           
 

Uses of ByteSequence in org.apache.activemq.transport.xmpp
 

Methods in org.apache.activemq.transport.xmpp that return ByteSequence
 ByteSequence XmppWireFormat.marshal(java.lang.Object command)
           
 

Methods in org.apache.activemq.transport.xmpp with parameters of type ByteSequence
 java.lang.Object XmppWireFormat.unmarshal(ByteSequence packet)
           
 

Uses of ByteSequence in org.apache.activemq.util
 

Methods in org.apache.activemq.util that return ByteSequence
 ByteSequence DataByteArrayOutputStream.toByteSequence()
          Get a ByteSequence from the stream
 ByteSequence ByteArrayOutputStream.toByteSequence()
           
 

Methods in org.apache.activemq.util with parameters of type ByteSequence
static int ByteSequenceData.read(ByteSequence packet)
           
static boolean ByteSequenceData.readBoolean(ByteSequence packet)
           
static byte ByteSequenceData.readByte(ByteSequence packet)
           
static char ByteSequenceData.readCharBig(ByteSequence packet)
           
static char ByteSequenceData.readCharLittle(ByteSequence packet)
           
static double ByteSequenceData.readDoubleBig(ByteSequence packet)
           
static double ByteSequenceData.readDoubleLittle(ByteSequence packet)
           
static float ByteSequenceData.readFloatBig(ByteSequence packet)
           
static float ByteSequenceData.readFloatLittle(ByteSequence packet)
           
static void ByteSequenceData.readFully(ByteSequence packet, byte[] b)
           
static void ByteSequenceData.readFully(ByteSequence packet, byte[] b, int off, int len)
           
static int ByteSequenceData.readIntBig(ByteSequence packet)
           
static int ByteSequenceData.readIntLittle(ByteSequence packet)
           
static long ByteSequenceData.readLongBig(ByteSequence packet)
           
static long ByteSequenceData.readLongLittle(ByteSequence packet)
           
static short ByteSequenceData.readShortBig(ByteSequence packet)
           
static short ByteSequenceData.readShortLittle(ByteSequence packet)
           
static int ByteSequenceData.readUnsignedByte(ByteSequence packet)
           
static int ByteSequenceData.readUnsignedShortBig(ByteSequence packet)
           
static int ByteSequenceData.readUnsignedShortLittle(ByteSequence packet)
           
static int ByteSequenceData.remaining(ByteSequence packet)
           
 void DataByteArrayInputStream.restart(ByteSequence sequence)
          reset the StoreByteArrayInputStream to use an new ByteSequence
static int ByteSequenceData.skipBytes(ByteSequence packet, int n)
           
static byte[] ByteSequenceData.toByteArray(ByteSequence packet)
           
static void ByteSequenceData.write(ByteSequence packet, byte[] b)
           
static void ByteSequenceData.write(ByteSequence packet, byte[] b, int off, int len)
           
static void ByteSequenceData.write(ByteSequence packet, int b)
           
static void ByteSequenceData.writeBoolean(ByteSequence packet, boolean v)
           
static void ByteSequenceData.writeByte(ByteSequence packet, int v)
           
static void ByteSequenceData.writeCharBig(ByteSequence packet, int v)
           
static void ByteSequenceData.writeCharLittle(ByteSequence packet, int v)
           
static void ByteSequenceData.writeDoubleBig(ByteSequence packet, double v)
           
static void ByteSequenceData.writeDoubleLittle(ByteSequence packet, double v)
           
static void ByteSequenceData.writeFloatBig(ByteSequence packet, float v)
           
static void ByteSequenceData.writeFloatLittle(ByteSequence packet, float v)
           
static void ByteSequenceData.writeIntBig(ByteSequence packet, int v)
           
static void ByteSequenceData.writeIntLittle(ByteSequence packet, int v)
           
static void ByteSequenceData.writeLongBig(ByteSequence packet, long v)
           
static void ByteSequenceData.writeLongLittle(ByteSequence packet, long v)
           
static void ByteSequenceData.writeRawDoubleBig(ByteSequence packet, double v)
           
static void ByteSequenceData.writeRawDoubleLittle(ByteSequence packet, double v)
           
static void ByteSequenceData.writeRawFloatBig(ByteSequence packet, float v)
           
static void ByteSequenceData.writeRawFloatLittle(ByteSequence packet, float v)
           
static void ByteSequenceData.writeShortBig(ByteSequence packet, int v)
           
static void ByteSequenceData.writeShortLittle(ByteSequence packet, int v)
           
 

Constructors in org.apache.activemq.util with parameters of type ByteSequence
ByteArrayInputStream(ByteSequence sequence)
           
DataByteArrayInputStream(ByteSequence sequence)
          Creates a StoreByteArrayInputStream.
 

Uses of ByteSequence in org.apache.activemq.wireformat
 

Methods in org.apache.activemq.wireformat that return ByteSequence
 ByteSequence ObjectStreamWireFormat.marshal(java.lang.Object command)
           
 ByteSequence WireFormat.marshal(java.lang.Object command)
          Packet based marshaling
 

Methods in org.apache.activemq.wireformat with parameters of type ByteSequence
 java.lang.Object ObjectStreamWireFormat.unmarshal(ByteSequence packet)
           
 java.lang.Object WireFormat.unmarshal(ByteSequence packet)
          Packet based un-marshaling
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.