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 classReferenceManagerConfigurator.RMIORInterceptorprivate static classReferenceManagerConfigurator.RMORBInitializer
-
Field Summary
Fields Modifier and Type Field Description private static POASystemExceptionwrapper
-
Constructor Summary
Constructors Constructor Description ReferenceManagerConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(DataCollector collector, ORB orb)
-
-
-
Field Detail
-
wrapper
private static final POASystemException wrapper
-
-
Method Detail
-
configure
public void configure(DataCollector collector, ORB orb)
- Specified by:
configurein interfaceORBConfigurator
-
-