Uses of Class
org.apache.geronimo.corba.NameService

Packages that use NameService
org.apache.geronimo.corba   
 

Uses of NameService in org.apache.geronimo.corba
 

Methods in org.apache.geronimo.corba that return NameService
 NameService CORBABean.getNameService()
          Retrieve the NameService this CORBA server depends upon.
 

Methods in org.apache.geronimo.corba with parameters of type NameService
 void CORBABean.setNameService(NameService s)
          Setter attribute for the NameService.
 

Constructors in org.apache.geronimo.corba with parameters of type NameService
CORBABean(AbstractName abstractName, ConfigAdapter configAdapter, String host, int listenerPort, ClassLoader classLoader, NameService nameService, OpenEjbSystem ejbSystem, SSLConfig ssl)
          Instantiate a CORBABean instance.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.