Uses of Class
org.eclipse.net4j.signal.Signal
Package
Description
A framework for request/response based communication on top of the Net4j transport layer.
Reusable implementation of a server-to-client confirmation signal and related API.
Reusable implementation of a server-to-client authentication signal and related API.
-
Uses of Signal in org.eclipse.net4j.signal
Modifier and TypeClassDescriptionclass
class
class
Represents the receiver side of a one-waysignal
, i.e., one with no response.class
Represents the receiver side of a two-waysignal
with additional support for remote progress monitoring.class
Represents the receiver side of a two-waysignal
, i.e., one with a response.class
class
class
class
class
Represents the sender side of a one-waysignal
, i.e., one with no response.class
RequestWithConfirmation<RESULT>
Represents the sender side of a two-waysignal
, i.e., one with a response.class
RequestWithMonitoring<RESULT>
Represents the sender side of a two-waysignal
with additional support for remote progress monitoring.class
Represents the sender side of asignal
.class
Represents the receiver side of asignal
.Modifier and TypeMethodDescriptionSignalFinishedEvent.getSignal()
SignalScheduledEvent.getSignal()
Modifier and TypeMethodDescriptionint
SignalCounter.getCountFor
(Class<? extends Signal> signal) int
SignalCounter.removeCountFor
(Class<? extends Signal> signal) -
Uses of Signal in org.eclipse.net4j.signal.confirmation
Modifier and TypeClassDescriptionclass
ConfirmationIndication<PROTOCOL extends SignalProtocol<?> & org.eclipse.net4j.util.confirmation.IConfirmationProvider.Provider>
class
-
Uses of Signal in org.eclipse.net4j.signal.security