|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<AQDequeueOptions.DequeueMode> oracle.jdbc.aq.AQDequeueOptions.DequeueMode
public static enum AQDequeueOptions.DequeueMode
Enum Constant Summary | |
---|---|
BROWSE
Read the message without acquiring any lock on the message. |
|
LOCKED
Read and obtain a write lock on the message. |
|
REMOVE
Read the message and update or delete it. |
|
REMOVE_NODATA
Confirm receipt of the message, but do not deliver the actual message content. |
Method Summary | |
---|---|
int |
getCode()
Implementation detail (for internal use only). |
static AQDequeueOptions.DequeueMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AQDequeueOptions.DequeueMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're 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 AQDequeueOptions.DequeueMode BROWSE
public static final AQDequeueOptions.DequeueMode LOCKED
public static final AQDequeueOptions.DequeueMode REMOVE
public static final AQDequeueOptions.DequeueMode REMOVE_NODATA
Method Detail |
---|
public static final AQDequeueOptions.DequeueMode[] values()
for(AQDequeueOptions.DequeueMode c : AQDequeueOptions.DequeueMode.values()) System.out.println(c);
public static AQDequeueOptions.DequeueMode 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 namepublic final int getCode()
|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |