Schnittstelle ServiceManagerService

Alle Superschnittstellen:
org.apache.avalon.framework.service.ServiceManager
Alle bekannten Implementierungsklassen:
ServiceManagerServiceImpl

public interface ServiceManagerService extends org.apache.avalon.framework.service.ServiceManager
Let's try to break the singleton addiction with this service. This service stores the instance of a service manager and allows access to this instance and related information such as
  • Logger instance
  • ServiceManager instance
  • Context instance
  • Parameters instance
Autor:
Siegfried Goeschl
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    org.apache.avalon.framework.logger.Logger
     
    org.apache.avalon.framework.context.Context
     
    org.apache.avalon.framework.parameters.Parameters
     
    org.apache.avalon.framework.service.ServiceManager
     

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

    hasService, lookup, release
  • Methodendetails

    • getAvalonLogger

      org.apache.avalon.framework.logger.Logger getAvalonLogger()
      Gibt zurück:
      the Logger of the container
    • getServiceManager

      org.apache.avalon.framework.service.ServiceManager getServiceManager()
      Gibt zurück:
      the ServiceManager for the container
    • getParameters

      org.apache.avalon.framework.parameters.Parameters getParameters()
      Gibt zurück:
      the Parameters for the container
    • getContext

      org.apache.avalon.framework.context.Context getContext()
      Gibt zurück:
      the Context for the container