Uses of Class org.jacorb.poa.RequestProcessor

Uses in package org.jacorb.poa

Methods with parameter type org.jacorb.poa.RequestProcessor

void
EventMulticaster.processorAddedToPool(RequestProcessor processor, int pool_count, int pool_size)
void
POAAdapter.processorAddedToPool(RequestProcessor processor, int pool_count, int pool_size)
void
POAMonitorImpl.processorAddedToPool(RequestProcessor processor, int pool_count, int pool_size)
void
RPPoolManagerListener.processorAddedToPool(RequestProcessor processor, int pool_count, int pool_size)
void
EventMulticaster.processorRemovedFromPool(RequestProcessor processor, int pool_count, int pool_size)
void
POAAdapter.processorRemovedFromPool(RequestProcessor processor, int pool_count, int pool_size)
void
POAMonitorImpl.processorRemovedFromPool(RequestProcessor processor, int pool_count, int pool_size)
void
RPPoolManagerListener.processorRemovedFromPool(RequestProcessor processor, int pool_count, int pool_size)
void
gives a processor back into the pool if the number of available processors is smaller than min_pool_size, otherwise the processor will terminated

Methods with return type org.jacorb.poa.RequestProcessor

RequestProcessor
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