org.jacorb.notification.impl
Class PoolingEvaluationContextFactory

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

public class PoolingEvaluationContextFactory
extends java.lang.Object
implements EvaluationContextFactory

Version:
$Id: PoolingEvaluationContextFactory.java,v 1.5 2009-04-25 10:08:51 andre.spiegel Exp $
Author:
Alphonse Bendt

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

newEvaluationContext

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