java.lang.Object
de.grogra.persistence.Transaction.Key
- Enclosing class:
- Transaction
-
Method Summary
Modifier and TypeMethodDescriptionboolean
equals
(short mid, long xid) boolean
short
long
long
getXAId()
int
hashCode()
boolean
hasUserId
(PersistenceManager manager, long userId) static Transaction.Key
toString()
void
write
(DataOutput out)
-
Method Details
-
equals
public boolean equals(short mid, long xid) -
equals
-
hashCode
public int hashCode() -
hasUserId
-
getManagerId
public short getManagerId() -
getUserId
public long getUserId() -
getXAId
public long getXAId() -
write
- Throws:
IOException
-
read
- Throws:
IOException
-
toString
-