org.codehaus.activemq.filter
Class PropertyExpression

java.lang.Object
  extended byorg.codehaus.activemq.filter.PropertyExpression
All Implemented Interfaces:
Expression

public class PropertyExpression
extends Object
implements Expression

Represents a property expression

Version:
$Revision: 1.1 $

Constructor Summary
PropertyExpression(String name)
           
 
Method Summary
 boolean equals(Object o)
           
 Object evaluate(Message message)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyExpression

public PropertyExpression(String name)
Method Detail

evaluate

public Object evaluate(Message message)
                throws JMSException
Specified by:
evaluate in interface Expression
Returns:
the value of this expression
Throws:
JMSException

getName

public String getName()

toString

public String toString()
See Also:
Object.toString()

hashCode

public int hashCode()
See Also:
Object.hashCode()

equals

public boolean equals(Object o)
See Also:
Object.equals(java.lang.Object)


Copyright © 2004 Protique, Ltd.. All Rights Reserved.