|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OptionalTool
Interface implemented by optional tools which can be loaded and unloaded. In addition to the methods listed here, an OptionalTool must have a public no-arg constructor so that it can be instantiated by the DataDictionary.
| Method Summary | |
|---|---|
void |
loadTool(java.lang.String... configurationParameters)
Load the tool, giving it optional configuration parameters |
void |
unloadTool(java.lang.String... configurationParameters)
Unload the tool, giving it optional configuration parameters |
| Method Detail |
|---|
void loadTool(java.lang.String... configurationParameters)
throws java.sql.SQLException
java.sql.SQLException
void unloadTool(java.lang.String... configurationParameters)
throws java.sql.SQLException
java.sql.SQLException
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||