Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Package oracle.odi.domain.runtime.ess

This package contains classes to support ODI-ESS integration.

See:
          Description

Interface Summary
IJobDefinitionRepository Repository interface to manage storage of JobDefinitions.
IJobRequestRepository Domain repository of runtime Job requests.
IScheduleDefinitionRepository Repository interface to manage storage of Schedules.
ISchedulingService Scheduling domain service related to ESS runtime.
 

Class Summary
Logger class for localizing and logging odi-ess errors.
OdiJobEnvironment Environment class providing constants that applies to ESS Jobs for ODI.
OdiJobEnvironment.Agent Hold execution agent specific Job parameters.
OdiJobEnvironment.Execution Hold execution specific Job parameters.
OdiJobEnvironment.Repository Hold repository specific Job parameters.
OdiJobEnvironment.Scenario Hold ODI scenario specific Job parameters.
OdiJobEnvironment.User Hold ODI user / credentials specific Job parameters.
 

Exception Summary
DuplicateJobDefinitionException Exception to be thrown by IJobDefinitionRepository when a JobDefinition already exist in repository.
DuplicateScheduleDefinitionException Exception to be thrown by IScheduleDefinitionRepository when a Schedule already exist in repository.
EssSchedulerException Abstract root exception for ess domain packages.
IllegalJobRequestStateException Exception to be thrown by IJobRequestRepository when a request that is attempt to be removed but is in a state that doesn't allow it to be removed.
JobDefinitionNotFoundException Exception to be thrown when a specified job definition is not found.
JobRequestCancellationException Exception thrown when a job request concellation has failed.
JobRequestNotFoundException Exception when JobRequest is not found.
JobRequestSubmissionException Exception to be thrown when job request submission has failed.
ScheduleDefinitionNotFoundException Exception to be thrown when a specified schedule definition is not found.
 

Package oracle.odi.domain.runtime.ess Description

This package contains classes to support ODI-ESS integration.

Since:
11.1.1.3.0

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.