1 26 27 package org.objectweb.openccm.plugins.transaction.deployment; 28 29 36 public interface ResourceManagerLocal 37 { 38 44 public void 45 add_component_server(ComponentServerResource ref); 46 47 53 public void 54 add_container(ContainerResource ref); 55 56 62 public void 63 add_home(CCMHomeResource ref); 64 65 71 public void 72 remove_component_server(ComponentServerResource ref) 73 throws org.omg.Components.RemoveFailure; 74 75 81 public void 82 remove_container(ContainerResource ref) 83 throws org.omg.Components.RemoveFailure; 84 85 91 public void 92 remove_home(CCMHomeResource ref) 93 throws org.omg.Components.RemoveFailure; 94 95 100 public org.omg.CosTransactions.Coordinator 101 coordinator(); 102 } 103 | Popular Tags |