Skip navigation links

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


Uses of Class
oracle.as.scheduler.JobType.ExecutionType

Packages that use JobType.ExecutionType
oracle.as.scheduler Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService. 
oracle.as.scheduler.management Remote management API. 
oracle.as.scheduler.metadata.filter Helper classes for creating filters to query metadata. 
oracle.as.scheduler.metadata.query Fields for querying metadata. 

 

Uses of JobType.ExecutionType in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return JobType.ExecutionType
static JobType.ExecutionType JobType.ExecutionType.from(javax.management.openmbean.CompositeData cd)
           
 JobType.ExecutionType JobType.getExecutionType()
          Gets the basic execution type of this JobType definition.
static JobType.ExecutionType JobType.ExecutionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JobType.ExecutionType[] JobType.ExecutionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.as.scheduler with parameters of type JobType.ExecutionType
 long RuntimeService.submitRequest(RuntimeServiceHandle handle, java.lang.String description, JobType.ExecutionType type, Schedule schedule, Trigger trigger, java.util.Calendar start, java.util.Calendar end, RequestParameters parameters)
          Adhoc job request submission using specified Schedule and Trigger instances.

 

Constructors in oracle.as.scheduler with parameters of type JobType.ExecutionType
JobType(java.lang.String name, JobType.ExecutionType executionType)
          Constructor that creates a skeleton instance.
JobType(java.lang.String name, JobType.ExecutionType executionType, MetadataObjectId objectId)
          Creates a new instance with the given name and execution type.
JobType(java.lang.String name, java.lang.String description, JobType.ExecutionType executionType, ParameterList parameters)
          Constructor to create a complete instance that can be used immediately upon creation.
JobType(java.lang.String name, java.lang.String displayNameKey, java.lang.String descriptionKey, JobType.ExecutionType executionType, ParameterList parameters, java.lang.String[] resourceBundleIDs)
          Constructor to create a complete instance that can be used immediately upon creation and associate the instance with a set of resource bundles.

 

Uses of JobType.ExecutionType in oracle.as.scheduler.management

 

Methods in oracle.as.scheduler.management with parameters of type JobType.ExecutionType
 long RuntimeServiceMXBeanProxy.submitAdHocRequest(java.lang.String desc, JobType.ExecutionType type, Schedule schedule, Trigger trigger, CalendarWrapper start, CalendarWrapper end, RequestParameters parameters)
          Adhoc job request submission using specified Schedule and Trigger instances.

 

Uses of JobType.ExecutionType in oracle.as.scheduler.metadata.filter

 

Methods in oracle.as.scheduler.metadata.filter with parameters of type JobType.ExecutionType
 Filter JobTypeFilterHelper.queryExecutionType(JobType.ExecutionType executionType)
           

 

Uses of JobType.ExecutionType in oracle.as.scheduler.metadata.query

 

Methods in oracle.as.scheduler.metadata.query with parameters of type JobType.ExecutionType
 MetadataQueryFilter<JobType> MetadataQueryFilterFactory.JobTypeFilterFactory.queryExecutionType(JobType.ExecutionType executionType)
          Deprecated.  

 


Skip navigation links

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


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