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

    configure

    Von Schnittstelle geerbte Methoden org.apache.avalon.framework.context.Contextualizable

    contextualize

    Von Schnittstelle geerbte Methoden org.apache.avalon.framework.activity.Disposable

    dispose

    Von Schnittstelle geerbte Methoden org.apache.avalon.framework.logger.LogEnabled

    enableLogging

    Von Schnittstelle geerbte Methoden org.apache.avalon.framework.parameters.Parameterizable

    parameterize

    Von Schnittstelle geerbte Methoden org.apache.avalon.framework.configuration.Reconfigurable

    reconfigure

    Von Schnittstelle geerbte Methoden org.apache.avalon.framework.service.Serviceable

    service