public class ResultWaiter extends Object
| Constructor and Description |
|---|
ResultWaiter() |
| Modifier and Type | Method and Description |
|---|---|
static ResultWaiter |
getInstance() |
void |
notifyWaitingObject(Long testRunId) |
void |
putToWaitList(Long testRunId,
Object waitingObject) |
void |
removeFromWaitList(Long testRunId) |
public static ResultWaiter getInstance()
public void removeFromWaitList(Long testRunId)
public void notifyWaitingObject(Long testRunId)
Copyright © 2004–2017. All rights reserved.