org.eclipse.net4j.signal.failover
Interface IFailOverStrategy

All Superinterfaces:
INotifier
All Known Implementing Classes:
FailOverStrategy, NOOPFailOverStrategy, RetryFailOverStrategy

public interface IFailOverStrategy
extends INotifier


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.Introspection
 
Field Summary
static IFailOverStrategy NOOP
           
 
Method Summary
<RESULT> RESULT
send(RequestWithConfirmation<RESULT> request)
           
<RESULT> RESULT
send(RequestWithConfirmation<RESULT> request, long timeout)
           
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, removeListener
 

Field Detail

NOOP

static final IFailOverStrategy NOOP
Method Detail

send

<RESULT> RESULT send(RequestWithConfirmation<RESULT> request)
            throws java.lang.Exception
Throws:
java.lang.Exception

send

<RESULT> RESULT send(RequestWithConfirmation<RESULT> request,
                     long timeout)
            throws java.lang.Exception
Throws:
java.lang.Exception

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