org.jacorb.orb.giop
public class MessageReceptorPool extends Object
Version: $Id: MessageReceptorPool.java,v 1.18 2006/07/27 13:50:35 nick.cross Exp $
Constructor Summary | |
---|---|
MessageReceptorPool(String config, String threadNamePrefix, 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 |
Parameters: config must be client or server to specify which configurationsubset should be used threadNamePrefix prefix that's used to name all threads that are created by this pool myConfiguration current configuration TODO configuration of this class should be enhanced. config param does not feel right.
shutdown
allows the ReceptorPool to be shutdown
so that new ORB.init's will use fresh pools