| Package | Description |
|---|---|
| com.mware.core.lifecycle |
| Modifier and Type | Method and Description |
|---|---|
<T extends Lifecycle> |
LifeSupportService.add(T instance)
Add a new Lifecycle instance.
|
void |
LifeSupportService.init()
Initialize all registered instances, transitioning from status NONE to STOPPED.
|
void |
LifeSupportService.shutdown()
Shutdown all registered instances, transitioning from either STARTED or STOPPED to SHUTDOWN.
|
void |
LifeSupportService.start()
Start all registered instances, transitioning from STOPPED to STARTED.
|
void |
LifeSupportService.stop()
Stop all registered instances, transitioning from STARTED to STOPPED.
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.