public static final class OracleDSL.DBMS_AQ.MESSAGE_PROPERTIES_T
extends java.lang.Object
RECORD
corresponding to DBMS_AQ.MESSAGE_PROPERTIES_T
.Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
attempts |
java.lang.String |
correlation |
java.math.BigDecimal |
delay |
OracleDSL.DBMS_AQ.DELIVERY_MODE |
delivery_mode |
java.sql.Timestamp |
enqueue_time |
java.lang.String |
exception_queue |
java.math.BigDecimal |
expires |
java.lang.Integer |
priority |
java.lang.Integer |
state |
java.lang.String |
transaction_group |
Constructor and Description |
---|
MESSAGE_PROPERTIES_T() |
Modifier and Type | Method and Description |
---|---|
void |
attempts(java.lang.Integer newValue) |
void |
correlation(java.lang.String newValue) |
void |
delay(java.math.BigDecimal newValue) |
void |
delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue) |
void |
enqueue_time(java.sql.Timestamp newValue) |
void |
exception_queue(java.lang.String newValue) |
void |
expires(java.math.BigDecimal newValue) |
void |
priority(java.lang.Integer newValue) |
void |
state(java.lang.Integer newValue) |
void |
transaction_group(java.lang.String newValue) |
public java.lang.Integer priority
public java.math.BigDecimal delay
public java.math.BigDecimal expires
public java.lang.String correlation
public java.lang.Integer attempts
public java.lang.String exception_queue
public java.sql.Timestamp enqueue_time
public java.lang.Integer state
public java.lang.String transaction_group
public OracleDSL.DBMS_AQ.DELIVERY_MODE delivery_mode
public void priority(java.lang.Integer newValue)
public void delay(java.math.BigDecimal newValue)
public void expires(java.math.BigDecimal newValue)
public void correlation(java.lang.String newValue)
public void attempts(java.lang.Integer newValue)
public void exception_queue(java.lang.String newValue)
public void enqueue_time(java.sql.Timestamp newValue)
public void state(java.lang.Integer newValue)
public void transaction_group(java.lang.String newValue)
public void delivery_mode(OracleDSL.DBMS_AQ.DELIVERY_MODE newValue)
Copyright © 2014. All Rights Reserved.