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.4 2005/11/11 19:39:15 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
PoolingEvaluationContextFactory(org.apache.avalon.framework.configuration.Configuration configuration, EvaluationContextFactory delegate)
           
 
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,
                                       EvaluationContextFactory delegate)
Method Detail

newEvaluationContext

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