org.jboss.invocation
Interface InvokerHA
- All Known Implementing Classes:
- HttpInvokerHA, JRMPInvokerHA, PooledInvokerHA, UnifiedInvokerHA
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.6.1 $
- Author:
- Scott.Stark@jboss.org
createProxy
org.jboss.invocation.Invoker createProxy(javax.management.ObjectName targetName,
LoadBalancePolicy policy,
String proxyFamilyName)
throws Exception
- Throws:
Exception
getStub
Serializable getStub()
registerBean
void registerBean(javax.management.ObjectName targetName,
HATarget target)
throws Exception
- Throws:
Exception
unregisterBean
void unregisterBean(javax.management.ObjectName targetName)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.