|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atomikos.icatch.ParticipantLogEntry
public class ParticipantLogEntry
Participant snapshot for logging and recovery purposes.
| Field Summary | |
|---|---|
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)? |
String |
resourceName
For diagnostic purposes, null if not relevant. |
TxState |
state
Best-known state of the participant. |
String |
uri
Identifies the participant within the global transaction. |
| Constructor Summary | |
|---|---|
ParticipantLogEntry(String coordinatorId,
String uri,
long expires,
String resourceName,
TxState state)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String coordinatorId
public final String uri
public final long expires
public final TxState state
public final String resourceName
| Constructor Detail |
|---|
public ParticipantLogEntry(String coordinatorId,
String uri,
long expires,
String resourceName,
TxState state)
| Method Detail |
|---|
public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||