Package com.sun.corba.ee.spi.orb
Interface ORBConfigurator
-
- All Known Implementing Classes:
ClientGroupManager
,NoConnectionCacheImpl
,ORBConfiguratorImpl
,ReferenceManagerConfigurator
,ServerGroupManager
,VirtualAddressAgentImpl
public interface ORBConfigurator
Interface used to configure an ORB instance. The DataCollector dc has all available config info available. The configure method may constructor a parser, call dc.setParser( parser ), get the consolidated properties from dc, and parse this information. The configure method may also register ORB components with the ORB and perform other parts of ORB initialization. Implementations of this interface must have a public no-args constructor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(DataCollector dc, ORB orb)
-
-
-
Method Detail
-
configure
void configure(DataCollector dc, ORB orb)
-
-