openorb

    3

    1답변

    내가 IOR 파일에서 특정 IP를 설정하려는 에 IP를 게시하는 방법, 나는 다음과 같이 그 일을하고있다 : props.put("iiop.publishIP", "auto"); props.put("iiop.port", "60003"); props.put("iiop.hostname", "165.100.10.1"); props.put("iiop.listen

    3

    3답변

    String[] orbargs= {}; org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init(orbargs, null); org.omg.CORBA.Object cobj = orb.string_to_object("corbaloc:iiop:10.1.1.200:6969/OurServiceHelper");