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
public class ReferenceManagerConfigurator extends java.lang.Object implements 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 Classes Modifier and Type Class Description private static class
ReferenceManagerConfigurator.RMIORInterceptor
private static class
ReferenceManagerConfigurator.RMORBInitializer
-
Field Summary
Fields Modifier and Type Field Description private static POASystemException
wrapper
-
Constructor Summary
Constructors Constructor Description ReferenceManagerConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(DataCollector collector, ORB orb)
-
-
-
Field Detail
-
wrapper
private static final POASystemException wrapper
-
-
Method Detail
-
configure
public void configure(DataCollector collector, ORB orb)
- Specified by:
configure
in interfaceORBConfigurator
-
-