public class ParticipantLogEntry extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ParticipantLogEntry(String coordinatorId,
String uri,
long expires,
String resourceName,
TxState state) |
public final String coordinatorId
public final String uri
public final long expires
public final TxState state
public final String resourceName
Copyright © 2016. All Rights Reserved.