|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jacorb.poa.RPPoolManagerFactory
public class RPPoolManagerFactory
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.
| 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 |
|---|
public RPPoolManagerFactory(ORB orb)
throws org.apache.avalon.framework.configuration.ConfigurationException
org.apache.avalon.framework.configuration.ConfigurationException| Method Detail |
|---|
public void destroy()
public RPPoolManager newRPPoolManager(boolean isSingleThreaded)
isSingleThreaded - if true the returned poolmanager will only use one thread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||