Package com.sun.corba.ee.spi.oa.rfm

Examples of com.sun.corba.ee.spi.oa.rfm.ReferenceFactoryManager.activate()


    {  
  // NOTE:  The RootPOA manager used to activated here.
  ReferenceFactoryManager rfm =
      (ReferenceFactoryManager)orb.resolve_initial_references(
    ORBConstants.REFERENCE_FACTORY_MANAGER ) ;
  rfm.activate() ;
  _logger.log(Level.FINE, "POAProtocolMgr.initializePOAs: RFM resolved and activated");
    }


    public ORB getORB()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.