|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.orb.giop.MessageReceptorPool
public class MessageReceptorPool
Constructor Summary | |
---|---|
MessageReceptorPool(java.lang.String config,
java.lang.String threadNamePrefix,
org.jacorb.config.Configuration myConfiguration)
|
Method Summary | |
---|---|
void |
connectionCreated(GIOPConnection conn)
|
void |
shutdown()
shutdown allows the ReceptorPool to be shutdown
so that new ORB.init's will use fresh pools |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageReceptorPool(java.lang.String config, java.lang.String threadNamePrefix, org.jacorb.config.Configuration myConfiguration)
config
- must be client or server to specify which configurationsubset should be usedthreadNamePrefix
- prefix that's used to name all threads that are created by this poolmyConfiguration
- current configuration
TODO configuration of this class should be enhanced. config param does not feel right.Method Detail |
---|
public void connectionCreated(GIOPConnection conn)
public void shutdown()
shutdown
allows the ReceptorPool to be shutdown
so that new ORB.init's will use fresh pools
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |