Uses of Class
org.apache.activemq.artemis.core.server.QueueQueryResult
-
Packages that use QueueQueryResult Package Description org.apache.activemq.artemis.core.protocol.core.impl.wireformat org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl -
-
Uses of QueueQueryResult in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type QueueQueryResult Constructor Description SessionQueueQueryResponseMessage(QueueQueryResult result)SessionQueueQueryResponseMessage_V2(QueueQueryResult result)SessionQueueQueryResponseMessage_V3(QueueQueryResult result) -
Uses of QueueQueryResult in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return QueueQueryResult Modifier and Type Method Description QueueQueryResultServerSession. executeQueueQuery(SimpleString name)QueueQueryResultActiveMQServer. queueQuery(SimpleString name) -
Uses of QueueQueryResult in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return QueueQueryResult Modifier and Type Method Description QueueQueryResultServerSessionImpl. executeQueueQuery(SimpleString name)QueueQueryResultActiveMQServerImpl. queueQuery(SimpleString name)
-