|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopenr66.commander.Commander
public class Commander
Commander is responsible to read from database updated data from time to time in order to achieve new runner or new configuration updates.
Constructor Summary | |
---|---|
Commander(InternalRunner runner)
Prepare requests that will be executed from time to time |
|
Commander(InternalRunner runner,
boolean fromStartup)
Prepare requests that will be executed from time to time |
Method Summary | |
---|---|
void |
finalize()
Finalize internal data |
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Commander(InternalRunner runner) throws goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException, goldengate.common.database.exception.GoldenGateDatabaseSqlException
runner
-
goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException
goldengate.common.database.exception.GoldenGateDatabaseSqlException
public Commander(InternalRunner runner, boolean fromStartup) throws goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException, goldengate.common.database.exception.GoldenGateDatabaseSqlException
runner
- fromStartup
- True if call from startup of the server
goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException
goldengate.common.database.exception.GoldenGateDatabaseSqlException
Method Detail |
---|
public void finalize()
finalize
in interface CommanderInterface
finalize
in class Object
public void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |