org.jboss.ha.framework.test
Class ExplicitFailoverClientInterceptor

java.lang.Object
  extended byorg.jboss.proxy.Interceptor (src) 
      extended byorg.jboss.ha.framework.test.ExplicitFailoverClientInterceptor
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class ExplicitFailoverClientInterceptor
extends Interceptor (src)

Used for testing clustering: allows to explicitely makes a call to node fail This will mimic a dead server.

See Also:
ExplicitFailoverServerInterceptor (src) , Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.Interceptor (src)
nextInterceptor
 
Constructor Summary
ExplicitFailoverClientInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Invocation (src)  mi)
           
 
Methods inherited from class org.jboss.proxy.Interceptor (src)
getNext, readExternal, setNext, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExplicitFailoverClientInterceptor

public ExplicitFailoverClientInterceptor()
Method Detail

invoke

public java.lang.Object invoke(Invocation (src)  mi)
                        throws java.lang.Throwable
Specified by:
invoke in class Interceptor (src)
Throws:
java.lang.Throwable