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

Packages that use SignalActor
org.eclipse.net4j.signal A framework for request/response based communication on top of the Net4j transport layer. 
 

Uses of SignalActor in org.eclipse.net4j.signal
 

Subclasses of SignalActor in org.eclipse.net4j.signal
 class Request
          Represents the sender side of a one-way signal, i.e., one with no response.
 class RequestWithConfirmation<RESULT>
          Represents the sender side of a two-way signal, i.e., one with a response.
 class RequestWithMonitoring<RESULT>
          Represents the sender side of a two-way signal with additional support for remote progress monitoring.
 



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