org.jacorb.poa
Class RPPoolManagerFactory

java.lang.Object
  extended by org.jacorb.poa.RPPoolManagerFactory

public class RPPoolManagerFactory
extends java.lang.Object

factory class to create instances of RPPoolManager depending on the configuration of the ORB this factory will return a new instance for every call or return a shared instance.

Version:
$Id: RPPoolManagerFactory.java,v 1.5 2006/07/07 12:09:50 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
RPPoolManagerFactory(ORB orb)
           
 
Method Summary
 void destroy()
           
 RPPoolManager newRPPoolManager(boolean isSingleThreaded)
          factory method to create a RPPoolManager instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPPoolManagerFactory

public RPPoolManagerFactory(ORB orb)
                     throws org.apache.avalon.framework.configuration.ConfigurationException
Throws:
org.apache.avalon.framework.configuration.ConfigurationException
Method Detail

destroy

public void destroy()

newRPPoolManager

public RPPoolManager newRPPoolManager(boolean isSingleThreaded)
factory method to create a RPPoolManager instance.

Parameters:
isSingleThreaded - if true the returned poolmanager will only use one thread