Oracle® Streams Advanced Queuing Java API Reference
10g Release 2 (10.2)

B14291-01


oracle.jms
Class AQjmsDestinationProperty

java.lang.Object
  extended byoracle.AQ.AQQueueProperty
      extended byoracle.jms.AQjmsDestinationProperty

All Implemented Interfaces:
java.io.Serializable

public class AQjmsDestinationProperty
extends oracle.AQ.AQQueueProperty

This is an Oracle class which extends oracle.jms.AQQueueProperty. Oracle Streams Advanced Queuing specific queue properties.

See Also:
Serialized Form

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.

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

AQjmsDestinationProperty

public AQjmsDestinationProperty()
Constructor - initializes object with default destination properties.

AQjmsDestinationProperty

public AQjmsDestinationProperty(oracle.AQ.AQQueueProperty aqProp)
Constructor - initializes object with a combination of default destination properties and properties provided by the aqProp parameter.
Parameters:
aqProp - provides the following properties:

Oracle® Streams Advanced Queuing Java API Reference
10g Release 2 (10.2)

B14291-01


Copyright © 2003, 2005, Oracle. All rights reserved.