|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ReplicationStatusEnum>
org.apache.directory.server.ldap.replication.consumer.ReplicationStatusEnum
public enum ReplicationStatusEnum
This enum is used to describe the various status of the replication.
| Enum Constant Summary | |
|---|---|
DISCONNECTED
We get disconnected from the provider |
|
REFRESH_REQUIRED
A full refresh should be done |
|
STOPPED
The replication has been stopped |
|
| Method Summary | |
|---|---|
static ReplicationStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReplicationStatusEnum[] |
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 ReplicationStatusEnum DISCONNECTED
public static final ReplicationStatusEnum REFRESH_REQUIRED
public static final ReplicationStatusEnum STOPPED
| Method Detail |
|---|
public static ReplicationStatusEnum[] values()
for (ReplicationStatusEnum c : ReplicationStatusEnum.values()) System.out.println(c);
public static ReplicationStatusEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||