DarwinSystemServiceMixin mixin
- Superclass constraints
- Mixin applications
- Available extensions
Properties
- beanMixin → DarwinSystemBeanMixin
-
Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension
no setter -
daemons
↔ List<
Future> -
getter/setter pairinherited
- darwinSystemModule ↔ Module
-
getter/setter pairinherited
- eventbus ↔ EventBus
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- injector ↔ Injector
-
getter/setter pairinherited
- lifecycleState ↔ SystemLifecycleState
-
The current lifecycle start of this service system.
Modifications to this systems state must be made at
SystemLifecycleState.initial or after the startup
at SystemLifecycleState.started.
getter/setter pair
- loggingMixin → DarwinSystemLoggingMixin
-
Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension
no setter - pluginMixin → DarwinSystemPluginMixin
-
Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension
no setter - profileMixin → DarwinSystemProfileMixin
-
Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension
no setter -
runningServices
↔ List<
RunningService> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serviceDescriptors
→ List<
ServiceDescriptor> -
final
- serviceMixin → DarwinSystemServiceMixin
-
Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension
no setter
Methods
-
findDescriptors(
Type type) → List< ServiceDescriptor> -
Returns all service descriptors which bind to
type
. -
findDescriptorsExact(
Type type) → List< ServiceDescriptor> -
Returns all service descriptors which have the implementation class
type
. -
findServices(
Type type) → List< RunningService> -
Returns all running services which are bound to
type
. -
findServicesExact(
Type type) → List< RunningService> -
Returns all running services which have the implementation class
type
. -
findServicesWithDescriptor(
ServiceDescriptor descriptor) → List< RunningService> -
Returns all running services which have the associated
descriptor
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepare(
DarwinSystemGeneratedArgs generated, DarwinSystemUserArgs user) → Future< void> -
inherited
-
start(
DarwinSystemGeneratedArgs generated, DarwinSystemUserArgs user) → Future< void> -
inherited
-
startService(
ServiceDescriptor descriptor) → Future< bool> -
Constructs and starts the service described by
descriptor
and returns if the service has been started and registered successfully. -
startServices(
) → Future< void> - Starts all services described by serviceDescriptors, solving dependencies by recursively starting only satisfied services until all descriptors have either declined registration or have been started.
-
stop(
) → Future< void> -
inherited
-
stopServices(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited