public class FlushCommandMarshaller extends BaseCommandMarshaller
STACK_TRACE_ELEMENT_CONSTRUCTOR| Constructor and Description |
|---|
FlushCommandMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.command.DataStructure |
createObject() |
byte |
getDataStructureType()
Return the type of Data Structure we marshal
|
void |
looseMarshal(org.apache.activemq.openwire.OpenWireFormat wireFormat,
Object o,
DataOutput dataOut)
Write the booleans that this object uses to a BooleanStream
|
void |
looseUnmarshal(org.apache.activemq.openwire.OpenWireFormat wireFormat,
Object o,
DataInput dataIn)
Un-marshal an object instance from the data input stream
|
int |
tightMarshal1(org.apache.activemq.openwire.OpenWireFormat wireFormat,
Object o,
org.apache.activemq.openwire.BooleanStream bs)
Write the booleans that this object uses to a BooleanStream
|
void |
tightMarshal2(org.apache.activemq.openwire.OpenWireFormat wireFormat,
Object o,
DataOutput dataOut,
org.apache.activemq.openwire.BooleanStream bs)
Write a object instance to data output stream
|
void |
tightUnmarshal(org.apache.activemq.openwire.OpenWireFormat wireFormat,
Object o,
DataInput dataIn,
org.apache.activemq.openwire.BooleanStream bs)
Un-marshal an object instance from the data input stream
|
looseMarshalByteArray, looseMarshalByteSequence, looseMarshalCachedObject, looseMarshalConstByteArray, looseMarshalLong, looseMarshalNestedObject, looseMarshalObjectArray, looseMarshalString, looseMarshalThrowable, looseUnmarsalCachedObject, looseUnmarsalNestedObject, looseUnmarsalThrowable, looseUnmarshalByteArray, looseUnmarshalByteSequence, looseUnmarshalConstByteArray, looseUnmarshalLong, looseUnmarshalString, tightMarshalByteArray1, tightMarshalByteArray2, tightMarshalByteSequence1, tightMarshalByteSequence2, tightMarshalCachedObject1, tightMarshalCachedObject2, tightMarshalConstByteArray1, tightMarshalConstByteArray2, tightMarshalLong1, tightMarshalLong2, tightMarshalNestedObject1, tightMarshalNestedObject2, tightMarshalObjectArray1, tightMarshalObjectArray2, tightMarshalString1, tightMarshalString2, tightMarshalThrowable1, tightMarshalThrowable2, tightUnmarsalCachedObject, tightUnmarsalNestedObject, tightUnmarsalThrowable, tightUnmarshalByteArray, tightUnmarshalByteSequence, tightUnmarshalConstByteArray, tightUnmarshalLong, tightUnmarshalString, toLong, toLongpublic FlushCommandMarshaller()
public byte getDataStructureType()
getDataStructureType in interface org.apache.activemq.openwire.DataStreamMarshallergetDataStructureType in class BaseDataStreamMarshallerpublic org.apache.activemq.command.DataStructure createObject()
createObject in interface org.apache.activemq.openwire.DataStreamMarshallercreateObject in class BaseDataStreamMarshallerpublic void tightUnmarshal(org.apache.activemq.openwire.OpenWireFormat wireFormat, Object o, DataInput dataIn, org.apache.activemq.openwire.BooleanStream bs) throws IOException
tightUnmarshal in interface org.apache.activemq.openwire.DataStreamMarshallertightUnmarshal in class BaseCommandMarshallero - the object to un-marshaldataIn - the data input stream to build the object fromIOExceptionpublic int tightMarshal1(org.apache.activemq.openwire.OpenWireFormat wireFormat, Object o, org.apache.activemq.openwire.BooleanStream bs) throws IOException
tightMarshal1 in interface org.apache.activemq.openwire.DataStreamMarshallertightMarshal1 in class BaseCommandMarshallerIOExceptionpublic void tightMarshal2(org.apache.activemq.openwire.OpenWireFormat wireFormat, Object o, DataOutput dataOut, org.apache.activemq.openwire.BooleanStream bs) throws IOException
tightMarshal2 in interface org.apache.activemq.openwire.DataStreamMarshallertightMarshal2 in class BaseCommandMarshallero - the instance to be marshaleddataOut - the output streamIOException - thrown if an error occurspublic void looseUnmarshal(org.apache.activemq.openwire.OpenWireFormat wireFormat, Object o, DataInput dataIn) throws IOException
looseUnmarshal in interface org.apache.activemq.openwire.DataStreamMarshallerlooseUnmarshal in class BaseCommandMarshallero - the object to un-marshaldataIn - the data input stream to build the object fromIOExceptionpublic void looseMarshal(org.apache.activemq.openwire.OpenWireFormat wireFormat, Object o, DataOutput dataOut) throws IOException
looseMarshal in interface org.apache.activemq.openwire.DataStreamMarshallerlooseMarshal in class BaseCommandMarshallerIOExceptionCopyright © 2005–2017 The Apache Software Foundation. All rights reserved.