|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DomainSynchronizationMode>
com.ibm.datapower.wamt.clientAPI.DomainSynchronizationMode
public enum DomainSynchronizationMode
DomainSynchronizationMode is an enumeration used to determine the synchronization policy that will used for managed domains.
The default is MANUAL. Configuration deployment is done manually. The administrator is responsible for manually scheduling the Domain deploy configuration task.
With the AUTO mode, configuration deployment is synchronized automatically.
ManagedSet.setSynchronizationModeForDomain(String, DomainSynchronizationMode)
,
Domain.setSynchronizationMode(DomainSynchronizationMode)
Enum Constant Summary | |
---|---|
AUTO
|
|
MANUAL
|
Method Summary | |
---|---|
static DomainSynchronizationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DomainSynchronizationMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 DomainSynchronizationMode AUTO
public static final DomainSynchronizationMode MANUAL
Method Detail |
---|
public static DomainSynchronizationMode[] values()
for (DomainSynchronizationMode c : DomainSynchronizationMode.values()) System.out.println(c);
public static DomainSynchronizationMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |