org.jacorb.notification.impl
Class PoolingEvaluationContextFactory

java.lang.Object
  extended byorg.jacorb.notification.impl.PoolingEvaluationContextFactory
All Implemented Interfaces:
EvaluationContextFactory

public class PoolingEvaluationContextFactory
extends java.lang.Object
implements EvaluationContextFactory

Version:
$Id: PoolingEvaluationContextFactory.java,v 1.2 2005/04/16 23:29:53 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
PoolingEvaluationContextFactory(org.apache.avalon.framework.configuration.Configuration configuration, ETCLEvaluator evaluator)
           
 
Method Summary
 EvaluationContext newEvaluationContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolingEvaluationContextFactory

public PoolingEvaluationContextFactory(org.apache.avalon.framework.configuration.Configuration configuration,
                                       ETCLEvaluator evaluator)
Method Detail

newEvaluationContext

public EvaluationContext newEvaluationContext()
Specified by:
newEvaluationContext in interface EvaluationContextFactory