Class OrbConfig


  • public class OrbConfig
    extends Object
    • Field Detail

      • orbClass

        protected String orbClass
      • orbSingletonClass

        protected String orbSingletonClass
      • orbProperties

        protected Properties orbProperties
    • Constructor Detail

      • OrbConfig

        public OrbConfig()
    • Method Detail

      • setOrbClass

        public void setOrbClass​(String cls)
      • getOrbClass

        public String getOrbClass()
      • setOrbSingletonClass

        public void setOrbSingletonClass​(String cls)
      • getOrbSingletonClass

        public String getOrbSingletonClass()
      • setOrbArgs

        public void setOrbArgs​(List<String> args)
      • setOrbProperties

        public void setOrbProperties​(Properties props)
      • getOrbProperties

        public Properties getOrbProperties()
      • addPOAPolicies

        public void addPOAPolicies​(org.omg.CORBA.ORB orb,
                                   String poaName,
                                   org.omg.PortableServer.POA parentPOA,
                                   org.omg.PortableServer.POAManager poaManager,
                                   List<org.omg.CORBA.Policy> policies)
      • createSystemExceptionAny

        public org.omg.CORBA.Any createSystemExceptionAny​(org.omg.CORBA.ORB orb,
                                                          org.omg.CORBA.SystemException sysEx)
      • exportObjectReferenceToNamingService

        public void exportObjectReferenceToNamingService​(org.omg.CORBA.ORB orb,
                                                         org.omg.CORBA.Object ref,
                                                         String location)
      • exportObjectReferenceToCorbaloc

        public void exportObjectReferenceToCorbaloc​(org.omg.CORBA.ORB orb,
                                                    org.omg.CORBA.Object object,
                                                    String location)
      • exportObjectReferenceToFile

        public void exportObjectReferenceToFile​(org.omg.CORBA.ORB orb,
                                                org.omg.CORBA.Object obj,
                                                URI iorFile)
                                         throws IOException
        Throws:
        IOException