|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RuntimeConfigMXBeanProxy
Field Summary | |
---|---|
static java.lang.String |
s_mbeanObjectNameString
|
static java.lang.String |
s_shortName
|
Method Summary | |
---|---|
boolean |
addOrReplaceConfigProperties(java.lang.String application,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> propTypeNameValueMap)
Add or replace a set of ESS/APP properties to the ess configuration of the specified application. |
boolean |
addOrReplaceConfigProperty(java.lang.String application,
java.lang.String propType,
java.lang.String propName,
java.lang.String propValue)
Add or replace a ESS/APP property to the ess configuration of the specified application. |
boolean |
deleteConfigProperties(java.lang.String application,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> propTypeNameMap)
Deletes a set of ESS/APP properties from the ess configuration of the specified application. |
boolean |
deleteConfigProperty(java.lang.String application,
java.lang.String propType,
java.lang.String propName)
Deletes an ESS/APP property fromthe ess configuration of the specified application. |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getAllConfigProperties(java.lang.String application)
Returns the name-value pair of properties of all types of a specific application. |
java.util.Map<java.lang.String,java.lang.String> |
getConfigProperties(java.lang.String application,
java.lang.String propType)
Returns the name-value pair of all the properties of type ESS/APP of a specific application. |
java.lang.String |
getConfigProperty(java.lang.String application,
java.lang.String propType,
java.lang.String propName)
Returns the value of ESS/APP property name from the ess configuration of the specified application. |
java.util.Map<java.lang.String,java.util.List<ConfigProperty>> |
getDetailedConfigProperties(java.lang.String application)
Returns the list of ConfigProperty instances of all types of a specific application. |
boolean |
isPropertyExists(java.lang.String application,
java.lang.String propType,
java.lang.String propName)
Returns whether a property exists in properties list of the specified application. |
Field Detail |
---|
static final java.lang.String s_shortName
static final java.lang.String s_mbeanObjectNameString
Method Detail |
---|
boolean addOrReplaceConfigProperty(java.lang.String application, java.lang.String propType, java.lang.String propName, java.lang.String propValue) throws java.io.IOException, javax.management.InvalidAttributeValueException, javax.management.OperationsException, javax.management.RuntimeOperationsException
application
- name of the applicationpropType
- string equivalent of EssConfigFacade.PropertyTypepropName
- name of the property to add/modifypropValue
- value of the property to add/modify
java.io.IOException
- if a protocol error occurred.
javax.management.InvalidAttributeValueException
- if the passed
parameters are invalid
javax.management.OperationsException
- if the specific action
is not allowed
javax.management.RuntimeOperationsException
- if a Configuration failure
occursboolean deleteConfigProperty(java.lang.String application, java.lang.String propType, java.lang.String propName) throws java.io.IOException, javax.management.InvalidAttributeValueException, javax.management.OperationsException, javax.management.RuntimeOperationsException
application
- name of the applicationpropType
- string equivalent of EssConfigFacade.PropertyTypepropName
- name of the property to delete
java.io.IOException
- if a protocol error occurred.
javax.management.InvalidAttributeValueException
- if the passed
parameters are invalid
javax.management.RuntimeOperationsException
- if a Configuration failure
occurs
javax.management.OperationsException
java.lang.String getConfigProperty(java.lang.String application, java.lang.String propType, java.lang.String propName) throws java.io.IOException, javax.management.InvalidAttributeValueException, javax.management.InstanceNotFoundException, javax.management.RuntimeOperationsException
application
- name of the applicationpropType
- string equivalent of EssConfigFacade.PropertyTypepropName
- name of the property to retrieve
java.io.IOException
- if a protocol error occurred.
javax.management.InvalidAttributeValueException
- if the passed
parameters are invalid
javax.management.InstanceNotFoundException
- if the configuaction
doesn't exists for the property supplied
javax.management.RuntimeOperationsException
- if a Configuration failure
occursboolean isPropertyExists(java.lang.String application, java.lang.String propType, java.lang.String propName) throws java.io.IOException, javax.management.InvalidAttributeValueException, javax.management.RuntimeOperationsException
application
- name of the applicationpropType
- string equivalent of EssConfigFacade.PropertyTypepropName
- name of the property to check for existense
java.io.IOException
- if a protocol error occurred.
javax.management.InvalidAttributeValueException
- if the passed
parameters are invalid
javax.management.RuntimeOperationsException
- if a Configuration failure
occursjava.util.Map<java.lang.String,java.lang.String> getConfigProperties(java.lang.String application, java.lang.String propType) throws java.io.IOException, javax.management.InvalidAttributeValueException, javax.management.RuntimeOperationsException
application
- name of the applicationpropType
- string equivalent of EssConfigFacade.PropertyType
java.io.IOException
- if a protocol error occurred.
javax.management.InvalidAttributeValueException
- if the passed
parameters are invalid
javax.management.RuntimeOperationsException
- if a Configuration failure
occursboolean addOrReplaceConfigProperties(java.lang.String application, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> propTypeNameValueMap) throws javax.management.InvalidAttributeValueException, javax.management.OperationsException, javax.management.RuntimeOperationsException
application
- name of the applicationpropTypeNameValueMap
- Map of maps that contain
propName and propVal as key-value pairs
javax.management.InvalidAttributeValueException
- if the passed
parameters are invalid
javax.management.OperationsException
- if the specific action
is not allowed
javax.management.RuntimeOperationsException
- if a Configuration failure
occursboolean deleteConfigProperties(java.lang.String application, java.util.Map<java.lang.String,java.util.List<java.lang.String>> propTypeNameMap) throws javax.management.InvalidAttributeValueException, javax.management.OperationsException, javax.management.RuntimeOperationsException
application
- name of the applicationpropTypeNameMap
- Map of maps that contain List of propName
javax.management.InvalidAttributeValueException
- if the passed
parameters are invalid
javax.management.OperationsException
- if the specific action
is not allowed
javax.management.RuntimeOperationsException
- if a Configuration failure
occursjava.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getAllConfigProperties(java.lang.String application) throws javax.management.InvalidAttributeValueException, javax.management.RuntimeOperationsException
application
- name of the application
javax.management.InvalidAttributeValueException
- if the passed
parameters are invalid
javax.management.RuntimeOperationsException
- if a Configuration failure
occursjava.util.Map<java.lang.String,java.util.List<ConfigProperty>> getDetailedConfigProperties(java.lang.String application) throws javax.management.InvalidAttributeValueException, javax.management.RuntimeOperationsException
application
- name of the application
javax.management.InvalidAttributeValueException
- if the passed
parameters are invalid
javax.management.RuntimeOperationsException
- if a Configuration failure
occurs
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |