org.hornetq.api.core.client
Interface ClientSession.BindingQuery

Enclosing interface:
ClientSession

public static interface ClientSession.BindingQuery

Information returned by a binding query

See Also:
ClientSession.bindingQuery(SimpleString)

Method Summary
 List<org.hornetq.api.core.SimpleString> getQueueNames()
          Returns the names of the queues bound to the binding.
 boolean isExists()
          Returns true if the binding exists, false else.
 

Method Detail

isExists

boolean isExists()
Returns true if the binding exists, false else.


getQueueNames

List<org.hornetq.api.core.SimpleString> getQueueNames()
Returns the names of the queues bound to the binding.



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.