org.jboss.messaging.core.plugin.contract
Interface Condition

All Known Implementing Classes:
JMSCondition

public interface Condition

A Condition

Version:
$Revision: 2202 $ $Id: Condition.java 2202 2007-02-08 10:50:26Z timfox $
Author:
Tim Fox

Method Summary
 boolean matches(Condition routingCondition, MessageReference ref)
           
 java.lang.String toText()
           
 

Method Detail

matches

public boolean matches(Condition routingCondition,
                       MessageReference ref)

toText

public java.lang.String toText()


Copyright © 2006 JBoss Inc. All Rights Reserved.