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