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