public final class OutputTransactionContext extends Object
Constructor and Description |
---|
OutputTransactionContext(String transactionId,
String outputId,
Counter counter)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Counter |
getCounter()
Returns the operation counter.
|
String |
getOutputId()
Returns the output ID corresponding to this output.
|
String |
getTransactionId()
Returns the transaction ID corresponding to this output.
|
String |
toString() |
public OutputTransactionContext(String transactionId, String outputId, Counter counter)
transactionId
- current transaction IDoutputId
- current output IDcounter
- operation counter for this contextIllegalArgumentException
- if some parameters were null
public String getTransactionId()
public String getOutputId()
public Counter getCounter()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.