|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atomikos.recovery.ParticipantLogEntry
public class ParticipantLogEntry
Participant snapshot for logging and recovery purposes.
| Field Summary | |
|---|---|
java.lang.String |
coordinatorId
The ID of the global transaction as known by the transaction core. |
long |
expires
When does this participant expire (expressed in millis since Jan 1, 1970)? |
java.lang.String |
resourceName
For diagnostic purposes, null if not relevant. |
TxState |
state
Best-known state of the participant. |
java.lang.String |
uri
Identifies the participant within the global transaction. |
| Constructor Summary | |
|---|---|
ParticipantLogEntry(java.lang.String coordinatorId,
java.lang.String uri,
long expires,
java.lang.String resourceName,
TxState state)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String coordinatorId
public final java.lang.String uri
public final long expires
public final TxState state
public final java.lang.String resourceName
| Constructor Detail |
|---|
public ParticipantLogEntry(java.lang.String coordinatorId,
java.lang.String uri,
long expires,
java.lang.String resourceName,
TxState state)
| Method Detail |
|---|
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||