| org.jboss.invocation.unified.interfaces.UnifiedInvokerHAProxy
UnifiedInvokerHAProxy | public class UnifiedInvokerHAProxy extends UnifiedInvokerProxy (Code) | | author: Tom Elrod |
serialVersionUID | final static long serialVersionUID(Code) | | |
txFailoverAuthorizations | final public static WeakHashMap txFailoverAuthorizations(Code) | | |
UnifiedInvokerHAProxy | public UnifiedInvokerHAProxy()(Code) | | |
UnifiedInvokerHAProxy | public UnifiedInvokerHAProxy(InvokerLocator locator, boolean isStrictRMIException, ArrayList targets, LoadBalancePolicy policy, String proxyFamilyName, long viewId)(Code) | | |
getClient | protected Client getClient(Invocation invocationBasedRouting) throws MalformedURLException(Code) | | Gets the remoting client to call on which is selected by the load balancing policy.
If the target InvokerLocator selected is not for the current remoting client, a new one
will be initialized.
Parameters: invocationBasedRouting - throws: MalformedURLException - |
invocationHasReachedAServer | public void invocationHasReachedAServer(Invocation invocation)(Code) | | |
invoke | public Object invoke(Invocation invocation) throws Exception(Code) | | Parameters: invocation - A pointer to the invocation object Return value of method invocation. throws: Exception - Failed to invoke method. |
resetView | protected void resetView()(Code) | | |
totalNumberOfTargets | protected int totalNumberOfTargets()(Code) | | |
txContextAllowsFailover | public boolean txContextAllowsFailover(Invocation invocation)(Code) | | |
writeExternal | public void writeExternal(ObjectOutput out) throws IOException(Code) | | Externalize this instance and handle obtaining the remoteInvoker stub
|
|
|