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.void
registerService
(IServiceRegistrationDescriptor descriptor) Registers lifecycle service represented by the specifieddescriptor
.
-
Constructor Details
-
LifecycleRegistry
public LifecycleRegistry()
-
-
Method Details
-
registerService
Description copied from interface:ILifecycleRegistry
Registers lifecycle service represented by the specifieddescriptor
.- Specified by:
registerService
in interfaceILifecycleRegistry
- Parameters:
descriptor
- the descriptor with the lifecycle service info, cannot benull
.
-
getServiceReferences
Description copied from interface:ILifecycleRegistry
Returns the phase participants references.- Specified by:
getServiceReferences
in interfaceILifecycleRegistry
- Parameters:
phase
- the lifecycle phase, cannot benull
.- Returns:
- a collection of references to phase participants, never
null
. - See Also:
-