| org.cougaar.core.component.BindingSite
BindingSite | public interface BindingSite (Code) | | A BindingSite class names and specifies a specific parent Component
(Container) to child Component relationship API, e.g. the API of a
parent which a child may invoke.
|
getServiceBroker | ServiceBroker getServiceBroker()(Code) | | request access to the ServiceBroker layer of the parent.
Often, services will be attached using introspection at load time
but this accessor allows much more dynamic access to the
service layer.
|
requestStop | void requestStop()(Code) | | A Component may call this method to request that it be stopped *
|
|
|