Schnittstelle BaseService
- Alle Superschnittstellen:
org.apache.avalon.framework.configuration.Configurable,org.apache.avalon.framework.context.Contextualizable,org.apache.avalon.framework.activity.Disposable,org.apache.avalon.framework.logger.LogEnabled,org.apache.avalon.framework.parameters.Parameterizable,org.apache.avalon.framework.configuration.Reconfigurable,org.apache.avalon.framework.service.Serviceable
- Alle bekannten Implementierungsklassen:
BaseServiceImpl
public interface BaseService
extends org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.parameters.Parameterizable, org.apache.avalon.framework.configuration.Reconfigurable, org.apache.avalon.framework.activity.Disposable
Base class for a service implementation to capture the Avalon
configuration artifats such as logger, context, service manager,
configuration and parameters.
- Autor:
- Siegfried Goeschl
-
Methodenübersicht
Von Schnittstelle geerbte Methoden org.apache.avalon.framework.configuration.Configurable
configureVon Schnittstelle geerbte Methoden org.apache.avalon.framework.context.Contextualizable
contextualizeVon Schnittstelle geerbte Methoden org.apache.avalon.framework.activity.Disposable
disposeVon Schnittstelle geerbte Methoden org.apache.avalon.framework.logger.LogEnabled
enableLoggingVon Schnittstelle geerbte Methoden org.apache.avalon.framework.parameters.Parameterizable
parameterizeVon Schnittstelle geerbte Methoden org.apache.avalon.framework.configuration.Reconfigurable
reconfigureVon Schnittstelle geerbte Methoden org.apache.avalon.framework.service.Serviceable
service