C E G I N O P Q R S T

C

createPool(String, int, int, int, int, boolean, long, String, boolean, int) - Method in interface org.apache.cocoon.components.thread.RunnableManager
Create a shared ThreadPool with a specific ThreadFactory
createPool(int, int, int, int, boolean, long, String, boolean, int) - Method in interface org.apache.cocoon.components.thread.RunnableManager
Create a private ThreadPool with a specific ThreadFactory

E

execute(Runnable) - Method in interface org.apache.cocoon.components.thread.RunnableManager
Immediate Execution of a runnable in the background
execute(Runnable, long) - Method in interface org.apache.cocoon.components.thread.RunnableManager
Immediate Execution of a runnable in the background
execute(Runnable, long, long) - Method in interface org.apache.cocoon.components.thread.RunnableManager
Immediate Execution of a runnable in the background
execute(String, Runnable) - Method in interface org.apache.cocoon.components.thread.RunnableManager
Immediate Execution of a runnable in the background
execute(String, Runnable, long) - Method in interface org.apache.cocoon.components.thread.RunnableManager
Immediate Execution of a runnable in the background
execute(String, Runnable, long, long) - Method in interface org.apache.cocoon.components.thread.RunnableManager
Delayed and repeated Execution of a runnable in the background
execute(Runnable) - Method in interface org.apache.cocoon.components.thread.ThreadPool
Execute a command using this pool

G

getBlockPolicy() - Method in interface org.apache.cocoon.components.thread.ThreadPool
The blocking policy used
getKeepAliveTime() - Method in interface org.apache.cocoon.components.thread.ThreadPool
How long will a thread in this pool be idle before it is allowed to be garbage collected
getMaximumPoolSize() - Method in interface org.apache.cocoon.components.thread.ThreadPool
How many threads are in this pool at maximum
getMaximumQueueSize() - Method in interface org.apache.cocoon.components.thread.ThreadPool
Maximum size of the queue
getMinimumPoolSize() - Method in interface org.apache.cocoon.components.thread.ThreadPool
How many threads are in this pool at minimum
getName() - Method in interface org.apache.cocoon.components.thread.ThreadPool
The Name of this thread pool
getPoolSize() - Method in interface org.apache.cocoon.components.thread.ThreadPool
How many threads are currently in this pool
getPriority() - Method in interface org.apache.cocoon.components.thread.ThreadFactory
Get the priority newly created Threads will have
getPriority() - Method in interface org.apache.cocoon.components.thread.ThreadPool
Get the thread priority used by this pool
getQueueSize() - Method in interface org.apache.cocoon.components.thread.Queue
get the current queue size
getQueueSize() - Method in interface org.apache.cocoon.components.thread.ThreadPool
Current size of the queue.

I

isDaemon() - Method in interface org.apache.cocoon.components.thread.ThreadFactory
Get the daemon mode created Threads will have
isQueued() - Method in interface org.apache.cocoon.components.thread.ThreadPool
Whether this ThreadPool has a queue
isTerminatedAfterShutdown() - Method in interface org.apache.cocoon.components.thread.ThreadPool
Returns true if a shutDown method has succeeded in terminating all threads

N

newThread(Runnable) - Method in interface org.apache.cocoon.components.thread.ThreadFactory
Create a new Thread for a Runnable command

O

org.apache.cocoon.components.thread - package org.apache.cocoon.components.thread
 

P

POLICY_ABORT - Static variable in interface org.apache.cocoon.components.thread.ThreadPool
ThreadPool block policy ABORT
POLICY_DISCARD - Static variable in interface org.apache.cocoon.components.thread.ThreadPool
ThreadPool block policy DISCARD
POLICY_DISCARD_OLDEST - Static variable in interface org.apache.cocoon.components.thread.ThreadPool
ThreadPool block policy DISCARD-OLDEST
POLICY_RUN - Static variable in interface org.apache.cocoon.components.thread.ThreadPool
ThreadPool block policy RUN
POLICY_WAIT - Static variable in interface org.apache.cocoon.components.thread.ThreadPool
ThreadPool block policy WAIT

Q

Queue - interface org.apache.cocoon.components.thread.Queue.
Extension to add queue size reporting

R

ROLE - Static variable in interface org.apache.cocoon.components.thread.RunnableManager
The role name
ROLE - Static variable in interface org.apache.cocoon.components.thread.ThreadPool
The Role name
RunnableManager - interface org.apache.cocoon.components.thread.RunnableManager.
The RunnableManager interface describes the functionality of an implementation running commands in the background.
remove(Runnable) - Method in interface org.apache.cocoon.components.thread.RunnableManager
Remove a Runnable from the execution stack

S

setDaemon(boolean) - Method in interface org.apache.cocoon.components.thread.ThreadFactory
Set the daemon mode of created Threads should have
setPriority(int) - Method in interface org.apache.cocoon.components.thread.ThreadFactory
Set the priority newly created Threads should have
shutdown() - Method in interface org.apache.cocoon.components.thread.ThreadPool
Terminates all threads possibly awaiting processing all elements currently in queue.

T

ThreadFactory - interface org.apache.cocoon.components.thread.ThreadFactory.
The ThreadFactory interface describes the responability of Factories creating Thread for ThreadPools of the RunnableManager
ThreadPool - interface org.apache.cocoon.components.thread.ThreadPool.
The ThreadPool interface gives access to methods needed to inspect and use of a pool of threads

C E G I N O P Q R S T

Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.