com.jproxy.proxy
Class FailoverTunnelInvocationInterceptor

java.lang.Object
  |
  +--com.jproxy.proxy.FailoverTunnelInvocationInterceptor
All Implemented Interfaces:
TunnelInvocationInterceptor

public class FailoverTunnelInvocationInterceptor
extends java.lang.Object
implements TunnelInvocationInterceptor


Constructor Summary
FailoverTunnelInvocationInterceptor(int _maxAttempts)
           
 
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
 

Constructor Detail

FailoverTunnelInvocationInterceptor

public FailoverTunnelInvocationInterceptor(int _maxAttempts)
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 TunnelInvocationInterceptor


Copyright © JProxy LLC. All Rights Reserved.