public interface Queue
Modifier and Type | Method and Description |
---|---|
Activation |
dequeue() |
Activation |
dequeue(int index) |
void |
enqueue(Activation queueable) |
boolean |
isEmpty() |
void enqueue(Activation queueable)
Activation dequeue()
Activation dequeue(int index)
boolean isEmpty()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.