1 5 6 22 23 package org.omg.CORBA_2_5; 24 25 public abstract class ORB extends org.omg.CORBA_2_3.ORB { 26 public String id() 27 { 28 throw new org.omg.CORBA.NO_IMPLEMENT () ; 29 } 30 31 public void register_initial_reference( 32 String object_name, 33 org.omg.CORBA.Object object 34 ) throws org.omg.CORBA.ORBPackage.InvalidName  35 { 36 throw new org.omg.CORBA.NO_IMPLEMENT () ; 37 } 38 39 public org.omg.CORBA.TypeCode create_local_interface_tc( 40 String id, 41 String name) 42 { 43 throw new org.omg.CORBA.NO_IMPLEMENT (); 44 } 45 } 46 | Popular Tags |