|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.inf.container.MigrateReportTemplates
Moves report templates to the exchange container.
Only report templates with the following names are moved:
Constructor Summary | |
MigrateReportTemplates()
|
Method Summary | |
boolean |
runMigration(DirectiveServices ds)
Implemented from JavaMigrator |
private void |
safeClose(ResultSet rs)
If the Statement is not null, try to close it, catching and smothering any SQLException that results. |
private void |
safeClose(Statement stmt)
If the Statement is not null, try to close it, catching and smothering any SQLException that results. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MigrateReportTemplates()
Method Detail |
public boolean runMigration(DirectiveServices ds) throws Exception
runMigration
in interface JavaMigrator
ds
- provide access to database, logging, and versioning information
true
WTException
- If the system cabinet can't be found
Exception
private void safeClose(Statement stmt)
stmt
- The Statement
to closeprivate void safeClose(ResultSet rs)
rs
- The ResultSet
to close
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |