Contents
class solace.AbstractQueueDescriptor
This class is not exposed for construction by API users.
This is a base class for solace.QueueDescriptor. API users should access the methods described here through a solace.QueueDescriptor.
Constructor Top
AbstractQueueDescriptor ( ) |
Properties Top
Boolean | durable | ||
solace.QueueType | type |
Methods Top
solace.QueueType | getType ( ) | |
Boolean | isDurable ( ) | |
String | toString ( ) |
Constructor details
Top
AbstractQueueDescriptor
( )
This class is not exposed for construction by API users.
This is a base class for solace.QueueDescriptor. API users should access the
methods described here through a solace.QueueDescriptor.
AbstractQueueDescriptor
( )
This class is not exposed for construction by API users.
This is a base class for solace.QueueDescriptor. API users should access the methods described here through a solace.QueueDescriptor.
Properties Detail Top
public
Boolean
durable
True if this descriptor refers to a durable queue.
The Queue Type.
Methods Detail Top
Gets the queue type to which this descriptor refers.
public
Boolean
isDurable
( )
Gets whether this descriptor refers to a durable queue.
public
String
toString
( )
An informational summary of this object, subject to change.