|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Initializer
An interface to variable initializers called when preparing a specific database connection for the first time.
| Method Summary | |
|---|---|
void |
initialize(Persister persister,
VariableRegistry registry,
LoaderMBean loader,
String alias)
Initializes a database connection. |
| Method Detail |
|---|
void initialize(Persister persister,
VariableRegistry registry,
LoaderMBean loader,
String alias)
throws Exception
Note that the initializer needs not to close the persister.
persister - the persister of the connection.registry - the variable registry.loader - the MBean loader.alias - the connection alias.
Exception - on initialization errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||