Package org.eclipse.net4j.signal
Klasse Indication
java.lang.Object
org.eclipse.net4j.signal.Signal
org.eclipse.net4j.signal.SignalReactor
org.eclipse.net4j.signal.Indication
- Alle implementierten Schnittstellen:
Runnable
,org.eclipse.net4j.util.container.IManagedContainerProvider
- Bekannte direkte Unterklassen:
AcknowledgeCompressedStringsIndication
,MonitorCanceledIndication
,MonitorProgressIndication
Represents the receiver side of a one-way
signal
, i.e., one with no response.- Autor:
- Eike Stepper
-
Feldübersicht
Von Klasse geerbte Felder org.eclipse.net4j.signal.Signal
NO_TIMEOUT
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungIndication
(SignalProtocol<?> protocol, short signalID) Indication
(SignalProtocol<?> protocol, short id, String name) Indication
(SignalProtocol<?> protocol, Enum<?> literal) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
execute
(BufferInputStream in, BufferOutputStream out) protected abstract void
indicating
(org.eclipse.net4j.util.io.ExtendedDataInputStream in) Von Klasse geerbte Methoden org.eclipse.net4j.signal.SignalReactor
createMonitor, monitor
Von Klasse geerbte Methoden org.eclipse.net4j.signal.Signal
closeChannelAfterMe, closeInputStreamAfterMe, closeOutputStreamAfterMe, finishInputStream, finishOutputStream, flush, getAdditionalInfo, getBufferInputStream, getBufferOutputStream, getContainer, getCorrelationID, getCurrentInputStream, getCurrentOutputStream, getID, getName, getProtocol, handleRunException, run, toString, toString, wrapInputStream, wrapOutputStream
-
Konstruktordetails
-
Indication
- Seit:
- 2.0
-
Indication
- Seit:
- 2.0
-
Indication
- Seit:
- 2.0
-
-
Methodendetails