org.jacorb.notification.filter.etcl
Class ETCLFilterConstraint
java.lang.Object
org.jacorb.notification.filter.etcl.ETCLFilterConstraint
- All Implemented Interfaces:
- FilterConstraint
public class ETCLFilterConstraint
- extends java.lang.Object
- implements FilterConstraint
Representation of a ETCL Filter Constraint.
- Version:
- $Id: ETCLFilterConstraint.java,v 1.5 2006/05/17 13:07:40 alphonse.bendt Exp $
- Author:
- Alphonse Bendt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ETCLFilterConstraint
public ETCLFilterConstraint(AbstractTCLNode root)
ETCLFilterConstraint
public ETCLFilterConstraint(ConstraintExp constraintExp)
throws InvalidConstraint
- Throws:
InvalidConstraint
evaluate
public EvaluationResult evaluate(EvaluationContext evaluationContext,
Message event)
throws EvaluationException
- Specified by:
evaluate
in interface FilterConstraint
- Throws:
EvaluationException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object