public interface Initializable
Classes that require initialization and release methods should implement this interface
Modifier and Type | Method and Description |
---|---|
void |
init()
Called during service initialization time
|
void |
release()
Called when releasing associated services
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.