org.jacorb.notification.filter.etcl
Class ETCLFilter
java.lang.Object
org.jacorb.notification.filter.AbstractFilter
org.jacorb.notification.filter.etcl.ETCLFilter
- All Implemented Interfaces:
- AbstractFilterMBean, ETCLFilterMBean, GCDisposable, JMXManageable, NotifyingDisposable, IServantLifecyle, FilterOperations, org.picocontainer.Disposable
public class ETCLFilter
- extends AbstractFilter
- implements ETCLFilterMBean
- Author:
- Alphonse Bendt
| Methods inherited from class org.jacorb.notification.filter.AbstractFilter |
activate, add_constraints, attach_callback, attemptDispose, deactivate, destroy, detach_callback, dispose, get_all_constraints, get_callbacks, get_constraints, getCreationDate, getIterator, getJMXNotificationTypes, getJMXObjectName, getLastUsage, getMatchCount, getMatchStructuredCount, getMatchTypedCount, getPOA, listContraints, match_internal, match_structured_internal, match_structured, match_typed_internal, match_typed, match, modify_constraints, newConstraintId, newServant, registerDisposable, remove_all_constraints, setJMXCallback |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONSTRAINT_GRAMMAR
public static final String CONSTRAINT_GRAMMAR
- See Also:
- Constant Field Values
ETCLFilter
public ETCLFilter(Configuration config,
EvaluationContextFactory evaluationContextFactory,
MessageFactory messageFactory,
ORB orb,
POA poa)
throws ConfigurationException
- Throws:
ConfigurationException
newFilterConstraint
public FilterConstraint newFilterConstraint(ConstraintExp constraintExp)
throws InvalidConstraint
- Description copied from class:
AbstractFilter
- create a new FilterConstraint based on the provided ConstraintExp
- Specified by:
newFilterConstraint in class AbstractFilter
- Throws:
InvalidConstraint
constraint_grammar
public String constraint_grammar()
- Specified by:
constraint_grammar in interface FilterOperations
Copyright © 2015 JacORB. All rights reserved.