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