| Modifier and Type | Method and Description |
|---|---|
void |
LifeCycleManager.stop()
Stop the life cycle - all instances will have their
PreDestroy method(s) called
and any exceptions raised will be immediately logged. |
void |
LifeCycleManager.stopWithoutFailureLogging()
Stop the life cycle - all instances will have their
PreDestroy method(s) called
and any exceptions raised will be collected and thrown in a wrapped LifeCycleStopException as
suppressed exceptions. |
Copyright © 2010–2020 Airlift. All rights reserved.