public class RoutingContextImpl extends Object implements RoutingContext
| Constructor and Description |
|---|
RoutingContextImpl(Transaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
void |
addQueue(SimpleString address,
Queue queue) |
void |
clear() |
Map<SimpleString,RouteContextList> |
getContexListing() |
RouteContextList |
getContextListing(SimpleString address) |
List<Queue> |
getDurableQueues(SimpleString address) |
List<Queue> |
getNonDurableQueues(SimpleString address) |
int |
getQueueCount() |
Transaction |
getTransaction() |
void |
setTransaction(Transaction tx) |
public RoutingContextImpl(Transaction transaction)
public void clear()
clear in interface RoutingContextpublic void addQueue(SimpleString address, Queue queue)
addQueue in interface RoutingContextpublic RouteContextList getContextListing(SimpleString address)
getContextListing in interface RoutingContextpublic Transaction getTransaction()
getTransaction in interface RoutingContextpublic void setTransaction(Transaction tx)
setTransaction in interface RoutingContextpublic List<Queue> getNonDurableQueues(SimpleString address)
getNonDurableQueues in interface RoutingContextpublic List<Queue> getDurableQueues(SimpleString address)
getDurableQueues in interface RoutingContextpublic int getQueueCount()
getQueueCount in interface RoutingContextpublic Map<SimpleString,RouteContextList> getContexListing()
getContexListing in interface RoutingContextCopyright © 2012 JBoss by Red Hat. All Rights Reserved.