|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Queue in org.jboss.jms.server |
Fields in org.jboss.jms.server declared as Queue | |
protected Queue |
ServerPeer.defaultDLQ
|
protected Queue |
ServerPeer.defaultExpiryQueue
|
Methods in org.jboss.jms.server that return Queue | |
Queue |
ServerPeer.getDefaultDLQInstance()
|
Queue |
ServerPeer.getDefaultExpiryQueueInstance()
|
Uses of Queue in org.jboss.jms.server.destination |
Methods in org.jboss.jms.server.destination that return Queue | |
Queue |
ManagedDestination.getDLQ()
|
Queue |
ManagedDestination.getExpiryQueue()
|
Queue |
ManagedQueue.getQueue()
|
Methods in org.jboss.jms.server.destination with parameters of type Queue | |
void |
ManagedQueue.setQueue(Queue queue)
|
Uses of Queue in org.jboss.jms.server.messagecounter |
Constructors in org.jboss.jms.server.messagecounter with parameters of type Queue | |
MessageCounter(java.lang.String name,
java.lang.String subscription,
Queue queue,
boolean topic,
boolean durable,
int daycountmax)
Constructor |
Uses of Queue in org.jboss.messaging.core.local |
Classes in org.jboss.messaging.core.local that implement Queue | |
class |
PagingFilteredQueue
A PagingFilteredQueue Can be used to implement a point to point queue, or a subscription fed from a topic |
Uses of Queue in org.jboss.messaging.core.plugin.contract |
Methods in org.jboss.messaging.core.plugin.contract with parameters of type Queue | |
Binding |
PostOffice.bindQueue(Condition condition,
Queue queue)
|
Uses of Queue in org.jboss.messaging.core.plugin.postoffice |
Methods in org.jboss.messaging.core.plugin.postoffice that return Queue | |
Queue |
DefaultBinding.getQueue()
|
Queue |
Binding.getQueue()
|
Methods in org.jboss.messaging.core.plugin.postoffice with parameters of type Queue | |
Binding |
DefaultPostOffice.bindQueue(Condition condition,
Queue queue)
|
Constructors in org.jboss.messaging.core.plugin.postoffice with parameters of type Queue | |
DefaultBinding(int nodeID,
Condition condition,
Queue queue)
|
Uses of Queue in org.jboss.messaging.core.plugin.postoffice.cluster |
Subinterfaces of Queue in org.jboss.messaging.core.plugin.postoffice.cluster | |
interface |
ClusteredQueue
A ClusteredQueue |
Classes in org.jboss.messaging.core.plugin.postoffice.cluster that implement Queue | |
class |
LocalClusteredQueue
A LocalClusteredQueue |
class |
RemoteQueueStub
A RemoteQueueStub TODO to avoid having to implement a lot of methods that throw UnsupportedOperationException should define an interface that only declares the required methods and implement that |
Methods in org.jboss.messaging.core.plugin.postoffice.cluster that return Queue | |
Queue |
DefaultRouter.getLocalQueue()
|
Queue |
ClusterRouter.getLocalQueue()
|
Queue |
RoundRobinRouter.getLocalQueue()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |