Uses of Interface
org.jboss.messaging.core.contract.Condition

Packages that use Condition
org.jboss.jms.server   
org.jboss.messaging.core.contract   
org.jboss.messaging.core.impl.postoffice   
 

Uses of Condition in org.jboss.jms.server
 

Classes in org.jboss.jms.server that implement Condition
 class JMSCondition
          A JMSCondition
 

Methods in org.jboss.jms.server that return Condition
 Condition JMSConditionFactory.createCondition(java.lang.String text)
           
 

Uses of Condition in org.jboss.messaging.core.contract
 

Fields in org.jboss.messaging.core.contract declared as Condition
 Condition Binding.condition
           
 

Methods in org.jboss.messaging.core.contract that return Condition
 Condition ConditionFactory.createCondition(java.lang.String text)
           
 

Methods in org.jboss.messaging.core.contract with parameters of type Condition
 java.util.Collection PostOffice.getQueuesForCondition(Condition condition, boolean localOnly)
          Get all queues that match the condition
 boolean PostOffice.route(MessageReference ref, Condition condition, Transaction tx)
          Route a reference.
 

Constructors in org.jboss.messaging.core.contract with parameters of type Condition
Binding(Condition condition, Queue queue, boolean allNodes)
           
 

Uses of Condition in org.jboss.messaging.core.impl.postoffice
 

Methods in org.jboss.messaging.core.impl.postoffice with parameters of type Condition
 java.util.Collection MessagingPostOffice.getQueuesForCondition(Condition condition, boolean localOnly)
           
 boolean MessagingPostOffice.route(MessageReference ref, Condition condition, Transaction tx)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.