|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
OdiCommand | Base class to wrap an execution request. |
OdiCommandScenario | A scenario execution request. |
OdiInvocation | Class used for requesting an execution on a remote agent To request an execution: 1. first create the command using the OdiCommandScenario object: OdiCommandScenario scenCmd=new OdiCommandScenario(); scenCmd.setScenName("TEST"); scenCmd.setScenVersion("001"); scenCmd.setSyncMode(OdiCommand.SYNC_MODE_SYNCHRONE); scenCmd.setLogLevel(5); scenCmd.setContext("GLOBAL"); ... |
OdiInvocationResult | Result of an execution request. |
OdiRepositoryConnection | Repository Connection properties. |
This package contains classes for invoking executions on remote Oracle Data Integrator agents.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |