Package com.sun.corba.ee.impl.oa.rfm
Class ReferenceManagerConfigurator
java.lang.Object
com.sun.corba.ee.impl.oa.rfm.ReferenceManagerConfigurator
- All Implemented Interfaces:
ORBConfigurator
Used to initialize the ReferenceManager in the ORB.
The ReferenceManager is an optional component built
on top of the ORB that is used to manage a group
of POAs that require reconfigurability. This class
sets up the ORB as follows:
- Create an instance of ReferenceFactoryManagerImpl and register it with register_local_reference.
- Create and register an IORInterceptor that prevent outside POAs from interfering with the ReferenceManager.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wrapper
-
-
Constructor Details
-
ReferenceManagerConfigurator
public ReferenceManagerConfigurator()
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceORBConfigurator
-