Uses of Interface
org.apache.activemq.artemis.core.server.RouteContextList
-
-
Uses of RouteContextList in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging with parameters of type RouteContextList Modifier and Type Method Description booleanPagingStore. page(Message message, Transaction tx, RouteContextList listCtx)Write message to page if we are paging. -
Uses of RouteContextList in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type RouteContextList Modifier and Type Method Description booleanPagingStoreImpl. page(Message message, Transaction tx, RouteContextList listCtx) -
Uses of RouteContextList in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence with parameters of type RouteContextList Modifier and Type Method Description booleanStorageManager. addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx)Write message to page if we are paging. -
Uses of RouteContextList in org.apache.activemq.artemis.core.persistence.impl.journal
Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type RouteContextList Modifier and Type Method Description booleanAbstractJournalStorageManager. addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx) -
Uses of RouteContextList in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type RouteContextList Modifier and Type Method Description booleanNullStorageManager. addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx) -
Uses of RouteContextList in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return RouteContextList Modifier and Type Method Description RouteContextListRoutingContext. getContextListing(SimpleString address)Methods in org.apache.activemq.artemis.core.server that return types with arguments of type RouteContextList Modifier and Type Method Description Map<SimpleString,RouteContextList>RoutingContext. getContexListing() -
Uses of RouteContextList in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return RouteContextList Modifier and Type Method Description RouteContextListRoutingContextImpl. getContextListing(SimpleString address)Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type RouteContextList Modifier and Type Method Description Map<SimpleString,RouteContextList>RoutingContextImpl. getContexListing()
-