public interface Initializer
An initializer would typically be called by invoking the InitializationService, which in turn
locates the registered initializers via the Java Services API.
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Perform the initialization process encompassed by the implementation.
|
void init()
throws InitializationException
InitializationException - if initialization could not be completed successfullyCopyright © 1999–2015. All rights reserved.