1 26 27 package org.objectweb.openccm.Containers; 28 29 40 41 public interface HomeExecutorWithPK 42 extends HomeExecutorBase 43 { 44 47 public org.omg.Components.EnterpriseComponent 48 _get_enterprise_component(org.omg.Components.PrimaryKeyBase key) 49 throws org.omg.Components.CCMException; 50 51 54 public org.omg.Components.EnterpriseComponent 55 _find_enterprise_component(org.omg.Components.PrimaryKeyBase key) 56 throws org.omg.Components.CCMException; 57 58 61 public void 62 _remove_enterprise_component(org.omg.Components.PrimaryKeyBase key) 63 throws org.omg.Components.CCMException; 64 } 65 | Popular Tags |