站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 cluster API Documentation 英文版文档

ExplicitFailoverClientInterceptor (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档


org.jboss.ha.framework.test
Class ExplicitFailoverClientInterceptor

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

public class ExplicitFailoverClientInterceptor
extends org.jboss.proxy.Interceptor

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

Version:
$Revision: 1.5 $

Revisions:

8 avril 2002 Sacha Labourey:

  • First implementation
Author:
Sacha Labourey.
See Also:
ExplicitFailoverServerInterceptor, Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.Interceptor
nextInterceptor
 
Constructor Summary
ExplicitFailoverClientInterceptor()
           
 
Method Summary
 Object invoke(org.jboss.invocation.Invocation mi)
           
 
Methods inherited from class org.jboss.proxy.Interceptor
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 Object invoke(org.jboss.invocation.Invocation mi)
              throws Throwable
Throws:
Throwable


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.