Schnittstelle Container

Alle Superschnittstellen:
org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.activity.Initializable
Alle bekannten Implementierungsklassen:
ECMContainer, YAAFIContainer

public interface Container extends org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.activity.Disposable
This is a simple interface around the ECM and Yaafi containers
Autor:
Eric Pugh
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final String
    Key used in the context for defining the application root
    static final String
    Alternate Merlin Friendly Key used in the context for defining the application root
    static final String
    Alternate Merlin Friendly Key used in the context for defining the application root
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    lookup(String roleName)
     
    void
    release(Object component)
     
    void
    startup(String configFileName, String roleFileName, String parametersFileName)
     

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

    dispose

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

    initialize
  • Felddetails

    • COMPONENT_APP_ROOT

      static final String COMPONENT_APP_ROOT
      Key used in the context for defining the application root
      Siehe auch:
    • URN_AVALON_HOME

      static final String URN_AVALON_HOME
      Alternate Merlin Friendly Key used in the context for defining the application root
      Siehe auch:
    • URN_AVALON_TEMP

      static final String URN_AVALON_TEMP
      Alternate Merlin Friendly Key used in the context for defining the application root
      Siehe auch:
  • Methodendetails

    • startup

      void startup(String configFileName, String roleFileName, String parametersFileName)
    • lookup

      Object lookup(String roleName) throws org.apache.avalon.framework.component.ComponentException
      Löst aus:
      org.apache.avalon.framework.component.ComponentException
    • release

      void release(Object component)