Package org.eclipse.net4j.signal
package org.eclipse.net4j.signal
A framework for request/response based communication on top of the Net4j transport layer.
-
ClassDescriptionRepresents the receiver side of a one-way
signal
, i.e., one with no response.Represents the receiver side of a two-waysignal
with additional support for remote progress monitoring.Represents the receiver side of a two-waysignal
, i.e., one with a response.ISignalProtocol<INFRA_STRUCTURE>ISignalProtocol.WithSignalCounters<INFRA_STRUCTURE>An exception that wraps an exception that has been thrown during the execution of a remotesignal
.Represents the sender side of a one-waysignal
, i.e., one with no response.RequestWithConfirmation<RESULT>Represents the sender side of a two-waysignal
, i.e., one with a response.RequestWithMonitoring<RESULT>Represents the sender side of a two-waysignal
with additional support for remote progress monitoring.Represents a single communications use-case in the scope of asignal protocol
.Represents the sender side of asignal
.SignalFinishedEvent<INFRA_STRUCTURE>SignalProtocol<INFRA_STRUCTURE>The default implementation of asignal protocol
.Represents the receiver side of asignal
.SignalScheduledEvent<INFRA_STRUCTURE>