Uses of Class
org.apache.activemq.artemis.core.server.impl.RefsOperation
-
Packages that use RefsOperation Package Description org.apache.activemq.artemis.core.server.impl org.apache.activemq.artemis.core.transaction org.apache.activemq.artemis.core.transaction.impl -
-
Uses of RefsOperation in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return RefsOperation Modifier and Type Method Description RefsOperationRefsOperation. setDelivering(boolean delivering) -
Uses of RefsOperation in org.apache.activemq.artemis.core.transaction
Methods in org.apache.activemq.artemis.core.transaction that return RefsOperation Modifier and Type Method Description RefsOperationTransaction. createRefsOperation(Queue queue, AckReason reason) -
Uses of RefsOperation in org.apache.activemq.artemis.core.transaction.impl
Methods in org.apache.activemq.artemis.core.transaction.impl that return RefsOperation Modifier and Type Method Description RefsOperationTransactionImpl. createRefsOperation(Queue queue, AckReason reason)
-