|
Oracle® Streams Advanced Queuing Java API Reference 11g Release 2 (11.2) E10768-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.AQ.AQQueueProperty
oracle.jms.AQjmsDestinationProperty
public class AQjmsDestinationProperty
This is an Oracle class which extends oracle.jms.AQQueueProperty. Oracle® Streams Advanced Queuing specific queue properties.
| Field Summary |
|---|
| Fields inherited from class oracle.AQ.AQQueueProperty |
|---|
EXCEPTION_QUEUE, INFINITE, NORMAL_QUEUE, type |
| Constructor Summary | |
|---|---|
AQjmsDestinationProperty()Constructor - initializes object with default destination properties. |
|
AQjmsDestinationProperty(oracle.AQ.AQQueueProperty aqProp)Constructor - initializes object with a combination of default destination properties and properties provided by the aqProp parameter. |
|
| Method Summary |
|---|
| Methods inherited from class oracle.AQ.AQQueueProperty |
|---|
getComment, getMaxRetries, getQueueType, getRetentionTime, getRetryInterval, setComment, setMaxRetries, setMaxRetries, setQueueType, setRetentionTime, setRetentionTime, setRetryInterval, setRetryInterval, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AQjmsDestinationProperty()
public AQjmsDestinationProperty(oracle.AQ.AQQueueProperty aqProp)
aqProp parameter.
aqProp - provides the following properties:
QueueTypeMaxRetriesRetryIntervalRetentionTimeComment
|
Oracle® Streams Advanced Queuing Java API Reference 11g Release 2 (11.2) E10768-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||