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

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


org.jboss.invocation
Interface InvokerHA

All Known Implementing Classes:
HttpInvokerHA, JRMPInvokerHA, PooledInvokerHA

public interface InvokerHA

An administrative interface used by server side proxy factories during the creation of HA capable invokers. Note that this does NOT extend the Invoker interface because these methods are not for use by an invoker client.

Version:
$Revision: 1.2 $
Author:
Scott.Stark@jboss.org

Method Summary
 org.jboss.invocation.Invoker createProxy(javax.management.ObjectName targetName, LoadBalancePolicy policy, String proxyFamilyName)
           
 Serializable getStub()
           
 void registerBean(javax.management.ObjectName targetName, HATarget target)
           
 void unregisterBean(javax.management.ObjectName targetName)
           
 

Method Detail

createProxy

public org.jboss.invocation.Invoker createProxy(javax.management.ObjectName targetName,
                                                LoadBalancePolicy policy,
                                                String proxyFamilyName)
                                         throws Exception
Throws:
Exception

getStub

public Serializable getStub()

registerBean

public void registerBean(javax.management.ObjectName targetName,
                         HATarget target)
                  throws Exception
Throws:
Exception

unregisterBean

public void unregisterBean(javax.management.ObjectName targetName)
                    throws Exception
Throws:
Exception


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