|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.0.0) E17480-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ChangePolicy> oracle.adf.controller.config.ChangePolicy
public enum ChangePolicy
For controller properties defined in adf-config.xml, defines when a property change will take affect at runtime. Properties can be changed using MBeans. Some properties can also change using specific APIs - see javadoc for each property.
Enum Constant Summary | |
---|---|
DYNAMIC
Property will change on the next access |
|
REQUIRES_APP_RESTART
Property will change when an application is restated, server is restarted, or application is redeployed |
|
REQUIRES_SERVER_RESTART
Property will change when server is restarted or an application is redeployed. |
Method Summary | |
---|---|
static ChangePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChangePolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ChangePolicy DYNAMIC
public static final ChangePolicy REQUIRES_APP_RESTART
public static final ChangePolicy REQUIRES_SERVER_RESTART
Method Detail |
---|
public static ChangePolicy[] values()
for (ChangePolicy c : ChangePolicy.values()) System.out.println(c);
public static ChangePolicy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.0.0) E17480-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |