| biz.hammurapi.config.Component
All known Subclasses: biz.hammurapi.config.RmiWrapper, biz.hammurapi.sql.hypersonic.HypersonicDataSourceComponent, biz.hammurapi.metrics.SlicingMeasurementCategoryFactory, biz.hammurapi.cache.MemoryCache, biz.hammurapi.metrics.XmlMeasurementCategoryFactory, biz.hammurapi.config.GenericContainer, biz.hammurapi.util.CompositeWorkerContainer, biz.hammurapi.sql.ConnectionPerThreadDataSourceComponent, biz.hammurapi.metrics.SlicingMeasurementConsumer, biz.hammurapi.config.RmiComponent, biz.hammurapi.metrics.RemoteSlicingMeasurementCategoryFactory, biz.hammurapi.util.ThreadPoolComponentWrapper, biz.hammurapi.config.Reference, biz.hammurapi.config.ComponentBase,
Component | public interface Component (Code) | | Provides lifecycle methods
author: Pavel Vlasov version: $Revision: 1.2 $ |
Method Summary | |
void | setOwner(Object owner) Plugs the component into container and naming bus. | void | start() Invoked by container before the first use. | void | stop() Invoked by container when component is not needed
anymore. |
setOwner | void setOwner(Object owner)(Code) | | Plugs the component into container and naming bus.
Parameters: Component - owner. |
|
|