Package org.eclipse.net4j.signal
Klasse EntityRequest
- Alle implementierten Schnittstellen:
Runnable
,org.eclipse.net4j.util.container.IManagedContainerProvider
- Seit:
- 4.20
- Autor:
- Eike Stepper
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
static final int
static final int
Von Klasse geerbte Felder org.eclipse.net4j.signal.Signal
NO_TIMEOUT
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEntityRequest
(SignalProtocol<?> protocol, BiConsumer<String, org.eclipse.net4j.util.collection.Entity> entityHandler, String namespace, String... names) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected Integer
confirming
(org.eclipse.net4j.util.io.ExtendedDataInputStream in) Important Note: The confirmation must not be empty, i.e.protected String
protected org.eclipse.net4j.util.io.StringCompressor
protected void
requesting
(org.eclipse.net4j.util.io.ExtendedDataOutputStream out) Von Klasse geerbte Methoden org.eclipse.net4j.signal.RequestWithConfirmation
getAsyncExecutorService, onRemoteException, send, send, sendAsync
Von Klasse geerbte Methoden org.eclipse.net4j.signal.SignalActor
execute
Von Klasse geerbte Methoden org.eclipse.net4j.signal.Signal
closeChannelAfterMe, closeInputStreamAfterMe, closeOutputStreamAfterMe, finishInputStream, finishOutputStream, flush, getBufferInputStream, getBufferOutputStream, getContainer, getCorrelationID, getCurrentInputStream, getCurrentOutputStream, getID, getName, getProtocol, handleRunException, run, toString, toString, wrapInputStream, wrapOutputStream
-
Felddetails
-
OPCODE_QUERY_ENTITIES_BY_NAMES
public static final int OPCODE_QUERY_ENTITIES_BY_NAMES- Siehe auch:
-
ERROR_NO_PROVIDER
public static final int ERROR_NO_PROVIDER- Siehe auch:
-
ERROR_ILLEGAL_OPCODE
public static final int ERROR_ILLEGAL_OPCODE- Siehe auch:
-
-
Konstruktordetails
-
EntityRequest
public EntityRequest(SignalProtocol<?> protocol, BiConsumer<String, org.eclipse.net4j.util.collection.Entity> entityHandler, String namespace, String... names)
-
-
Methodendetails
-
requesting
- Angegeben von:
requesting
in KlasseRequestWithConfirmation<Integer>
- Löst aus:
Exception
-
confirming
Beschreibung aus Klasse kopiert:RequestWithConfirmation
Important Note: The confirmation must not be empty, i.e. the stream must be used at least to read aboolean
. Otherwise synchronization problems will result!- Angegeben von:
confirming
in KlasseRequestWithConfirmation<Integer>
- Löst aus:
Exception
-
getStringCompressor
protected org.eclipse.net4j.util.io.StringCompressor getStringCompressor() -
getAdditionalInfo
- Setzt außer Kraft:
getAdditionalInfo
in KlasseSignal
-