Uses of Package
org.eclipse.net4j.signal

Packages that use org.eclipse.net4j.signal
org.eclipse.net4j.buffer The Net4j transport layer concepts for dealing with buffers. 
org.eclipse.net4j.signal A framework for request/response based communication on top of the Net4j transport layer. 
org.eclipse.net4j.signal.heartbeat A signal protocol implementation that realizes a configurable heart beat protocol. 
org.eclipse.net4j.signal.wrapping Some container injectors for use with signal protocols. 
 

Classes in org.eclipse.net4j.signal used by org.eclipse.net4j.buffer
RemoteException
          An exception that wraps an exception that has been thrown during the execution of a remote signal.
 

Classes in org.eclipse.net4j.signal used by org.eclipse.net4j.signal
IndicationWithResponse
          Represents the receiver side of a two-way signal, i.e., one with a response.
ISignalProtocol
          A protocol that consists of a number of stream-based signals.
RemoteException
          An exception that wraps an exception that has been thrown during the execution of a remote signal.
RequestWithConfirmation
          Represents the sender side of a two-way signal, i.e., one with a response.
Signal
          Represents a single communications use-case in the scope of a signal protocol.
SignalActor
          Represents the sender side of a signal.
SignalProtocol
          The default implementation of a signal protocol.
SignalReactor
          Represents the receiver side of a signal.
 

Classes in org.eclipse.net4j.signal used by org.eclipse.net4j.signal.heartbeat
ISignalProtocol
          A protocol that consists of a number of stream-based signals.
SignalProtocol
          The default implementation of a signal protocol.
SignalReactor
          Represents the receiver side of a signal.
 

Classes in org.eclipse.net4j.signal used by org.eclipse.net4j.signal.wrapping
SignalProtocol
          The default implementation of a signal protocol.
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.