|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopenr66.context.task.localexec.LocalExecClient
public class LocalExecClient

Client to execute external command through GoldenGate Local Exec
| Field Summary | |
|---|---|
static InetSocketAddress |
address
|
| Constructor Summary | |
|---|---|
LocalExecClient()
|
|
| Method Summary | |
|---|---|
boolean |
connect()
Connect to the Server |
void |
disconnect()
Disconnect from the server |
goldengate.commandexec.utils.LocalExecResult |
getLocalExecResult()
|
static void |
initialize()
Initialize the LocalExec Client context |
static void |
releaseResources()
To be called when the server is shutting down to release the resources |
void |
runOneCommand(String command,
long delay,
boolean waitFor,
goldengate.common.future.GgFuture futureCompletion)
Run one command with a specific allowed delay for execution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static InetSocketAddress address
| Constructor Detail |
|---|
public LocalExecClient()
| Method Detail |
|---|
public static void initialize()
public static void releaseResources()
public goldengate.commandexec.utils.LocalExecResult getLocalExecResult()
public void runOneCommand(String command,
long delay,
boolean waitFor,
goldengate.common.future.GgFuture futureCompletion)
command - delay - futureCompletion - public boolean connect()
public void disconnect()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||