Class LifecycleRegistry
java.lang.Object
com._1c.g5.v8.dt.internal.lifecycle.LifecycleRegistry
- All Implemented Interfaces:
- ILifecycleRegistry
The 
ILifecycleRegistry implementation.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the phase participants references.voidregisterService(IServiceRegistrationDescriptor descriptor) Registers lifecycle service represented by the specifieddescriptor.
- 
Constructor Details- 
LifecycleRegistrypublic LifecycleRegistry()
 
- 
- 
Method Details- 
registerServiceDescription copied from interface:ILifecycleRegistryRegisters lifecycle service represented by the specifieddescriptor.- Specified by:
- registerServicein interface- ILifecycleRegistry
- Parameters:
- descriptor- the descriptor with the lifecycle service info, cannot be- null.
 
- 
getServiceReferencesDescription copied from interface:ILifecycleRegistryReturns the phase participants references.- Specified by:
- getServiceReferencesin interface- ILifecycleRegistry
- Parameters:
- phase- the lifecycle phase, cannot be- null.
- Returns:
- a collection of references to phase participants, never null.
- See Also:
 
 
-