Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06

A B C D E F G H I J L M N O P Q R S T U V W _


A

Active - Static variable in class oracle.as.scheduler.metadata.query.field.MetadataQueryFieldEnum
 
Active - Static variable in interface oracle.as.scheduler.metadata.query.MetadataQueryField
Deprecated. 
ActiveBinding - Class in oracle.as.scheduler.management
 
ActiveBinding(MetadataObjectId, MetadataObjectId, Calendar, int, int, boolean) - Constructor for class oracle.as.scheduler.management.ActiveBinding
Creates a new instance.
ActiveBinding(MetadataObjectId, MetadataObjectId, Calendar, int, int, boolean, int, int) - Constructor for class oracle.as.scheduler.management.ActiveBinding
Creates a new instance.
ActiveBinding(MetadataObjectId, MetadataObjectId, Calendar, int, int, boolean, int, int, int, int) - Constructor for class oracle.as.scheduler.management.ActiveBinding
Creates a new instance.
ActiveBinding(MetadataObjectId, MetadataObjectId, Calendar, int, int) - Constructor for class oracle.as.scheduler.management.ActiveBinding
Creates a new active instance.
ActiveQueryField - Class in oracle.as.scheduler.metadata.query.field
 
ACTIVITY_SUMMARIZER - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Deprecated.  
add(String, Object) - Method in class oracle.as.scheduler.JobSetStepProperties
Adds a step property to this object.
add(String, String, boolean) - Method in class oracle.as.scheduler.ParameterList
Adds a parameter of type String to this list with the given name and value.
add(String, Integer, boolean) - Method in class oracle.as.scheduler.ParameterList
Adds a parameter of type Integer to this list with the given name and value.
add(String, Long, boolean) - Method in class oracle.as.scheduler.ParameterList
Adds a parameter of type Long to this list with the given name and value.
add(String, Boolean, boolean) - Method in class oracle.as.scheduler.ParameterList
Adds a parameter of type Boolean to this list with the given name and value.
add(String, ParameterInfo.DataType) - Method in class oracle.as.scheduler.ParameterList
Adds a parameter to this list with the given name and data type.
add(String, ParameterInfo.DataType, Object, boolean) - Method in class oracle.as.scheduler.ParameterList
Adds a parameter to the list with the given information about the parameter.
add(String, ParameterInfo.DataType, Object, boolean, boolean) - Method in class oracle.as.scheduler.ParameterList
Adds a parameter to the list with the given information about the parameter.
add(ParameterInfo) - Method in class oracle.as.scheduler.ParameterList
Adds a parameter to the list.
add(String, Object) - Method in class oracle.as.scheduler.RequestParameters
Adds a request parameter to this object.
add(String, String, Object) - Method in class oracle.as.scheduler.RequestParameters
Adds a request parameter for the specified step in a JobSet request to this object.
addBinding(Binding) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Adds a new binding, which binds a work assignment to a processor.
addBindings(List<Binding>) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Adds a list of new bindings.
addDayOfMonth(RecurrenceFields.DAY_OF_MONTH) - Method in class oracle.as.scheduler.Recurrence
Method to add a day of month to this Recurrence objects.
addDayOfWeek(RecurrenceFields.DAY_OF_WEEK) - Method in class oracle.as.scheduler.Recurrence
Method to add a day of week to this Recurrence objects.
addEntity(MetadataObjectId, boolean) - Method in class oracle.as.scheduler.Incompatibility
Adds an incompatibility entity to this object.
addEntity(MetadataObjectId, String, boolean) - Method in class oracle.as.scheduler.Incompatibility
Adds an incompatibility entity to this object.
addEntity(IncompatibleEntity) - Method in class oracle.as.scheduler.Incompatibility
Adds an incompatibility entity to this object.
addExclusion(Exclusion) - Method in class oracle.as.scheduler.ExclusionsDefinition
Add an exclusion to this object.
addExclusion(MetadataObjectId) - Method in class oracle.as.scheduler.Schedule
Adds a reference of an instance of ExclusionsDefinition in this Schedule object.
addExclusionDate(ExplicitDate) - Method in class oracle.as.scheduler.Schedule
Adds an explicit date to be excluded from occurrences in this Schedule object.
addExclusionDefinition(ExclusionsDefinition, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Creates an Exclusion definition in to the scheduler metadata repository.
addExclusionDefinition(MetadataServiceHandle, ExclusionsDefinition, String) - Method in interface oracle.as.scheduler.MetadataService
Method to persist a Exclusion in to the scheduler metadata repository.
addInclusionDate(ExplicitDate) - Method in class oracle.as.scheduler.Schedule
Adds an explicit date to be included for occurrences in this Schedule object.
addIncompatibility(Incompatibility, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Method to persist a Incompatibility definition in to the scheduler metadata repository.
addIncompatibility(MetadataServiceHandle, Incompatibility, String) - Method in interface oracle.as.scheduler.MetadataService
Method to persist an Incompatibility in the metadata repository.
addJobDefinition(JobDefinition, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Creates a JobDefinition in to the scheduler metadata repository.
addJobDefinition(MetadataServiceHandle, JobDefinition, String) - Method in interface oracle.as.scheduler.MetadataService
Method to persist a JobDefinition in to the scheduler metadata repository.
addJobSet(JobSet, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Method to persist a JobSet definition in to the scheduler metadata repository.
addJobSet(MetadataServiceHandle, JobSet, String) - Method in interface oracle.as.scheduler.MetadataService
Method to persist a JobSet in to the scheduler metadata repository.
addJobType(JobType, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Creates a JobType definition in to the scheduler metadata repository.
addJobType(MetadataServiceHandle, JobType, String) - Method in interface oracle.as.scheduler.MetadataService
Method to persist a JobType in the metadata repository.
addMonth(RecurrenceFields.MONTH_OF_YEAR) - Method in class oracle.as.scheduler.Recurrence
Method to add a month to this Recurrence objects.
addOrReplaceConfigProperties(String, Map<String, Map<String, String>>) - Method in interface oracle.as.scheduler.management.RuntimeConfigMXBeanProxy
Add or replace a set of ESS/APP properties to the ess configuration of the specified application.
addOrReplaceConfigProperty(String, String, String, String) - Method in interface oracle.as.scheduler.management.RuntimeConfigMXBeanProxy
Add or replace a ESS/APP property to the ess configuration of the specified application.
addPPAction(RequestParameters, int, String, String, boolean, boolean, boolean, String, String[]) - Static method in class oracle.as.scheduler.cp.SubmissionUtil
Adds a post-processing action to a request.
addPPAction(RequestParameters, int, String, boolean, boolean, boolean, String, String[]) - Static method in class oracle.as.scheduler.cp.SubmissionUtil
Deprecated. Use SubmissionUtil.addPPAction(RequestParameters, int, String, String, boolean, boolean, boolean, String, String[])
addPPAction(RequestParameters, int, String, String, boolean, boolean, boolean, String, String, String[]) - Static method in class oracle.as.scheduler.cp.SubmissionUtil
Adds a post-processing action to a step in a jobset request.
addPPAction(RequestParameters, int, String, boolean, boolean, boolean, String, String, String[]) - Static method in class oracle.as.scheduler.cp.SubmissionUtil
Deprecated. Use SubmissionUtil.addPPAction(RequestParameters, int, String, String, boolean, boolean, boolean, String, String, String[])
addScheduleDefinition(Schedule, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Creates a Schedule definition in to the scheduler metadata repository.
addScheduleDefinition(MetadataServiceHandle, Schedule, String) - Method in interface oracle.as.scheduler.MetadataService
Method to persist a Schedule in to the scheduler metadata repository.
addStep(JobSetStep) - Method in class oracle.as.scheduler.JobSet
Adds the given step to this JobSet.
addTrigger(Trigger, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Creates a Trigger definition in to the scheduler metadata repository.
addTrigger(MetadataServiceHandle, Trigger, String) - Method in interface oracle.as.scheduler.MetadataService
Method to persist a Trigger in to the scheduler metadata repository.
addWeekOfMonth(RecurrenceFields.WEEK_OF_MONTH) - Method in class oracle.as.scheduler.Recurrence
Method to add a week of month to this Recurrence objects.
addWorkAssignment(WorkAssignment, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Creates a WorkAssignment definition in to the scheduler metadata repository.
addWorkshift(Workshift, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Creates a Workshift definition in to the scheduler metadata repository.
addWorkshift(MetadataObjectId) - Method in class oracle.as.scheduler.WorkAssignment
Adds a workshift to this WorkAssignment.
addWorkshifts(Collection<MetadataObjectId>) - Method in class oracle.as.scheduler.WorkAssignment
Adds a list of workshifts to this WorkAssignment.
adjustPrivilegesNeedToBeChecked(Set<MetadataPermission.Action>) - Method in class oracle.as.scheduler.BaseMetadataType
 
adjustPrivilegesNeedToBeChecked(Set<MetadataPermission.Action>) - Method in class oracle.as.scheduler.BaseMetadataType.ExclusionsDefinitionType
 
adjustPrivilegesNeedToBeChecked(Set<MetadataPermission.Action>) - Method in class oracle.as.scheduler.BaseMetadataType.IncompatibilityType
 
adjustPrivilegesNeedToBeChecked(Set<MetadataPermission.Action>) - Method in class oracle.as.scheduler.BaseMetadataType.JobDefinitionType
 
adjustPrivilegesNeedToBeChecked(Set<MetadataPermission.Action>) - Method in class oracle.as.scheduler.BaseMetadataType.JobSetType
 
adjustPrivilegesNeedToBeChecked(Set<MetadataPermission.Action>) - Method in class oracle.as.scheduler.BaseMetadataType.JobTypeType
 
adjustPrivilegesNeedToBeChecked(Set<MetadataPermission.Action>) - Method in class oracle.as.scheduler.BaseMetadataType.ScheduleType
 
adjustPrivilegesNeedToBeChecked(Set<MetadataPermission.Action>) - Method in class oracle.as.scheduler.BaseMetadataType.TriggerType
 
adjustPrivilegesNeedToBeChecked(Set<MetadataPermission.Action>) - Method in class oracle.as.scheduler.BaseMetadataType.WorkAssignmentType
 
adjustPrivilegesNeedToBeChecked(Set<MetadataPermission.Action>) - Method in class oracle.as.scheduler.BaseMetadataType.WorkshiftType
 
AFLOG_LEVEL - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Whether AFLOG_LEVEL is currently set to allow logging of request messages to ODL.
ALERT - Static variable in class oracle.as.scheduler.cp.file.LogFile
Alert messages.
ALLOW_MULT_PENDING - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies whether multiple pending requests for the same JobDefinition shall be allowed.
ALLOW_MULTIPLE_PENDING_REQUESTS - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Deprecated.  
AlreadyExistsException - Exception in oracle.as.scheduler
Thrown if object being created already exists in the system.
AlreadyExistsException() - Constructor for exception oracle.as.scheduler.AlreadyExistsException
Constructor
AlreadyExistsException(String) - Constructor for exception oracle.as.scheduler.AlreadyExistsException
Constructor with a detailed message.
AlreadyExistsException(Throwable) - Constructor for exception oracle.as.scheduler.AlreadyExistsException
Constructor with the underlying cause.
AlreadyExistsException(String, Throwable) - Constructor for exception oracle.as.scheduler.AlreadyExistsException
Constructor with a detailed message and underlying cause.
and(String, Filter.Comparator, Object) - Method in class oracle.as.scheduler.Filter
Returns a new filter that is the result of ANDing a filter with the given field, comparator, and value with the current filter.
and(Filter) - Method in class oracle.as.scheduler.Filter
Returns a new filter that is the result of ANDing the given filter with the current filter.
and(Filter, boolean) - Method in class oracle.as.scheduler.Filter
 
and(MetadataQueryFilter<METADATA_TYPE>) - Method in interface oracle.as.scheduler.metadata.query.MetadataQueryFilter
 
AppEnvSubstitutionHandler - Class in oracle.as.scheduler.substitution
Substitute from application-specific environment/configuration
AppEnvSubstitutionHandler(String, String) - Constructor for class oracle.as.scheduler.substitution.AppEnvSubstitutionHandler
 
APPLICATION - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the name of the J2EE application that is used for request processing.
APPLICATION_TYPE - Static variable in interface oracle.as.scheduler.Event
Application event type.
ApplicationEvent - Class in oracle.as.scheduler
Application event class.
ApplicationEvent(String, Map<String, Object>, int) - Constructor for class oracle.as.scheduler.ApplicationEvent
Constructs an application event.
AppRegistrationInfo - Class in oracle.as.scheduler.management
 
AppRegistrationInfo(String, String, String, String, String, boolean) - Constructor for class oracle.as.scheduler.management.AppRegistrationInfo
Constructs an AppRegistrationInfo object.
AppRegistrationInfo(String, String, String, String, String, boolean, Calendar) - Constructor for class oracle.as.scheduler.management.AppRegistrationInfo
Constructs an AppRegistrationInfo object.
ARGUMENT_PREFIX - Static variable in class oracle.as.scheduler.cp.SubmissionUtil
 
ASYNC_REQUEST_TIMEOUT - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the time in minutes that the processor will wait for an asynchronous after it has begun execution.
AsyncCancellable - Interface in oracle.as.scheduler
 
AsyncExecutable - Interface in oracle.as.scheduler
Marker interface used to distinguish long-running asynchronous jobs.
AsyncRequestBeanInterface - Interface in oracle.as.scheduler
 
AsyncRequestBeanRemote - Interface in oracle.as.scheduler
 
AsyncThrottle - Class in oracle.as.scheduler.management
 
AsyncThrottle(MetadataObjectId, int, int) - Constructor for class oracle.as.scheduler.management.AsyncThrottle
Deprecated. 
AsyncThrottle(MetadataObjectId, MetadataObjectId, int, int) - Constructor for class oracle.as.scheduler.management.AsyncThrottle
Creates an async throttle object, which defines limits on the number of asynchronous jobs that can be running concurrently for a particular (WorkAssignment, Workshift).
AsyncThrottle(MetadataObjectId) - Constructor for class oracle.as.scheduler.management.AsyncThrottle
Deprecated. 
AsyncThrottle(MetadataObjectId, MetadataObjectId) - Constructor for class oracle.as.scheduler.management.AsyncThrottle
NOTE !!!!!! This constructor is for internal ESS use only.
AsyncThrottle(MetadataObjectId, int, int, int, int) - Constructor for class oracle.as.scheduler.management.AsyncThrottle
Deprecated. 
AsyncThrottle(MetadataObjectId, MetadataObjectId, int, int, int, int) - Constructor for class oracle.as.scheduler.management.AsyncThrottle
NOTE !!!!!! This constructor is for internal ESS use only.

Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06

A B C D E F G H I J L M N O P Q R S T U V W _


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