|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.sms.monitor.internal.MobileSequenceExecution
public class MobileSequenceExecution
MobileSequenceExecution
| Constructor Summary | |
|---|---|
MobileSequenceExecution(MobileSequenceConfig sequenceConfig)
Constructor for MobileSequenceExecution. |
|
| Method Summary | |
|---|---|
void |
end()
end |
Map<String,Number> |
getResponseTimes()
getResponseTimes |
MobileSequenceConfig |
getSequenceConfig()
getSequenceConfig |
Long |
getStartTime()
getStartTime |
SequenceTask |
getTask()
getTask |
List<MobileTransactionExecution> |
getTransactionExecutions()
getTransactionExecutions |
void |
setStartTime(Long startTime)
setStartTime |
void |
setTask(SequenceTask task)
setTask |
void |
start(MobileSequenceSession session,
DefaultTaskCoordinator coordinator)
start |
void |
updateResults(MobileSequenceSession session)
updateResults |
void |
waitFor()
waitFor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MobileSequenceExecution(MobileSequenceConfig sequenceConfig)
Constructor for MobileSequenceExecution.
sequenceConfig - a MobileSequenceConfig object.| Method Detail |
|---|
public MobileSequenceConfig getSequenceConfig()
getSequenceConfig
MobileSequenceConfig object.public List<MobileTransactionExecution> getTransactionExecutions()
getTransactionExecutions
List object.public Long getStartTime()
getStartTime
Long object.public void setStartTime(Long startTime)
setStartTime
startTime - a Long object.public Map<String,Number> getResponseTimes()
getResponseTimes
Map object.public void end()
end
public void waitFor()
throws InterruptedException,
ExecutionException
waitFor
InterruptedException - if any.
ExecutionException - if any.public SequenceTask getTask()
getTask
SequenceTask object.public void setTask(SequenceTask task)
setTask
task - a SequenceTask object.
public void updateResults(MobileSequenceSession session)
throws Throwable
updateResults
session - a MobileSequenceSession object.
Throwable - if any.
public void start(MobileSequenceSession session,
DefaultTaskCoordinator coordinator)
start
session - a MobileSequenceSession object.coordinator - a DefaultTaskCoordinator object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||