Uses of Interface
org.huihoo.jfox.ejb.server.invoke.Invoker

Packages that use Invoker
org.huihoo.jfox.ejb.naming.server   
org.huihoo.jfox.ejb.server.invoke   
 

Uses of Invoker in org.huihoo.jfox.ejb.naming.server
 

Methods in org.huihoo.jfox.ejb.naming.server that return Invoker
 Invoker InvocationContext.getInvoker()
           
 

Methods in org.huihoo.jfox.ejb.naming.server with parameters of type Invoker
 void InvocationContext.setInvoker(Invoker invoker)
           
 

Constructors in org.huihoo.jfox.ejb.naming.server with parameters of type Invoker
ClientContainerMBean(java.lang.String jmxname, Invoker JrmpInvoker)
           
 

Uses of Invoker in org.huihoo.jfox.ejb.server.invoke
 

Classes in org.huihoo.jfox.ejb.server.invoke that implement Invoker
 class JRMPInvoker
           
 class JRMPInvokerProxy
           
 

Constructors in org.huihoo.jfox.ejb.server.invoke with parameters of type Invoker
JRMPInvokerProxy(Invoker remoteInvoker)
          Create a new Proxy.