| java.lang.Object org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy
UnifiedInvokerProxy | public class UnifiedInvokerProxy implements Invoker,Externalizable(Code) | | This represents the client side of the EJB invoker. This invoker uses
the remoting framework for making invocations.
author: Tom Elrod |
CURRENT_VERSION | final static int CURRENT_VERSION(Code) | | |
VERSION_5_0 | final static int VERSION_5_0(Code) | | |
log | final protected Logger log(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
UnifiedInvokerProxy | public UnifiedInvokerProxy()(Code) | | |
UnifiedInvokerProxy | public UnifiedInvokerProxy(InvokerLocator locator)(Code) | | |
UnifiedInvokerProxy | public UnifiedInvokerProxy(InvokerLocator locator, boolean isStrictRMIException)(Code) | | |
getClient | protected Client getClient()(Code) | | |
getLocator | protected InvokerLocator getLocator()(Code) | | |
getServerHostName | public String getServerHostName() throws Exception(Code) | | A free form String identifier for this delegate invoker, can be clustered or target node
This should evolve in a more advanced meta-inf object.
This will return the host supplied by the invoker locator if locator is not null. Otherwise, if the locator is null, will
return null.
|
init | protected void init(InvokerLocator locator)(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. |
isStrictRMIException | public boolean isStrictRMIException()(Code) | | |
setLocator | protected void setLocator(InvokerLocator locator)(Code) | | |
setStrictRMIException | protected void setStrictRMIException(boolean strictRMIException)(Code) | | |
setSubSystem | public void setSubSystem(String subsystem)(Code) | | |
writeExternal | public void writeExternal(ObjectOutput out) throws IOException(Code) | | Externalize this instance and handle obtaining the remoteInvoker stub
|
|
|