Uses of Class
org.eclipse.net4j.signal.Signal
Packages that use 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
Subclasses of Signal in org.eclipse.net4j.signalModifier and TypeClassDescriptionclass
class
class
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
.Methods in org.eclipse.net4j.signal that return SignalModifier and TypeMethodDescriptionSignalFinishedEvent.getSignal()
SignalScheduledEvent.getSignal()
Method parameters in org.eclipse.net4j.signal with type arguments of type SignalModifier and TypeMethodDescriptionint
SignalCounter.getCountFor
(Class<? extends Signal> signal) int
SignalCounter.removeCountFor
(Class<? extends Signal> signal) -
Uses of Signal in org.eclipse.net4j.signal.confirmation
Subclasses of Signal in org.eclipse.net4j.signal.confirmationModifier and TypeClassDescriptionclass
ConfirmationIndication<PROTOCOL extends SignalProtocol<?> & org.eclipse.net4j.util.confirmation.IConfirmationProvider.Provider>
class
-
Uses of Signal in org.eclipse.net4j.signal.security
Subclasses of Signal in org.eclipse.net4j.signal.security