
public abstract class Indication extends SignalReactor
signal, i.e., one with no response.NO_TIMEOUT| Constructor and Description |
|---|
Indication(SignalProtocol<?> protocol,
Enum<?> literal) |
Indication(SignalProtocol<?> protocol,
short signalID) |
Indication(SignalProtocol<?> protocol,
short id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(BufferInputStream in,
BufferOutputStream out) |
protected abstract void |
indicating(ExtendedDataInputStream in) |
closeChannelAfterMe, closeInputStreamAfterMe, closeOutputStreamAfterMe, finishInputStream, finishOutputStream, flush, getBufferInputStream, getBufferOutputStream, getCorrelationID, getCurrentInputStream, getCurrentOutputStream, getID, getName, getProtocol, run, toString, wrapInputStream, wrapOutputStreampublic Indication(SignalProtocol<?> protocol, short id, String name)
public Indication(SignalProtocol<?> protocol, short signalID)
public Indication(SignalProtocol<?> protocol, Enum<?> literal)
protected void execute(BufferInputStream in, BufferOutputStream out) throws Exception
protected abstract void indicating(ExtendedDataInputStream in) throws Exception
ExceptionCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.