Interface IServiceRegistrationDescriptor
- All Known Implementing Classes:
ServiceRegistationDescriptor
public interface IServiceRegistrationDescriptor
The descriptor of the registered lifecycle service.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a lifecycle phase to phase participant map.Returns the lifecycle service instance.Returns the lifecycle service name.
-
Method Details
-
getServiceName
String getServiceName()Returns the lifecycle service name.- Returns:
- the service name, never
null
.
-
getService
Object getService()Returns the lifecycle service instance.- Returns:
-
getParticipants
Map<LifecyclePhase,ILifecyclePhaseParticipantReference> getParticipants()Returns a lifecycle phase to phase participant map.- Returns:
- a participants map, never
null
. - See Also:
-