Package org.eclipse.net4j.signal
Class EntityIndication
java.lang.Object
org.eclipse.net4j.signal.Signal
org.eclipse.net4j.signal.SignalReactor
org.eclipse.net4j.signal.IndicationWithResponse
org.eclipse.net4j.signal.EntityIndication
- All Implemented Interfaces:
Runnable
,org.eclipse.net4j.util.container.IManagedContainerProvider
- Since:
- 4.20
- Author:
- Eike Stepper
-
Field Summary
Fields inherited from class org.eclipse.net4j.signal.Signal
NO_TIMEOUT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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.Methods inherited from class org.eclipse.net4j.signal.IndicationWithResponse
closeChannelAfterException, execute, getExceptionMessage
Methods inherited from class org.eclipse.net4j.signal.SignalReactor
createMonitor, monitor
Methods inherited from class 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
-
Constructor Details
-
EntityIndication
-
-
Method Details
-
indicating
- Specified by:
indicating
in classIndicationWithResponse
- Throws:
Exception
-
responding
Description copied from class: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!- Specified by:
responding
in classIndicationWithResponse
- Throws:
Exception
-
getEntityStore
protected org.eclipse.net4j.util.collection.Entity.Store getEntityStore() -
getStringCompressor
protected org.eclipse.net4j.util.io.StringCompressor getStringCompressor()
-