Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05

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


C

CalendarWrapper - Class in oracle.as.scheduler
 
CalendarWrapper(Calendar) - Constructor for class oracle.as.scheduler.CalendarWrapper
Constructor for a CalendarWrapper object.
cancel(RequestExecutionContext, RequestParameters) - Method in interface oracle.as.scheduler.AsyncCancellable
Invoked by Enterprise Scheduler when a job request is cancelled.
cancel() - Method in interface oracle.as.scheduler.Cancellable
Invoked by Enterprise Scheduler when a job request is cancelled.
cancel() - Method in class oracle.as.scheduler.cp.exec.ExecutableWrapper
Implement the cancel() method in the Cancellable interface.
cancel() - Method in class oracle.as.scheduler.job.BatchDelete
Cancellable entry.
Cancellable - Interface in oracle.as.scheduler
Contract by which a client callout handler or Java executable can be cancelled.
cancelRequest(long) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Cancels the processing of a request that is not in a terminal state.
cancelRequest(RuntimeServiceHandle, long) - Method in interface oracle.as.scheduler.RuntimeService
Cancels the processing of a request that is not in a terminal state.
canLog(Level) - Method in class oracle.as.scheduler.cp.exec.ExecutableWrapper
Check if log message can be written to the ODL log at a particular level.
Cause - Enum in oracle.as.scheduler
Enumeration of job request terminal state causes This class provides a mapping between the cause code registered by the system and and a detailed (translatable) message.
CD_PARAMETER - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Deprecated.  
changeBindingMode(MetadataObjectId, boolean) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Changes the mode of an existing binding.
changeRequestPriority(long, int) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Changes the priority for a submitted request that has not yet started to run.
checkRequestPrivilege(long[], String[]) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Check whether the current user has privilegs on the input requests identified by a list of request ids.
checkRequestPrivilege(RuntimeServiceHandle, long[], RuntimeDataPermission.Action...) - Method in interface oracle.as.scheduler.RuntimeService
Check whether the current user has privilegs on the input requests identified by a list of request ids.
CLASS_NAME - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the Java executable for a Java job request.
cleanExecutionGroup(String, String) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Cleans up artifacts from an ESS execution group.
clear() - Static method in class oracle.as.scheduler.cp.exec.RequestInfoMap
Remove all the key,value pairs in the Map.
clear() - Method in class oracle.as.scheduler.JobSetStepProperties
Removes all step properties from this object.
clear() - Method in class oracle.as.scheduler.ParameterList
Removes all parameter information from this list.
clear() - Method in class oracle.as.scheduler.RequestParameters
Removes all parameter information from this object.
clone(String) - Method in class oracle.as.scheduler.BaseMetadata
 
clone(String) - Method in class oracle.as.scheduler.ExclusionsDefinition
 
clone(String) - Method in class oracle.as.scheduler.Incompatibility
 
clone(String) - Method in class oracle.as.scheduler.JobDefinition
 
clone(String) - Method in class oracle.as.scheduler.JobSet
 
clone(String) - Method in class oracle.as.scheduler.JobType
 
clone() - Method in class oracle.as.scheduler.ParameterInfo
Clone this object.
clone(String) - Method in class oracle.as.scheduler.Schedule
 
clone(String) - Method in class oracle.as.scheduler.Trigger
 
clone(String) - Method in class oracle.as.scheduler.WorkAssignment
 
clone(String) - Method in class oracle.as.scheduler.Workshift
 
close() - Method in class oracle.as.scheduler.cp.file.InputFile
Close this input file.
close() - Method in class oracle.as.scheduler.cp.file.LogFile
Close this log file.
close() - Method in class oracle.as.scheduler.cp.file.OutputFile
 
close(QueryResultHandle) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Closes the handle returned by executeQueryRequests.
close(MetadataServiceHandle) - Method in interface oracle.as.scheduler.MetadataService
Method to close the session identified by an instance of MetadataServiceHandle.
close(MetadataServiceHandle, boolean) - Method in interface oracle.as.scheduler.MetadataService
Method to close the session identified by an instance of MetadataServiceHandle.
close(RuntimeServiceHandle) - Method in interface oracle.as.scheduler.RuntimeService
Closes the runtime handle.
close(RuntimeServiceHandle, boolean) - Method in interface oracle.as.scheduler.RuntimeService
Closes the runtime handle.
close() - Method in class oracle.as.scheduler.substitution.AppEnvSubstitutionHandler
 
close() - Method in class oracle.as.scheduler.substitution.EssEnvSubstitutionHandler
 
close() - Method in class oracle.as.scheduler.substitution.RequestContextSubstitutionHandler
 
close() - Method in class oracle.as.scheduler.substitution.RequestParamSubstitutionHandler
 
close() - Method in class oracle.as.scheduler.substitution.RequestSubstitutionHandler
 
close() - Method in interface oracle.as.scheduler.substitution.SubstitutionHandler
Used to release any resources the handler may have claimed, such as open files or connections.
close() - Method in interface oracle.as.scheduler.substitution.Substitutor
Cleanup substitutor state and release all handlers.
close() - Method in class oracle.as.scheduler.substitution.SubstitutorImpl
Cleanup substitutor state and release all handlers.
closeAllFiles() - Static method in class oracle.as.scheduler.cp.exec.ProcessHelper
Close all open input/log/output files that were opened for this request.
closeContent(ContentHandle) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Close the content handle from previous open call
closeContent(RuntimeServiceHandle, ContentHandle) - Method in interface oracle.as.scheduler.RuntimeService
Closes the previously opened log or output content and releases the handle.
closeHandlers() - Method in class oracle.as.scheduler.substitution.SubstitutorImpl
Call close() on all instantiated handlers, and release the instances.
closeRuntime(RuntimeServiceHandle, boolean) - Method in class oracle.as.scheduler.job.BatchDelete
Closes runtime store handle.
CMDLINE - Static variable in class oracle.as.scheduler.SystemProperty
Property that specifies the command line used to invoke an external program for a Process job request.
CMDLINE_BASE - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Base string used to test cmdLine properties
CMDLINE_NT - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Constant representing the command line for generic windows systems.
CMDLINE_PREFIX - Static variable in class oracle.as.scheduler.SystemProperty
Prefix for extended OS-specific command line SystemProperties
CMDLINE_UNIX - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Constant representing the command line for generic unix systems.
CMDLINE_UNIX - Static variable in class oracle.as.scheduler.SystemProperty
Indicates the full command line for executing a Process type request executable on a Unix or Unix-like operating system.
CMDLINE_WINDOWS - Static variable in class oracle.as.scheduler.SystemProperty
Indicates the full command line for executing a Process type request executable on a Windows operating system.
compile() - Method in class oracle.as.scheduler.Recurrence
transforms all the recurrence fields used in this object into the equivalent iCalendar expression.
completeAsyncRequest(long, AsyncStatus, String) - Method in interface oracle.as.scheduler.management.RuntimeServiceMXBeanProxy
Complete an asynchronous request with the given status.
COMPLETION_TEXT - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Constant to store the text message about how a request completed in RequestParameters
ConcurrentUpdateException - Exception in oracle.as.scheduler
This exception is thrown when the metadata API detects concurrent update on a metadata object.
ConcurrentUpdateException() - Constructor for exception oracle.as.scheduler.ConcurrentUpdateException
Default constructor
ConcurrentUpdateException(String) - Constructor for exception oracle.as.scheduler.ConcurrentUpdateException
Constructor with a detailed message
ConcurrentUpdateException(Throwable) - Constructor for exception oracle.as.scheduler.ConcurrentUpdateException
Constructor that creates the instance based on a cause
ConcurrentUpdateException(String, Throwable) - Constructor for exception oracle.as.scheduler.ConcurrentUpdateException
Constructor to create the instance with an message and cause
CONFIG - Static variable in class oracle.as.scheduler.cp.file.LogFile
Configuration logging message.
ConstraintException - Exception in oracle.as.scheduler
This exception class is thrown to violation of a system enforced constraint
ConstraintException() - Constructor for exception oracle.as.scheduler.ConstraintException
Constructor
ConstraintException(String) - Constructor for exception oracle.as.scheduler.ConstraintException
Constructor with a detailed message.
ConstraintException(Throwable) - Constructor for exception oracle.as.scheduler.ConstraintException
Constructor with the underlying cause.
ConstraintException(String, Throwable) - Constructor for exception oracle.as.scheduler.ConstraintException
Constructor with a detailed message and underlying cause.
contains(String) - Method in class oracle.as.scheduler.JobSetStepProperties
Checks if this object contains a property with the specified name.
contains(String) - Method in class oracle.as.scheduler.ParameterList
Indicates if this list contains a parameter for the given name.
contains(String) - Method in class oracle.as.scheduler.RequestParameters
Checks if this object contains a parameter for the specified name.
contains(String, String) - Method in class oracle.as.scheduler.RequestParameters
Checks if a parameter for a given name and step exist.
containsKey(String) - Method in class oracle.as.scheduler.substitution.AppEnvSubstitutionHandler
 
containsKey(String) - Method in class oracle.as.scheduler.substitution.EssEnvSubstitutionHandler
 
containsKey(String) - Method in class oracle.as.scheduler.substitution.RequestContextSubstitutionHandler
 
containsKey(String) - Method in class oracle.as.scheduler.substitution.RequestParamSubstitutionHandler
 
containsKey(String) - Method in class oracle.as.scheduler.substitution.RequestSubstitutionHandler
 
containsKey(String) - Method in interface oracle.as.scheduler.substitution.SubstitutionHandler
Reports whether the handler can return a value to substitute for name.
ContentCategory - Enum in oracle.as.scheduler.request
Categories of content stored in the content store.
ContentDetail - Class in oracle.as.scheduler.request
Describes content in the ESS content store.
ContentDetail(long, String, ContentType, ContentCategory, boolean, long) - Constructor for class oracle.as.scheduler.request.ContentDetail
Creates a content detail.
ContentFactory - Class in oracle.as.scheduler.request
Factory for request logging and request output.
ContentFactory() - Constructor for class oracle.as.scheduler.request.ContentFactory
 
ContentHandle - Class in oracle.as.scheduler.request
Handle for retrieving content from the ESS content store, and for importing content in case of manual recovery.
ContentHandle(String, long, ContentCategory) - Constructor for class oracle.as.scheduler.request.ContentHandle
Constructs a new handle.
ContentHandle(String, long, ContentCategory, boolean) - Constructor for class oracle.as.scheduler.request.ContentHandle
Constructs a new handle.
ContentType - Enum in oracle.as.scheduler.request
Types of content stored in the content store.
convertField(String) - Method in class oracle.as.scheduler.metadata.query.builder.MetadataQueryBuilderFactory
 
convertField(MetadataService.QueryField) - Method in class oracle.as.scheduler.metadata.query.builder.MetadataQueryBuilderFactory
 
convertField(String) - Static method in class oracle.as.scheduler.metadata.query.MetadataQueryFilterFactory
Deprecated. use MetadataQueryBuilderFactory.convertField(String)
convertFilter(BaseMetadataType<METADATA_TYPE>, Filter) - Method in class oracle.as.scheduler.metadata.query.builder.MetadataQueryBuilderFactory
Adapter method for converting an old Filter into a new MetadataQueryFilter
convertFilter(BaseMetadataType<METADATA_TYPE>, Filter) - Static method in class oracle.as.scheduler.metadata.query.MetadataQueryFilterFactory
Deprecated. use MetadataQueryBuilderFactory.convertFilter(oracle.as.scheduler.BaseMetadataType<METADATA_TYPE>, oracle.as.scheduler.Filter)
copy(Filter) - Method in class oracle.as.scheduler.Filter
Creates a deep copy of a filter.
copyExclusionDefinition(MetadataObjectId, String, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Copies an ExclusionsDefinition to another with the given name.
copyExclusionDefinition(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Method to clone a Exclusion to another with the given name.
copyIncompatibility(MetadataObjectId, String, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Copies a Incompatibility definition to another with the given name.
copyIncompatibility(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Method to clone an Incompatibility to another with the given name.
copyJobDefinition(MetadataObjectId, String, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Copies a JobDefinition to another with the given name.
copyJobDefinition(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Method to clone a JobDefinition to another with the given name.
copyJobSet(MetadataObjectId, String, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Copies a JobSet definition to another with the given name.
copyJobSet(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Method to clone a JobSet to another with the given name.
copyJobType(MetadataObjectId, String, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Copies a JobType definition to another with the given name.
copyJobType(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Method to clone a JobType to another with the given name.
copyScheduleDefinition(MetadataObjectId, String, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Copies a Schedule definition to another with the given name.
copyScheduleDefinition(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Method to clone a Schedule to another with the given name.
copyTrigger(MetadataObjectId, String, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Copies a Trigger definition to another with the given name.
copyTrigger(MetadataServiceHandle, MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.MetadataService
Method to clone a Trigger to another with the given name.
copyWorkAssignment(MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Copies a WorkAssignment definition to another with the given name.
copyWorkshift(MetadataObjectId, String, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
Copies a Workshift definition to another with the given name.
CP_ASYNCH_JOB_WRAPPER - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Wrapper Class for Asynchronous Java Jobs Value set in Java Job Type
CP_JAVA_JOB_WRAPPER - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Wrapper Class for Java Jobs Value set in Java Job Type
CP_LOGGER - Static variable in class oracle.as.scheduler.cp.exec.RequestInfoMap
Constant representing the odl logger in RequestInfoMap.
CP_PROCEDURE_NAME - Static variable in class oracle.as.scheduler.cp.ParameterConstants
Constant for the CP pl/sql wrapper procedure.
createFilter(CompositeData) - Static method in class oracle.as.scheduler.Filter
Create a leaf filter.
createFilter(CompositeData[], int) - Static method in class oracle.as.scheduler.Filter
Creates a Filter object from an array of CompositeData objects of open types, s_flatCompType, representing a Filter without the operand field.
createFilter(MetadataQueryField<VALUE_TYPE>, QueryComparator, VALUE_TYPE) - Method in class oracle.as.scheduler.metadata.query.builder.MetadataQueryBuilder
 
createMetadataObjectId(MetadataObjectId.MetadataObjectType, String, String) - Static method in class oracle.as.scheduler.MetadataObjectId
Creates an instance of a MetadataObjectId from the given individual parts.
CRITERIA_APPLICATION - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Criteria property that specifies the application for which requests are to be deleted.
CRITERIA_JOBDEFN - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Criteria property that specifies the string representation of the job/jobset definition metadata id for which requests are to be deleted.
CRITERIA_JOBEXECTYPE - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Criteria property that specifies the job execution type for which requests are to be deleted.
CRITERIA_MINIMUM_AGE - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Criteria property that specifies the minimum age, in days, before a request that has completed is eligible for deletion.
CRITERIA_PROCESS_LIMIT - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Criteria property that specifies the limit on number of requests to be processed by a batch delete request.
CRITERIA_PRODUCT - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Criteria property that specifies the product for which requests are to be deleted.
CRITERIA_RETENTION_AGE_CANCEL - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Criteria property that specifies the minimum age, in days, before a request that was cancelled is eligible for deletion.
CRITERIA_RETENTION_AGE_ERROR - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Criteria property that specifies the minimum age, in days, before a request that completed with an error is eligible for deletion.
CRITERIA_RETENTION_AGE_SUCCESS - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Criteria property that specifies the minimum age, in days, before a request that completed as success is eligible for deletion.
CRITERIA_RETENTION_AGE_WARNING - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Criteria property that specifies the minimum age, in days, before a request that completed with an warning is eligible for deletion.
CRITERIA_SUBMIT_USER - Static variable in class oracle.as.scheduler.job.BatchDeleteProperty
Criteria property that specifies the submitting user for which requests are to be deleted.
customizeJobDefinition(JobDefinition, MetadataService.CustomizableProperty, Serializable, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
This method allows administrators to customize a property of a piece of metadata without changing the base metadata.
customizeJobDefinition(MetadataServiceHandle, JobDefinition, MetadataService.CustomizableProperty, Serializable) - Method in interface oracle.as.scheduler.MetadataService
Customizes
customizeJobSet(JobSet, MetadataService.CustomizableProperty, Serializable, String) - Method in interface oracle.as.scheduler.management.MetadataServiceMXBeanProxy
This method allows administrators to customize a property of a piece of metadata without changing the base metadata.
customizeJobSet(MetadataServiceHandle, JobSet, MetadataService.CustomizableProperty, Serializable) - Method in interface oracle.as.scheduler.MetadataService
 

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05

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


Copyright © 2008, 2012 Oracle. All rights reserved.