Uses of Interface
org.jacorb.notification.interfaces.EvaluationContextFactory

Packages that use EvaluationContextFactory
org.jacorb.notification.filter   
org.jacorb.notification.filter.etcl   
org.jacorb.notification.impl   
 

Uses of EvaluationContextFactory in org.jacorb.notification.filter
 

Constructors in org.jacorb.notification.filter with parameters of type EvaluationContextFactory
AbstractFilter(org.apache.avalon.framework.configuration.Configuration config, EvaluationContextFactory evaluationContextFactory, MessageFactory messageFactory, POA poa)
           
 

Uses of EvaluationContextFactory in org.jacorb.notification.filter.etcl
 

Constructors in org.jacorb.notification.filter.etcl with parameters of type EvaluationContextFactory
ETCLFilter(org.apache.avalon.framework.configuration.Configuration config, EvaluationContextFactory evaluationContextFactory, MessageFactory messageFactory, ORB orb, POA poa)
           
 

Uses of EvaluationContextFactory in org.jacorb.notification.impl
 

Classes in org.jacorb.notification.impl that implement EvaluationContextFactory
 class DefaultEvaluationContextFactory
           
 class PoolingEvaluationContextFactory
           
 

Constructors in org.jacorb.notification.impl with parameters of type EvaluationContextFactory
PoolingEvaluationContextFactory(org.apache.avalon.framework.configuration.Configuration configuration, EvaluationContextFactory delegate)