Uses of Interface
org.apache.hivemind.lib.NameLookup

Packages that use NameLookup
org.apache.hivemind.lib.impl   
 

Uses of NameLookup in org.apache.hivemind.lib.impl
 

Classes in org.apache.hivemind.lib.impl that implement NameLookup
 class NameLookupImpl
          Standard implementation of the NameLookup service interface.
 

Methods in org.apache.hivemind.lib.impl that return NameLookup
 NameLookup EJBProxyParameters.getNameLookup(NameLookup defaultValue)
           
 

Methods in org.apache.hivemind.lib.impl with parameters of type NameLookup
 NameLookup EJBProxyParameters.getNameLookup(NameLookup defaultValue)
           
 void EJBProxyParameters.setNameLookup(NameLookup lookup)
           
 void EJBProxyFactory.setNameLookup(NameLookup lookup)
           
 

Constructors in org.apache.hivemind.lib.impl with parameters of type NameLookup
AbstractEJBProxy(NameLookup nameLookup, RemoteExceptionCoordinator coordinator)