Uses of Class
oracle.as.scheduler.ConfigProperty
Packages that use ConfigProperty
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of ConfigProperty in oracle.as.scheduler
Methods in oracle.as.scheduler that return ConfigPropertyModifier and TypeMethodDescriptionApplicationConfig.getProperty
(String propertyName) Gets the property information for the given property name.Methods in oracle.as.scheduler that return types with arguments of type ConfigPropertyModifier and TypeMethodDescriptionApplicationConfig.getAppConfigProperties()
Gets the properties defined by the application.ApplicationConfig.getEssConfigProperties()
Gets the properties defined by ESS.Constructor parameters in oracle.as.scheduler with type arguments of type ConfigPropertyModifierConstructorDescriptionApplicationConfig
(String appName, Map<String, ConfigProperty> essProps, Map<String, ConfigProperty> appProps) Constructor