org.activemq.filter
Class PropertyExpression
java.lang.Object
org.activemq.filter.PropertyExpression
- All Implemented Interfaces:
- Expression
- public class PropertyExpression
- extends Object
- implements Expression
Represents a property expression
- Version:
- $Revision: 1.1.1.1 $
PropertyExpression
public PropertyExpression(String name)
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-2007 Protique, Ltd.. All Rights Reserved.