org.jacorb.orb.giop
Class MessageReceptorPool

java.lang.Object
  extended by org.jacorb.orb.giop.MessageReceptorPool

public class MessageReceptorPool
extends java.lang.Object

Version:
$Id: MessageReceptorPool.java,v 1.21 2009-05-03 21:35:56 andre.spiegel Exp $
Author:
Nicolas Noffke

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

MessageReceptorPool

public MessageReceptorPool(java.lang.String config,
                           java.lang.String threadNamePrefix,
                           org.jacorb.config.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