|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler 11g Release 1 (11.1.1.9) E57090-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.as.scheduler.ConfigProperty
public class ConfigProperty
Constructor Summary | |
---|---|
ConfigProperty(oracle.as.scheduler.runtime.EssConfigFacade.PropertyType propType, java.lang.String propName, java.lang.String propValue, boolean immutable) |
|
ConfigProperty(java.lang.String propType, java.lang.String propName, java.lang.String propValue, boolean immutable) |
Method Summary | |
---|---|
static ConfigProperty |
from(javax.management.openmbean.CompositeData cd) Create an instance of the model specific class out of an associated CompositeData instance |
java.lang.String |
getName() Get the name of this config property |
java.lang.String |
getType() Get the type of this config property. |
java.lang.String |
getValue() Get the value of this config property |
boolean |
isImmutable() Check whether the property is mutable or not |
javax.management.openmbean.CompositeData |
toCompositeData(javax.management.openmbean.CompositeType ct) Convert an instance of this model specific type to a CompositeData. |
static javax.management.openmbean.CompositeType |
toCompositeType() Returns the CompositeType that describes this model specific class |
java.lang.String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigProperty(oracle.as.scheduler.runtime.EssConfigFacade.PropertyType propType, java.lang.String propName, java.lang.String propValue, boolean immutable)
public ConfigProperty(java.lang.String propType, java.lang.String propName, java.lang.String propValue, boolean immutable)
Method Detail |
---|
public boolean isImmutable()
public java.lang.String getName()
public java.lang.String getType()
public java.lang.String getValue()
public static javax.management.openmbean.CompositeType toCompositeType()
public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
ct
- This parameter is there only for future compatibility reasons with JDK 6.0. It can be ignored at this point.public static ConfigProperty from(javax.management.openmbean.CompositeData cd) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public java.lang.String toString()
toString
in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler 11g Release 1 (11.1.1.9) E57090-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |