public abstract class ClientCommunicatorAdmin extends Object
| Constructor and Description |
|---|
ClientCommunicatorAdmin(long period) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
checkConnection()
Called by this class to check a client connection.
|
protected abstract void |
doStart()
Tells a client to re-start again.
|
protected abstract void |
doStop()
Tells a client to stop becaue failing to call checkConnection.
|
void |
gotIOException(IOException ioe)
Called by a client to inform of getting an IOException.
|
void |
terminate()
Terminates this object.
|
public void gotIOException(IOException ioe) throws IOException
IOExceptionprotected abstract void checkConnection()
throws IOException
IOExceptionprotected abstract void doStart()
throws IOException
IOExceptionprotected abstract void doStop()
public void terminate()
Copyright © 2019 Terracotta, Inc.. All rights reserved.