public class org.apache.activemq.openwire.v.JournalTransactionMarshaller extends org.apache.activemq.openwire.v.BaseDataStreamMarshaller
{
public void <init>()
{
org.apache.activemq.openwire.v.JournalTransactionMarshaller v;
v := @this: org.apache.activemq.openwire.v.JournalTransactionMarshaller;
specialinvoke v.<org.apache.activemq.openwire.v.BaseDataStreamMarshaller: void <init>()>();
return;
}
public byte getDataStructureType()
{
org.apache.activemq.openwire.v.JournalTransactionMarshaller v;
v := @this: org.apache.activemq.openwire.v.JournalTransactionMarshaller;
return 54;
}
public org.apache.activemq.command.DataStructure createObject()
{
org.apache.activemq.openwire.v.JournalTransactionMarshaller v;
org.apache.activemq.command.JournalTransaction v;
v := @this: org.apache.activemq.openwire.v.JournalTransactionMarshaller;
v = new org.apache.activemq.command.JournalTransaction;
specialinvoke v.<org.apache.activemq.command.JournalTransaction: void <init>()>();
return v;
}
public void tightUnmarshal(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataInput, org.apache.activemq.openwire.BooleanStream) throws java.io.IOException
{
org.apache.activemq.openwire.OpenWireFormat v;
byte v;
java.io.DataInput v;
org.apache.activemq.command.DataStructure v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
org.apache.activemq.openwire.v.JournalTransactionMarshaller v;
boolean v;
v := @this: org.apache.activemq.openwire.v.JournalTransactionMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataInput;
v := @parameter: org.apache.activemq.openwire.BooleanStream;
specialinvoke v.<org.apache.activemq.openwire.v.BaseDataStreamMarshaller: void tightUnmarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataInput,org.apache.activemq.openwire.BooleanStream)>(v, v, v, v);
v = virtualinvoke v.<org.apache.activemq.openwire.v.JournalTransactionMarshaller: org.apache.activemq.command.DataStructure tightUnmarsalNestedObject(org.apache.activemq.openwire.OpenWireFormat,java.io.DataInput,org.apache.activemq.openwire.BooleanStream)>(v, v, v);
virtualinvoke v.<org.apache.activemq.command.JournalTransaction: void setTransactionId(org.apache.activemq.command.TransactionId)>(v);
v = interfaceinvoke v.<java.io.DataInput: byte readByte()>();
virtualinvoke v.<org.apache.activemq.command.JournalTransaction: void setType(byte)>(v);
v = virtualinvoke v.<org.apache.activemq.openwire.BooleanStream: boolean readBoolean()>();
virtualinvoke v.<org.apache.activemq.command.JournalTransaction: void setWasPrepared(boolean)>(v);
return;
}
public int tightMarshal1(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, org.apache.activemq.openwire.BooleanStream) throws java.io.IOException
{
org.apache.activemq.openwire.OpenWireFormat v;
int v, v, v, v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
org.apache.activemq.openwire.v.JournalTransactionMarshaller v;
org.apache.activemq.command.TransactionId v;
boolean v;
v := @this: org.apache.activemq.openwire.v.JournalTransactionMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: org.apache.activemq.openwire.BooleanStream;
v = specialinvoke v.<org.apache.activemq.openwire.v.BaseDataStreamMarshaller: int tightMarshal1(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,org.apache.activemq.openwire.BooleanStream)>(v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.JournalTransaction: org.apache.activemq.command.TransactionId getTransactionId()>();
v = virtualinvoke v.<org.apache.activemq.openwire.v.JournalTransactionMarshaller: int tightMarshalNestedObject1(org.apache.activemq.openwire.OpenWireFormat,org.apache.activemq.command.DataStructure,org.apache.activemq.openwire.BooleanStream)>(v, v, v);
v = v + v;
v = virtualinvoke v.<org.apache.activemq.command.JournalTransaction: boolean getWasPrepared()>();
virtualinvoke v.<org.apache.activemq.openwire.BooleanStream: void writeBoolean(boolean)>(v);
v = v + 1;
return v;
}
public void tightMarshal2(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataOutput, org.apache.activemq.openwire.BooleanStream) throws java.io.IOException
{
java.io.DataOutput v;
org.apache.activemq.openwire.OpenWireFormat v;
byte v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
org.apache.activemq.openwire.v.JournalTransactionMarshaller v;
org.apache.activemq.command.TransactionId v;
v := @this: org.apache.activemq.openwire.v.JournalTransactionMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataOutput;
v := @parameter: org.apache.activemq.openwire.BooleanStream;
specialinvoke v.<org.apache.activemq.openwire.v.BaseDataStreamMarshaller: void tightMarshal2(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataOutput,org.apache.activemq.openwire.BooleanStream)>(v, v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.JournalTransaction: org.apache.activemq.command.TransactionId getTransactionId()>();
virtualinvoke v.<org.apache.activemq.openwire.v.JournalTransactionMarshaller: void tightMarshalNestedObject2(org.apache.activemq.openwire.OpenWireFormat,org.apache.activemq.command.DataStructure,java.io.DataOutput,org.apache.activemq.openwire.BooleanStream)>(v, v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.JournalTransaction: byte getType()>();
interfaceinvoke v.<java.io.DataOutput: void writeByte(int)>(v);
virtualinvoke v.<org.apache.activemq.openwire.BooleanStream: boolean readBoolean()>();
return;
}
public void looseUnmarshal(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataInput) throws java.io.IOException
{
org.apache.activemq.openwire.OpenWireFormat v;
byte v;
java.io.DataInput v;
org.apache.activemq.command.DataStructure v;
java.lang.Object v;
org.apache.activemq.openwire.v.JournalTransactionMarshaller v;
boolean v;
v := @this: org.apache.activemq.openwire.v.JournalTransactionMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataInput;
specialinvoke v.<org.apache.activemq.openwire.v.BaseDataStreamMarshaller: void looseUnmarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataInput)>(v, v, v);
v = virtualinvoke v.<org.apache.activemq.openwire.v.JournalTransactionMarshaller: org.apache.activemq.command.DataStructure looseUnmarsalNestedObject(org.apache.activemq.openwire.OpenWireFormat,java.io.DataInput)>(v, v);
virtualinvoke v.<org.apache.activemq.command.JournalTransaction: void setTransactionId(org.apache.activemq.command.TransactionId)>(v);
v = interfaceinvoke v.<java.io.DataInput: byte readByte()>();
virtualinvoke v.<org.apache.activemq.command.JournalTransaction: void setType(byte)>(v);
v = interfaceinvoke v.<java.io.DataInput: boolean readBoolean()>();
virtualinvoke v.<org.apache.activemq.command.JournalTransaction: void setWasPrepared(boolean)>(v);
return;
}
public void looseMarshal(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataOutput) throws java.io.IOException
{
java.io.DataOutput v;
org.apache.activemq.openwire.OpenWireFormat v;
byte v;
java.lang.Object v;
org.apache.activemq.openwire.v.JournalTransactionMarshaller v;
org.apache.activemq.command.TransactionId v;
boolean v;
v := @this: org.apache.activemq.openwire.v.JournalTransactionMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataOutput;
specialinvoke v.<org.apache.activemq.openwire.v.BaseDataStreamMarshaller: void looseMarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataOutput)>(v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.JournalTransaction: org.apache.activemq.command.TransactionId getTransactionId()>();
virtualinvoke v.<org.apache.activemq.openwire.v.JournalTransactionMarshaller: void looseMarshalNestedObject(org.apache.activemq.openwire.OpenWireFormat,org.apache.activemq.command.DataStructure,java.io.DataOutput)>(v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.JournalTransaction: byte getType()>();
interfaceinvoke v.<java.io.DataOutput: void writeByte(int)>(v);
v = virtualinvoke v.<org.apache.activemq.command.JournalTransaction: boolean getWasPrepared()>();
interfaceinvoke v.<java.io.DataOutput: void writeBoolean(boolean)>(v);
return;
}
}