Schnittstelle ServiceComponent
- Alle Superschnittstellen:
ServiceComponentLifecycle
- Alle bekannten Implementierungsklassen:
AvalonServiceComponentImpl
,ServiceComponentImpl
This interface defines a service component singleton with
an arbitrary lifecycle.
- Autor:
- Siegfried Goeschl
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()
Get the unique name of the service component instance.Returns the associates role entry parsed from the role configuration file.Get the shorthand of the service component instance.Von Schnittstelle geerbte Methoden org.apache.fulcrum.yaafi.framework.component.ServiceComponentLifecycle
decommision, dispose, getInstance, incarnate, loadImplemtationClass, reconfigure, setConfiguration, setContext, setLogger, setParameters, setServiceManager
-
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
-