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

Packages that use RequestWithConfirmation
org.eclipse.net4j.signal.failover   
 

Uses of RequestWithConfirmation in org.eclipse.net4j.signal.failover
 

Methods in org.eclipse.net4j.signal.failover with parameters of type RequestWithConfirmation
<RESULT> RESULT
NOOPFailOverStrategy.send(RequestWithConfirmation<RESULT> request)
           
<RESULT> RESULT
IFailOverStrategy.send(RequestWithConfirmation<RESULT> request)
           
<RESULT> RESULT
FailOverStrategy.send(RequestWithConfirmation<RESULT> request)
           
<RESULT> RESULT
NOOPFailOverStrategy.send(RequestWithConfirmation<RESULT> request, long timeout)
           
<RESULT> RESULT
IFailOverStrategy.send(RequestWithConfirmation<RESULT> request, long timeout)
           
<RESULT> RESULT
FailOverStrategy.send(RequestWithConfirmation<RESULT> request, long timeout)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.