Schnittstelle ServiceComponent

Alle Superschnittstellen:
ServiceComponentLifecycle
Alle bekannten Implementierungsklassen:
AvalonServiceComponentImpl, ServiceComponentImpl

public interface ServiceComponent extends ServiceComponentLifecycle
This interface defines a service component singleton with an arbitrary lifecycle.
Autor:
Siegfried Goeschl
  • Methodendetails

    • getName

      String getName()
      Get the unique name of the service component instance.
      Gibt zurück:
      the name of the service component
    • getShorthand

      String getShorthand()
      Get the shorthand of the service component instance. The shorthand is usually used to lookup the configuration entries.
      Gibt zurück:
      the shorthand of the service component
    • getRoleEntry

      RoleEntry getRoleEntry()
      Returns the associates role entry parsed from the role configuration file.
      Gibt zurück:
      the role entry