public abstract class ClientRunnable extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected Object |
monitor |
protected boolean |
running |
protected boolean |
terminated |
| Constructor and Description |
|---|
ClientRunnable() |
protected volatile boolean running
protected volatile boolean terminated
protected final Object monitor
protected abstract void customRun()
throws InterruptedException
InterruptedExceptionpublic void shutdown()
protected void terminate()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.