public class EngineNotImplemented extends java.lang.Object implements IEngine
| Constructor and Description |
|---|
EngineNotImplemented() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEndPoint() |
void |
plug(IOThread ioThread,
SessionBase session) |
void |
restartInput() |
void |
restartOutput() |
void |
terminate() |
void |
zapMsgAvailable() |
public void plug(IOThread ioThread, SessionBase session)
public void restartInput()
restartInput in interface IEnginepublic void restartOutput()
restartOutput in interface IEnginepublic void zapMsgAvailable()
zapMsgAvailable in interface IEnginepublic java.lang.String getEndPoint()
getEndPoint in interface IEngine