Package | Description |
---|---|
oracle.as.scheduler |
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
|
Modifier and Type | Method and Description |
---|---|
ParameterInfo |
ParameterList.get(String name)
Returns the information about the given parameter from this list.
|
static ParameterInfo |
JobSetStepProperty.getStepPropInfo(String name)
Returns the detailed information for the step property
identified by the given name.
|
static ParameterInfo |
SystemProperty.getSysPropInfo(String name)
Get the information for the system property identified by
the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterList.add(ParameterInfo param)
Adds a parameter to the list.
|
Constructor and Description |
---|
ParameterInfo(ParameterInfo source)
Constructs a new instance with the same information as the
specified object.
|