Class ORBConfiguratorImpl
java.lang.Object
com.sun.corba.ee.impl.orb.ORBConfiguratorImpl
- All Implemented Interfaces:
ORBConfigurator
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final ORBUtilSystemException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(DataCollector collector, ORB orb) private voidcreateAndRegisterAcceptor(ORB orb, ORBSocketFactory legacySocketFactory, int port, String name, String type) private voidinitializeNaming(ORB orb) private voidinitializeTransport(ORB orb) This is made somewhat complex because we are currently supporting the ContactInfoList/Acceptor *AND* the legacy SocketFactory transport architecture.private voidinitIORFinders(ORB orb) private voidinitObjectCopiers(ORB orb) private voidprivate voidprotected voidpersistentServerInitialization(ORB theOrb) private voidprivate voidrunUserConfigurators(DataCollector collector, ORB orb) private voidsetLegacySocketFactoryORB(ORB orb, ORBSocketFactory legacySocketFactory)
-
Field Details
-
wrapper
-
ORB_STREAM
private static final int ORB_STREAM- See Also:
-
-
Constructor Details
-
ORBConfiguratorImpl
public ORBConfiguratorImpl()
-
-
Method Details
-
persistentServerInitialization
-
configure
- Specified by:
configurein interfaceORBConfigurator
-
runUserConfigurators
-
initializeTransport
This is made somewhat complex because we are currently supporting the ContactInfoList/Acceptor *AND* the legacy SocketFactory transport architecture. -
createAndRegisterAcceptor
private void createAndRegisterAcceptor(ORB orb, ORBSocketFactory legacySocketFactory, int port, String name, String type) -
setLegacySocketFactoryORB
-
initializeNaming
-
initServiceContextRegistry
-
registerInitialReferences
-
initObjectCopiers
-
initIORFinders
-
initRequestDispatcherRegistry
-