| java.lang.Object org.cougaar.core.component.BindingUtility
BindingUtility | abstract public class BindingUtility (Code) | | A collection of utilities to be used for binding components
|
initialize | public static boolean initialize(Object child)(Code) | | Run initialize on the child component if possible *
|
load | public static boolean load(Object child)(Code) | | Run load on the child component if possible *
|
setBindingSite | public static boolean setBindingSite(Object child, BindingSite bindingSite)(Code) | | Sets a the binding site of the child to the specified object
if possible.
true on success |
start | public static boolean start(Object child)(Code) | | Run start on the child component if possible *
|
|
|