|
Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference 11g Release 2 (11.2.2) E21647-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<ClientFailoverEvent.FailoverEvent>
com.timesten.jdbc.ClientFailoverEvent.FailoverEvent
public static enum ClientFailoverEvent.FailoverEvent
Client Failover events
| Enum Constant Summary | |
|---|---|
ABORTClient Failover was aborted |
|
BEGINClient Failover has begun |
|
ENDClient Failover has completed successfully |
|
ERRORClient Failover failed |
|
REAUTHClient Failover needs to be reauthorized |
|
| Method Summary | |
|---|---|
java.lang.String |
toString() |
static ClientFailoverEvent.FailoverEvent |
valueOf(int ei) |
static ClientFailoverEvent.FailoverEvent |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static ClientFailoverEvent.FailoverEvent[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ClientFailoverEvent.FailoverEvent BEGIN
public static final ClientFailoverEvent.FailoverEvent END
public static final ClientFailoverEvent.FailoverEvent ABORT
public static final ClientFailoverEvent.FailoverEvent REAUTH
public static final ClientFailoverEvent.FailoverEvent ERROR
| Method Detail |
|---|
public static ClientFailoverEvent.FailoverEvent[] values()
for (ClientFailoverEvent.FailoverEvent c : ClientFailoverEvent.FailoverEvent.values())
System.out.println(c);
public static ClientFailoverEvent.FailoverEvent 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 namejava.lang.NullPointerException - if the argument is nullpublic static ClientFailoverEvent.FailoverEvent valueOf(int ei)
public java.lang.String toString()
toString in class java.lang.Enum<ClientFailoverEvent.FailoverEvent>
|
Oracle® TimesTen In-Memory Database JDBC Extensions Java API Reference 11g Release 2 (11.2.2) E21647-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||