org.jacorb.notification.filter.etcl
Class ETCLFilterConstraint

java.lang.Object
  extended byorg.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.4 2005/10/27 21:39:39 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
ETCLFilterConstraint(AbstractTCLNode root)
           
ETCLFilterConstraint(ConstraintExp constraintExp)
           
 
Method Summary
 EvaluationResult evaluate(EvaluationContext evaluationContext, Message event)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ETCLFilterConstraint

public ETCLFilterConstraint(AbstractTCLNode root)

ETCLFilterConstraint

public ETCLFilterConstraint(ConstraintExp constraintExp)
                     throws InvalidConstraint
Method Detail

evaluate

public EvaluationResult evaluate(EvaluationContext evaluationContext,
                                 Message event)
                          throws EvaluationException
Specified by:
evaluate in interface FilterConstraint
Throws:
EvaluationException

toString

public java.lang.String toString()