Uses of Class
org.eclipse.net4j.signal.SignalReactor

Packages that use SignalReactor
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. 
 

Uses of SignalReactor in org.eclipse.net4j.signal
 

Subclasses of SignalReactor in org.eclipse.net4j.signal
 class Indication
          Represents the receiver side of a one-way signal, i.e., one with no response.
 class IndicationWithMonitoring
          Represents the receiver side of a two-way signal with additional support for remote progress monitoring.
 class IndicationWithResponse
          Represents the receiver side of a two-way signal, i.e., one with a response.
 

Methods in org.eclipse.net4j.signal that return SignalReactor
protected  SignalReactor SignalProtocol.createSignalReactor(short signalID)
          Returns a new signal instance to serve the given signal ID or null if the signal ID is invalid/unknown for this protocol.
protected  SignalReactor SignalProtocol.provideSignalReactor(short signalID)
           
 

Uses of SignalReactor in org.eclipse.net4j.signal.heartbeat
 

Methods in org.eclipse.net4j.signal.heartbeat that return SignalReactor
protected  SignalReactor HeartBeatProtocol.createSignalReactor(short signalID)
           
protected  SignalReactor HeartBeatProtocol.Server.createSignalReactor(short signalID)
           
 



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