Frames | No Frames |
Methods with parameter type org.jacorb.poa.RequestProcessor | |
void | |
void | |
void | |
void | RPPoolManagerListener.processorAddedToPool(RequestProcessor processor, int pool_count, int pool_size) |
void | EventMulticaster.processorRemovedFromPool(RequestProcessor processor, int pool_count, int pool_size) |
void | |
void | |
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
|