org.jacorb.orb.giop

Class MessageReceptorPool

public class MessageReceptorPool extends Object

Version: $Id: MessageReceptorPool.java,v 1.18 2006/07/27 13:50:35 nick.cross Exp $

Author: Nicolas Noffke

Constructor Summary
MessageReceptorPool(String config, String threadNamePrefix, Configuration myConfiguration)
Method Summary
voidconnectionCreated(GIOPConnection conn)
voidshutdown()
shutdown allows the ReceptorPool to be shutdown so that new ORB.init's will use fresh pools

Constructor Detail

MessageReceptorPool

public MessageReceptorPool(String config, String threadNamePrefix, Configuration myConfiguration)

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.

Method Detail

connectionCreated

public void connectionCreated(GIOPConnection conn)

shutdown

public void shutdown()
shutdown allows the ReceptorPool to be shutdown so that new ORB.init's will use fresh pools