1 7 package org.omg.PortableServer.portable; 8 9 import org.omg.PortableServer.Servant ; 10 import org.omg.PortableServer.POA ; 11 12 21 public interface Delegate { 22 28 org.omg.CORBA.ORB orb(Servant Self); 29 30 36 org.omg.CORBA.Object this_object(Servant Self); 37 38 44 POA poa(Servant Self); 45 46 52 byte[] object_id(Servant Self); 53 54 60 POA default_POA(Servant Self); 61 62 74 boolean is_a(Servant Self, String Repository_Id); 75 76 83 boolean non_existent(Servant Self); 84 87 93 96 org.omg.CORBA.Object get_interface_def(Servant self); 97 } 98 99 | Popular Tags |