|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExtendedLaunchSupport
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 |
---|
void preLaunch(ILaunchConfiguration config, java.sql.Connection conn, java.lang.String mode) throws CoreException
config
- conn
- the connection objectmode
-
CoreException
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 |