| org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxyHA
JRMPInvokerProxyHA | public class JRMPInvokerProxyHA extends JRMPInvokerProxy implements InvokerProxyHA,Externalizable(Code) | | An extension of the JRMPInvokerProxy that supports failover and load
balancing among a
author: Marc Fleury author: Scott.Stark@jboss.org version: $Revision: 57188 $ |
trace | protected transient boolean trace(Code) | | Trace level logging flag only set when the proxy is created or read from JNDI
|
txFailoverAuthorizations | final public static WeakHashMap txFailoverAuthorizations(Code) | | |
JRMPInvokerProxyHA | public JRMPInvokerProxyHA()(Code) | | |
getRemoteTarget | public Object getRemoteTarget(Invocation invocationBasedRouting)(Code) | | |
invocationHasReachedAServer | public void invocationHasReachedAServer(Invocation invocation)(Code) | | |
invoke | public Object invoke(Invocation invocation) throws Exception(Code) | | The invocation on the delegate, calls the right invoker. Remote if we are remote, local if we
are local.
|
remoteTargetHasFailed | public void remoteTargetHasFailed(Object target)(Code) | | |
removeDeadTarget | protected void removeDeadTarget(Object target)(Code) | | |
resetView | protected void resetView()(Code) | | |
totalNumberOfTargets | protected int totalNumberOfTargets()(Code) | | |
txContextAllowsFailover | public boolean txContextAllowsFailover(Invocation invocation)(Code) | | |
updateClusterInfo | public void updateClusterInfo(ArrayList targets, long viewId)(Code) | | |
writeExternal | public void writeExternal(ObjectOutput out) throws IOException(Code) | | Externalize this instance.
If this instance lives in a different VM than its container
invoker, the remote interface of the container invoker is
not externalized.
|
|
|