-
-
Constructor Summary
Constructors
-
Method Summary
Returns the descriptors of queues which are to be applied
after the queue of this descriptor.
Returns the descriptors of queues which are to be applied
before the queue of this descriptor.
-
Constructor Details
-
Descriptor
public Descriptor()
-
Method Details
-
queuesToProcessBefore
Returns the descriptors of queues which are to be applied
before the queue of this descriptor.
- Specified by:
queuesToProcessBefore in class QueueDescriptor<VVQueue>
- Returns:
- descriptors of queues to be applied before this descriptor's queue
- See Also:
-
-
queuesToProcessAfter
Returns the descriptors of queues which are to be applied
after the queue of this descriptor.
- Specified by:
queuesToProcessAfter in class QueueDescriptor<VVQueue>
- Returns:
- descriptors of queues to be applied after this descriptor's queue
- See Also:
-
-
createQueue
- Specified by:
createQueue in class QueueDescriptor<VVQueue>
- Parameters:
qc - the invoking QueueCollection
- Returns:
- a new
Queue instance corresponding to this descriptor