|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implemented by clients that need to customize the routine object launching behavior.
Method Summary | |
void |
postLaunch(ILaunchConfiguration config,
java.sql.Connection conn,
java.lang.String mode)
Does all post treatment in this method after launching |
void |
preLaunch(ILaunchConfiguration config,
java.sql.Connection conn,
java.lang.String mode)
Does all pretreatment in this method before launching |
Method Detail |
public void preLaunch(ILaunchConfiguration config, java.sql.Connection conn, java.lang.String mode) throws CoreException
config
- conn
- the connection objectmode
-
CoreException
public void postLaunch(ILaunchConfiguration config, java.sql.Connection conn, java.lang.String mode) throws CoreException
config
- conn
- the connection objectmode
-
CoreException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |