1 26 27 package org.objectweb.openccm.OpenCCM_DCI.cif; 28 import org.objectweb.util.cmdline.api.CommandLine; 30 31 import org.objectweb.util.cmdline.lib.ApplicationBase; 32 import org.objectweb.util.cmdline.lib.DefaultCommandLine; 33 34 38 public interface Assembly { 39 40 public void build() throws org.omg.Components.CreateFailure ; 41 42 public void tear_down() throws org.omg.Components.RemoveFailure ; 43 44 public org.omg.Components.Deployment.AssemblyState get_state(); 45 46 } 47 | Popular Tags |