public class org.apache.activemq.openwire.v.LocalTransactionIdMarshaller extends org.apache.activemq.openwire.v.TransactionIdMarshaller
{
public void <init>()
{
org.apache.activemq.openwire.v.LocalTransactionIdMarshaller v;
v := @this: org.apache.activemq.openwire.v.LocalTransactionIdMarshaller;
specialinvoke v.<org.apache.activemq.openwire.v.TransactionIdMarshaller: void <init>()>();
return;
}
public byte getDataStructureType()
{
org.apache.activemq.openwire.v.LocalTransactionIdMarshaller v;
v := @this: org.apache.activemq.openwire.v.LocalTransactionIdMarshaller;
return 111;
}
public org.apache.activemq.command.DataStructure createObject()
{
org.apache.activemq.command.LocalTransactionId v;
org.apache.activemq.openwire.v.LocalTransactionIdMarshaller v;
v := @this: org.apache.activemq.openwire.v.LocalTransactionIdMarshaller;
v = new org.apache.activemq.command.LocalTransactionId;
specialinvoke v.<org.apache.activemq.command.LocalTransactionId: 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;
org.apache.activemq.openwire.v.LocalTransactionIdMarshaller v;
java.io.DataInput v;
org.apache.activemq.command.DataStructure v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
long v;
v := @this: org.apache.activemq.openwire.v.LocalTransactionIdMarshaller;
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.TransactionIdMarshaller: 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.LocalTransactionIdMarshaller: long tightUnmarshalLong(org.apache.activemq.openwire.OpenWireFormat,java.io.DataInput,org.apache.activemq.openwire.BooleanStream)>(v, v, v);
virtualinvoke v.<org.apache.activemq.command.LocalTransactionId: void setValue(long)>(v);
v = virtualinvoke v.<org.apache.activemq.openwire.v.LocalTransactionIdMarshaller: org.apache.activemq.command.DataStructure tightUnmarsalCachedObject(org.apache.activemq.openwire.OpenWireFormat,java.io.DataInput,org.apache.activemq.openwire.BooleanStream)>(v, v, v);
virtualinvoke v.<org.apache.activemq.command.LocalTransactionId: void setConnectionId(org.apache.activemq.command.ConnectionId)>(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.command.ConnectionId v;
long v;
org.apache.activemq.openwire.OpenWireFormat v;
org.apache.activemq.openwire.v.LocalTransactionIdMarshaller v;
int v, v, v, v, v, v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
v := @this: org.apache.activemq.openwire.v.LocalTransactionIdMarshaller;
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.TransactionIdMarshaller: 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.LocalTransactionId: long getValue()>();
v = virtualinvoke v.<org.apache.activemq.openwire.v.LocalTransactionIdMarshaller: int tightMarshalLong1(org.apache.activemq.openwire.OpenWireFormat,long,org.apache.activemq.openwire.BooleanStream)>(v, v, v);
v = v + v;
v = virtualinvoke v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId getConnectionId()>();
v = virtualinvoke v.<org.apache.activemq.openwire.v.LocalTransactionIdMarshaller: int tightMarshalCachedObject1(org.apache.activemq.openwire.OpenWireFormat,org.apache.activemq.command.DataStructure,org.apache.activemq.openwire.BooleanStream)>(v, v, v);
v = v + v;
v = v + 0;
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;
org.apache.activemq.openwire.v.LocalTransactionIdMarshaller v;
org.apache.activemq.command.ConnectionId v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
long v;
v := @this: org.apache.activemq.openwire.v.LocalTransactionIdMarshaller;
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.TransactionIdMarshaller: 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.LocalTransactionId: long getValue()>();
virtualinvoke v.<org.apache.activemq.openwire.v.LocalTransactionIdMarshaller: void tightMarshalLong2(org.apache.activemq.openwire.OpenWireFormat,long,java.io.DataOutput,org.apache.activemq.openwire.BooleanStream)>(v, v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId getConnectionId()>();
virtualinvoke v.<org.apache.activemq.openwire.v.LocalTransactionIdMarshaller: void tightMarshalCachedObject2(org.apache.activemq.openwire.OpenWireFormat,org.apache.activemq.command.DataStructure,java.io.DataOutput,org.apache.activemq.openwire.BooleanStream)>(v, v, v, v);
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;
org.apache.activemq.openwire.v.LocalTransactionIdMarshaller v;
java.io.DataInput v;
org.apache.activemq.command.DataStructure v;
java.lang.Object v;
long v;
v := @this: org.apache.activemq.openwire.v.LocalTransactionIdMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataInput;
specialinvoke v.<org.apache.activemq.openwire.v.TransactionIdMarshaller: void looseUnmarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataInput)>(v, v, v);
v = virtualinvoke v.<org.apache.activemq.openwire.v.LocalTransactionIdMarshaller: long looseUnmarshalLong(org.apache.activemq.openwire.OpenWireFormat,java.io.DataInput)>(v, v);
virtualinvoke v.<org.apache.activemq.command.LocalTransactionId: void setValue(long)>(v);
v = virtualinvoke v.<org.apache.activemq.openwire.v.LocalTransactionIdMarshaller: org.apache.activemq.command.DataStructure looseUnmarsalCachedObject(org.apache.activemq.openwire.OpenWireFormat,java.io.DataInput)>(v, v);
virtualinvoke v.<org.apache.activemq.command.LocalTransactionId: void setConnectionId(org.apache.activemq.command.ConnectionId)>(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;
org.apache.activemq.openwire.v.LocalTransactionIdMarshaller v;
org.apache.activemq.command.ConnectionId v;
java.lang.Object v;
long v;
v := @this: org.apache.activemq.openwire.v.LocalTransactionIdMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataOutput;
specialinvoke v.<org.apache.activemq.openwire.v.TransactionIdMarshaller: void looseMarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataOutput)>(v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.LocalTransactionId: long getValue()>();
virtualinvoke v.<org.apache.activemq.openwire.v.LocalTransactionIdMarshaller: void looseMarshalLong(org.apache.activemq.openwire.OpenWireFormat,long,java.io.DataOutput)>(v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId getConnectionId()>();
virtualinvoke v.<org.apache.activemq.openwire.v.LocalTransactionIdMarshaller: void looseMarshalCachedObject(org.apache.activemq.openwire.OpenWireFormat,org.apache.activemq.command.DataStructure,java.io.DataOutput)>(v, v, v);
return;
}
}