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
InterruptedException
public void shutdown()
protected void terminate()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.