1 21 22 package org.jacorb.orb.portableInterceptor; 23 24 import org.omg.PortableInterceptor.IORInfo ; 25 26 34 35 public interface IORInfoExt extends IORInfo  36 { 37 44 public void add_profile(org.omg.ETF.Profile profile); 45 46 53 public int get_number_of_profiles(int tag); 54 55 65 public org.omg.ETF.Profile get_profile(int tag, int position); 66 67 74 public org.omg.ETF.Profile get_profile(int tag); 75 } 76 | Popular Tags |