|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IRogChangeDataCaptureHandler.LogCompletionReason>
com.neeve.rog.IRogChangeDataCaptureHandler.LogCompletionReason
public static enum IRogChangeDataCaptureHandler.LogCompletionReason
Enumerates the set of reasons why CDC run on a log completed
Enum Constant Summary | |
---|---|
Closed
Indicates that the CDC processor was closed |
|
Error
Indicates an error was encountered during CDC processing |
|
LogNotCheckpointed
Indicates the CDC run completed because the log was not checkpointed |
|
MovedOntoNextLog
Indicates the CDC run completed it reached the end of the current log and the current log is not the live log. i.e. |
Method Summary | |
---|---|
static IRogChangeDataCaptureHandler.LogCompletionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IRogChangeDataCaptureHandler.LogCompletionReason[] |
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 IRogChangeDataCaptureHandler.LogCompletionReason LogNotCheckpointed
public static final IRogChangeDataCaptureHandler.LogCompletionReason MovedOntoNextLog
public static final IRogChangeDataCaptureHandler.LogCompletionReason Closed
public static final IRogChangeDataCaptureHandler.LogCompletionReason Error
Method Detail |
---|
public static IRogChangeDataCaptureHandler.LogCompletionReason[] values()
for (IRogChangeDataCaptureHandler.LogCompletionReason c : IRogChangeDataCaptureHandler.LogCompletionReason.values()) System.out.println(c);
public static IRogChangeDataCaptureHandler.LogCompletionReason 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 |