Package zmq.io
Class EngineNotImplemented
- java.lang.Object
-
- zmq.io.EngineNotImplemented
-
- All Implemented Interfaces:
IEngine
- Direct Known Subclasses:
NormEngine,PgmReceiver,PgmSender
public class EngineNotImplemented extends java.lang.Object implements IEngine
-
-
Constructor Summary
Constructors Constructor Description EngineNotImplemented()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEndPoint()voidplug(IOThread ioThread, SessionBase session)voidrestartInput()voidrestartOutput()voidterminate()voidzapMsgAvailable()
-
-
-
Method Detail
-
plug
public void plug(IOThread ioThread, SessionBase session)
-
restartInput
public void restartInput()
- Specified by:
restartInputin interfaceIEngine
-
restartOutput
public void restartOutput()
- Specified by:
restartOutputin interfaceIEngine
-
zapMsgAvailable
public void zapMsgAvailable()
- Specified by:
zapMsgAvailablein interfaceIEngine
-
getEndPoint
public java.lang.String getEndPoint()
- Specified by:
getEndPointin interfaceIEngine
-
-