| com.tctest.restart.RestartTestApp
All known Subclasses: com.tctest.restart.AbstractRestartTestApp,
RestartTestApp | public interface RestartTestApp (Code) | | |
blockShutdown | public void blockShutdown(FutureResult blocker) throws Exception(Code) | | |
isEnd | public boolean isEnd()(Code) | | The app is in the end state.
|
isHolder | public boolean isHolder()(Code) | | The app has acquired the lock
|
isInit | public boolean isInit()(Code) | | Initial, unstarted state
|
isStart | public boolean isStart()(Code) | | The app has started
|
isWaiter | public boolean isWaiter()(Code) | | The app is waiting on the lock
|
reset | public void reset()(Code) | | Resets the app to the INIT state.
|
setID | public void setID(int id)(Code) | | |
setStartBarrier | public void setStartBarrier(CyclicBarrier startBarrier)(Code) | | |
|
|