All Implemented Interfaces:
Remote
All Known Implementing Classes:
UnifiedInvokerHAProxy, PooledInvokerProxy, HttpInvokerProxy, UnifiedInvokerProxy, JRMPInvokerProxy, JRMPInvokerProxyHA, HttpInvokerProxyHA, JRMPInvokerHA, LocalInvoker, JRMPInvoker
The interface in the current JBoss can be implemented with Remote/local switches or with clustered invokers, this interface just masks the network details and the topology of the JMX nodes for the client proxies.
< - a href="mailto:marc@jboss.org">Marc Fleury$ - Revision: 37459 $
Revisions:
20011114 marc fleury:
| Field Summary | ||
|---|---|---|
| GUID | ID | A globaly unique identifier use to determine if an instance is local to the invoker. |
| Method from org.jboss.invocation.Invoker Summary: |
|---|
| getServerHostName, invoke |
| Method from org.jboss.invocation.Invoker Detail: |
|---|
|
the delegate can handle network protocols on behalf of proxies (proxies delegate to these puppies). We provide default implemenations with JRMP/Local/Clustered invokers. The delegates are not tied to a type of invocation (EJB or generic RMI). |