org.opennms.sms.monitor.internal
Class MobileTransactionExecution

java.lang.Object
  extended by org.opennms.sms.monitor.internal.MobileTransactionExecution

public class MobileTransactionExecution
extends Object

MobileTransactionExecution

Version:
$Id: $
Author:
brozow

Constructor Summary
MobileTransactionExecution(MobileSequenceTransaction transaction)
          Constructor for MobileTransactionExecution.
 
Method Summary
 Throwable getError()
          getError
 Long getLatency()
          getLatency
 MobileSequenceTransaction getTransaction()
          getTransaction
 void setError(Throwable error)
          setError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileTransactionExecution

public MobileTransactionExecution(MobileSequenceTransaction transaction)

Constructor for MobileTransactionExecution.

Parameters:
transaction - a MobileSequenceTransaction object.
Method Detail

getLatency

public Long getLatency()

getLatency

Returns:
the latency

getError

public Throwable getError()

getError

Returns:
the error

setError

public void setError(Throwable error)

setError

Parameters:
error - the error to set

getTransaction

public MobileSequenceTransaction getTransaction()

getTransaction

Returns:
a MobileSequenceTransaction object.


Copyright © 2011. All Rights Reserved.