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