public interface ContainerLifecycleListener
ServiceLoader mechanism.| Modifier and Type | Method and Description |
|---|---|
void |
afterConfigurationScan(Furnace furnace)
Called after the Furnace container scans configuration files
|
void |
afterStop(Furnace furnace)
Called after Furnace container stops
|
void |
beforeConfigurationScan(Furnace furnace)
Called before the Furnace container scans configuration files
|
void |
beforeStart(Furnace furnace)
Called before the Furnace container starts
|
void |
beforeStop(Furnace furnace)
Called before the Furnace container stops
|
void beforeStart(Furnace furnace) throws ContainerException
ContainerExceptionvoid beforeConfigurationScan(Furnace furnace) throws ContainerException
ContainerExceptionvoid afterConfigurationScan(Furnace furnace) throws ContainerException
ContainerExceptionvoid beforeStop(Furnace furnace) throws ContainerException
ContainerExceptionvoid afterStop(Furnace furnace) throws ContainerException
ContainerExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.