org.jacorb.poa

Class RPPoolManagerFactory

public class RPPoolManagerFactory extends 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
voiddestroy()
RPPoolManagernewRPPoolManager(boolean isSingleThreaded)
factory method to create a RPPoolManager instance.

Constructor Detail

RPPoolManagerFactory

public RPPoolManagerFactory(ORB orb)

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