Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
Modifier and Type | Field and Description |
---|---|
static MetadataService.CustomizableProperty |
MetadataService.CustomizableProperty.AsyncRequestTimeout |
static MetadataService.CustomizableProperty |
MetadataService.CustomizableProperty.EnableTimeStatistics |
static MetadataService.CustomizableProperty |
MetadataService.CustomizableProperty.EnableTrace |
static MetadataService.CustomizableProperty |
MetadataService.CustomizableProperty.LogicalClusterName |
static MetadataService.CustomizableProperty |
MetadataService.CustomizableProperty.Priority |
static MetadataService.CustomizableProperty |
MetadataService.CustomizableProperty.RequestCategory |
static MetadataService.CustomizableProperty |
MetadataService.CustomizableProperty.Retries |
Modifier and Type | Method and Description |
---|---|
static MetadataService.CustomizableProperty |
MetadataService.CustomizableProperty.fromName(String name)
Gets the CustomizableProperty for a string representing the
property name.
|
static MetadataService.CustomizableProperty |
MetadataService.CustomizableProperty.getProperty(String name)
Gets the CustomizableProperty for a string representing the
property name.
|
static MetadataService.CustomizableProperty |
MetadataService.CustomizableProperty.valueOf(String name) |
static MetadataService.CustomizableProperty[] |
MetadataService.CustomizableProperty.values() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataService.customizeJobDefinition(MetadataServiceHandle handle,
JobDefinition jobDefinition,
MetadataService.CustomizableProperty property,
Serializable newValue)
Customize a property for JobDefinition metadata.
|
void |
MetadataService.customizeJobSet(MetadataServiceHandle handle,
JobSet jobSet,
MetadataService.CustomizableProperty property,
Serializable newValue)
Customize a property for JobSet metadata.
|