org.jboss.invocation
Interface InvokerHA
- All Known Implementing Classes:
- HttpInvokerHA (src) , JRMPInvokerHA (src) , PooledInvokerHA (src)
- 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.
createProxy
public Invoker (src) createProxy(ObjectName (src) targetName,
LoadBalancePolicy (src) policy,
java.lang.String proxyFamilyName)
throws java.lang.Exception
- Throws:
java.lang.Exception
getStub
public java.io.Serializable getStub()
registerBean
public void registerBean(ObjectName (src) targetName,
HATarget (src) target)
throws java.lang.Exception
- Throws:
java.lang.Exception
unregisterBean
public void unregisterBean(ObjectName (src) targetName)
throws java.lang.Exception
- Throws:
java.lang.Exception