| java.lang.Object org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy
JRMPInvokerProxy | public class JRMPInvokerProxy implements Invoker,Externalizable(Code) | | JRMPInvokerProxy, local to the proxy and is capable of delegating to
the JRMP implementations
author: Marc Fleury author: Scott Stark version: $Revision: 57209 $ |
MAX_RETRIES | public static int MAX_RETRIES(Code) | | max retries on a ConnectException.
|
JRMPInvokerProxy | public JRMPInvokerProxy()(Code) | | Exposed for externalization.
|
JRMPInvokerProxy | public JRMPInvokerProxy(Invoker remoteInvoker)(Code) | | Create a new Proxy.
Parameters: container - The remote interface of the container invoker of thecontainer we proxy for. |
getTransactionPropagationContext | public Object getTransactionPropagationContext() throws SystemException(Code) | | ???
the transaction propagation context of the transactionassociated with the current thread.Returns null if the transaction manager was neverset, or if no transaction is associated with the current thread. |
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.
|
writeExternal | public void writeExternal(ObjectOutput out) throws IOException(Code) | | Externalize this instance and handle obtaining the remoteInvoker stub
|
|
|