public class MessageReceptorPool
extends java.lang.Object
Constructor and Description |
---|
MessageReceptorPool(java.lang.String config,
java.lang.String threadNamePrefix,
org.jacorb.config.Configuration myConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
connectionCreated(GIOPConnection conn) |
void |
shutdown()
shutdown allows the ReceptorPool to be shutdown
so that new ORB.init's will use fresh pools |
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.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