Class ReferenceManagerConfigurator

java.lang.Object
com.sun.corba.ee.impl.oa.rfm.ReferenceManagerConfigurator
All Implemented Interfaces:
ORBConfigurator

public class ReferenceManagerConfigurator extends 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:
  1. Create an instance of ReferenceFactoryManagerImpl and register it with register_local_reference.
  2. Create and register an IORInterceptor that prevent outside POAs from interfering with the ReferenceManager.
  • Field Details

  • Constructor Details

    • ReferenceManagerConfigurator

      public ReferenceManagerConfigurator()
  • Method Details