org.apache.activemq.filter
Class PropertyExpression
java.lang.Object
org.apache.activemq.filter.PropertyExpression
- All Implemented Interfaces:
- Expression
public class PropertyExpression
- extends java.lang.Object
- implements Expression
Represents a property expression
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PropertyExpression
public PropertyExpression(java.lang.String name)
evaluate
public java.lang.Object evaluate(MessageEvaluationContext message)
throws javax.jms.JMSException
- Specified by:
evaluate
in interface Expression
- Returns:
- the value of this expression
- Throws:
javax.jms.JMSException
evaluate
public java.lang.Object evaluate(Message message)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
getName
public java.lang.String getName()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- See Also:
Object.hashCode()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
Copyright © 2005-2016. All Rights Reserved.