public class org.apache.activemq.command.LocalTransactionId extends org.apache.activemq.command.TransactionId implements java.lang.Comparable
{
public static final byte DATA_STRUCTURE_TYPE;
protected org.apache.activemq.command.ConnectionId connectionId;
protected long value;
private transient java.lang.String transactionKey;
private transient int hashCode;
public void <init>()
{
org.apache.activemq.command.LocalTransactionId v;
v := @this: org.apache.activemq.command.LocalTransactionId;
specialinvoke v.<org.apache.activemq.command.TransactionId: void <init>()>();
return;
}
public void <init>(org.apache.activemq.command.ConnectionId, long)
{
org.apache.activemq.command.LocalTransactionId v;
long v;
org.apache.activemq.command.ConnectionId v;
v := @this: org.apache.activemq.command.LocalTransactionId;
v := @parameter: org.apache.activemq.command.ConnectionId;
v := @parameter: long;
specialinvoke v.<org.apache.activemq.command.TransactionId: void <init>()>();
v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId connectionId> = v;
v.<org.apache.activemq.command.LocalTransactionId: long value> = v;
return;
}
public byte getDataStructureType()
{
org.apache.activemq.command.LocalTransactionId v;
v := @this: org.apache.activemq.command.LocalTransactionId;
return 111;
}
public boolean isXATransaction()
{
org.apache.activemq.command.LocalTransactionId v;
v := @this: org.apache.activemq.command.LocalTransactionId;
return 0;
}
public boolean isLocalTransaction()
{
org.apache.activemq.command.LocalTransactionId v;
v := @this: org.apache.activemq.command.LocalTransactionId;
return 1;
}
public java.lang.String getTransactionKey()
{
org.apache.activemq.command.ConnectionId v;
org.apache.activemq.command.LocalTransactionId v;
long v;
java.lang.String v, v, v;
v := @this: org.apache.activemq.command.LocalTransactionId;
v = v.<org.apache.activemq.command.LocalTransactionId: java.lang.String transactionKey>;
if v != null goto label;
v = v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId connectionId>;
v = v.<org.apache.activemq.command.LocalTransactionId: long value>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (org.apache.activemq.command.ConnectionId,long)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("TX:\u0001:\u0001");
v.<org.apache.activemq.command.LocalTransactionId: java.lang.String transactionKey> = v;
label:
v = v.<org.apache.activemq.command.LocalTransactionId: java.lang.String transactionKey>;
return v;
}
public java.lang.String toString()
{
org.apache.activemq.command.LocalTransactionId v;
java.lang.String v;
v := @this: org.apache.activemq.command.LocalTransactionId;
v = virtualinvoke v.<org.apache.activemq.command.LocalTransactionId: java.lang.String getTransactionKey()>();
return v;
}
public int hashCode()
{
org.apache.activemq.command.ConnectionId v;
int v, v, v, v;
org.apache.activemq.command.LocalTransactionId v;
long v;
v := @this: org.apache.activemq.command.LocalTransactionId;
v = v.<org.apache.activemq.command.LocalTransactionId: int hashCode>;
if v != 0 goto label;
v = v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId connectionId>;
v = virtualinvoke v.<org.apache.activemq.command.ConnectionId: int hashCode()>();
v = v.<org.apache.activemq.command.LocalTransactionId: long value>;
v = v ^ v;
v.<org.apache.activemq.command.LocalTransactionId: int hashCode> = v;
label:
v = v.<org.apache.activemq.command.LocalTransactionId: int hashCode>;
return v;
}
public boolean equals(java.lang.Object)
{
org.apache.activemq.command.ConnectionId v, v;
org.apache.activemq.command.LocalTransactionId v;
long v, v;
byte v;
java.lang.Class v;
java.lang.Object v;
boolean v, v;
v := @this: org.apache.activemq.command.LocalTransactionId;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v == null goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == class "Lorg/apache/activemq/command/LocalTransactionId;" goto label;
label:
return 0;
label:
v = v.<org.apache.activemq.command.LocalTransactionId: long value>;
v = v.<org.apache.activemq.command.LocalTransactionId: long value>;
v = v cmp v;
if v != 0 goto label;
v = v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId connectionId>;
v = v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId connectionId>;
v = virtualinvoke v.<org.apache.activemq.command.ConnectionId: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public int compareTo(org.apache.activemq.command.LocalTransactionId)
{
org.apache.activemq.command.ConnectionId v, v;
org.apache.activemq.command.LocalTransactionId v, v;
long v, v, v;
int v;
v := @this: org.apache.activemq.command.LocalTransactionId;
v := @parameter: org.apache.activemq.command.LocalTransactionId;
v = v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId connectionId>;
v = v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId connectionId>;
v = virtualinvoke v.<org.apache.activemq.command.ConnectionId: int compareTo(org.apache.activemq.command.ConnectionId)>(v);
if v != 0 goto label;
v = v.<org.apache.activemq.command.LocalTransactionId: long value>;
v = v.<org.apache.activemq.command.LocalTransactionId: long value>;
v = v - v;
label:
return v;
}
public long getValue()
{
org.apache.activemq.command.LocalTransactionId v;
long v;
v := @this: org.apache.activemq.command.LocalTransactionId;
v = v.<org.apache.activemq.command.LocalTransactionId: long value>;
return v;
}
public void setValue(long)
{
org.apache.activemq.command.LocalTransactionId v;
long v;
v := @this: org.apache.activemq.command.LocalTransactionId;
v := @parameter: long;
v.<org.apache.activemq.command.LocalTransactionId: long value> = v;
return;
}
public org.apache.activemq.command.ConnectionId getConnectionId()
{
org.apache.activemq.command.LocalTransactionId v;
org.apache.activemq.command.ConnectionId v;
v := @this: org.apache.activemq.command.LocalTransactionId;
v = v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId connectionId>;
return v;
}
public void setConnectionId(org.apache.activemq.command.ConnectionId)
{
org.apache.activemq.command.LocalTransactionId v;
org.apache.activemq.command.ConnectionId v;
v := @this: org.apache.activemq.command.LocalTransactionId;
v := @parameter: org.apache.activemq.command.ConnectionId;
v.<org.apache.activemq.command.LocalTransactionId: org.apache.activemq.command.ConnectionId connectionId> = v;
return;
}
}