com.jproxy.proxy
Class FailoverClientInvocationInterceptor

java.lang.Object
  extended bycom.jproxy.proxy.FailoverClientInvocationInterceptor
All Implemented Interfaces:
IClientInvocationInterceptor

public class FailoverClientInvocationInterceptor
extends java.lang.Object
implements IClientInvocationInterceptor


Field Summary
static int DEFAULT_MAX_ATTEMPTS
           
 
Constructor Summary
FailoverClientInvocationInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Tunnelizable proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MAX_ATTEMPTS

public static final int DEFAULT_MAX_ATTEMPTS
See Also:
Constant Field Values
Constructor Detail

FailoverClientInvocationInterceptor

public FailoverClientInvocationInterceptor()
Method Detail

invoke

public java.lang.Object invoke(Tunnelizable proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface IClientInvocationInterceptor
Throws:
java.lang.Throwable


Copyright © JProxy LLC. All Rights Reserved.