java.lang.Object
de.grogra.xl.impl.queues.QueueDescriptor<PropertyQueue>
de.grogra.rgg.model.PropertyQueue.PropertyQueueDescriptor
- Enclosing class:
PropertyQueue
public static final class PropertyQueue.PropertyQueueDescriptor
extends QueueDescriptor<PropertyQueue>
-
Field Summary
Fields inherited from class de.grogra.xl.impl.queues.QueueDescriptor
DESCRIPTOR_0 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a newQueue.protected QueueDescriptor[]Returns the descriptors of queues which are to be applied after the queue of this descriptor.protected QueueDescriptor[]Returns the descriptors of queues which are to be applied before the queue of this descriptor.Methods inherited from class de.grogra.xl.impl.queues.QueueDescriptor
addOrder, equals, hashCode
-
Constructor Details
-
PropertyQueueDescriptor
public PropertyQueueDescriptor()
-
-
Method Details
-
queuesToProcessBefore
Description copied from class:QueueDescriptorReturns the descriptors of queues which are to be applied before the queue of this descriptor.- Specified by:
queuesToProcessBeforein classQueueDescriptor<PropertyQueue>- Returns:
- descriptors of queues to be applied before this descriptor's queue
- See Also:
-
queuesToProcessAfter
Description copied from class:QueueDescriptorReturns the descriptors of queues which are to be applied after the queue of this descriptor.- Specified by:
queuesToProcessAfterin classQueueDescriptor<PropertyQueue>- Returns:
- descriptors of queues to be applied after this descriptor's queue
- See Also:
-
createQueue
Description copied from class:QueueDescriptorCreates a newQueue. This method is invoked byQueueCollection.getQueue(QueueDescriptor).- Specified by:
createQueuein classQueueDescriptor<PropertyQueue>- Parameters:
qc- the invokingQueueCollection- Returns:
- a new
Queueinstance corresponding to this descriptor
-