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
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.