public interface FactoryLifecycle
Modifier and Type | Method and Description |
---|---|
void |
init()
Called after constructing the instance and before setting the default
properties
|
void |
shutdown()
Called when the Factory is going down, to allow the release of resources.
|
void |
start()
Called after constructing the instance and setting the default properties.
|
void |
stop()
Called by the factory before setting a group of properties.
|
void init() throws Exception
Exception
void start() throws Exception
Exception
void stop() throws Exception
Exception
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.