public class MobileTransactionExecution extends Object
Constructor and Description |
---|
MobileTransactionExecution(MobileSequenceTransaction transaction)
Constructor for MobileTransactionExecution.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getError()
getError
|
Long |
getLatency()
getLatency
|
MobileSequenceTransaction |
getTransaction()
getTransaction
|
void |
setError(Throwable error)
setError
|
public MobileTransactionExecution(MobileSequenceTransaction transaction)
Constructor for MobileTransactionExecution.
transaction
- a MobileSequenceTransaction
object.public Long getLatency()
getLatency
public Throwable getError()
getError
public void setError(Throwable error)
setError
error
- the error to setpublic MobileSequenceTransaction getTransaction()
getTransaction
MobileSequenceTransaction
object.Copyright © 2015. All Rights Reserved.