Package org.eclipse.net4j.signal
Klasse EntityIndication
java.lang.Object
org.eclipse.net4j.signal.Signal
org.eclipse.net4j.signal.SignalReactor
org.eclipse.net4j.signal.IndicationWithResponse
org.eclipse.net4j.signal.EntityIndication
- Alle implementierten Schnittstellen:
Runnable
,org.eclipse.net4j.util.container.IManagedContainerProvider
- Seit:
- 4.20
- Autor:
- Eike Stepper
-
Feldübersicht
Von Klasse geerbte Felder org.eclipse.net4j.signal.Signal
NO_TIMEOUT
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected org.eclipse.net4j.util.collection.Entity.Store
protected org.eclipse.net4j.util.io.StringCompressor
protected void
indicating
(org.eclipse.net4j.util.io.ExtendedDataInputStream in) protected void
responding
(org.eclipse.net4j.util.io.ExtendedDataOutputStream out) Important Note: The response must not be empty, i.e.Von Klasse geerbte Methoden org.eclipse.net4j.signal.IndicationWithResponse
closeChannelAfterException, execute, getExceptionMessage
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
-
EntityIndication
-
-
Methodendetails
-
indicating
- Angegeben von:
indicating
in KlasseIndicationWithResponse
- Löst aus:
Exception
-
responding
Beschreibung aus Klasse kopiert:IndicationWithResponse
Important Note: The response must not be empty, i.e. the stream must be used at least to write aboolean
. Otherwise synchronization problems will result!- Angegeben von:
responding
in KlasseIndicationWithResponse
- Löst aus:
Exception
-
getEntityStore
protected org.eclipse.net4j.util.collection.Entity.Store getEntityStore() -
getStringCompressor
protected org.eclipse.net4j.util.io.StringCompressor getStringCompressor()
-