Uses of Class
org.jacorb.poa.RequestProcessor

Packages that use RequestProcessor
org.jacorb.poa   
 

Uses of RequestProcessor in org.jacorb.poa
 

Methods in org.jacorb.poa that return RequestProcessor
protected  RequestProcessor RPPoolManager.getProcessor()
          returns a processor from pool, the first call causes the initialization of the processor pool, if no processor available the number of processors will increased until the max_pool_size is reached, this method blocks if no processor available and the max_pool_size is reached until a processor will released
 

Methods in org.jacorb.poa with parameters of type RequestProcessor
 void RPPoolManagerListener.processorAddedToPool(RequestProcessor processor, int pool_count, int pool_size)
           
 void RPPoolManagerListener.processorRemovedFromPool(RequestProcessor processor, int pool_count, int pool_size)
           
protected  void RPPoolManager.releaseProcessor(RequestProcessor rp)
          gives a processor back into the pool if the number of available processors is smaller than min_pool_size, otherwise the processor will terminated
 void POAMonitorImpl.processorAddedToPool(RequestProcessor processor, int pool_count, int pool_size)
           
 void POAMonitorImpl.processorRemovedFromPool(RequestProcessor processor, int pool_count, int pool_size)
           
 void POAAdapter.processorAddedToPool(RequestProcessor processor, int pool_count, int pool_size)
           
 void POAAdapter.processorRemovedFromPool(RequestProcessor processor, int pool_count, int pool_size)
           
 void EventMulticaster.processorAddedToPool(RequestProcessor processor, int pool_count, int pool_size)
           
 void EventMulticaster.processorRemovedFromPool(RequestProcessor processor, int pool_count, int pool_size)