Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
E
F
G
I
J
N
O
P
R
S
T
U
V
W
C
cancel()
- Method in class org.apache.geronimo.timer.
ExecutorFeedingTimerTask
cancel(long)
- Method in class org.apache.geronimo.timer.jdbc.
JDBCWorkerPersistence
cancel(long)
- Method in class org.apache.geronimo.timer.vm.
VMWorkerPersistence
cancel(long)
- Method in interface org.apache.geronimo.timer.
WorkerPersistence
cancelTimerTasks(Collection)
- Method in interface org.apache.geronimo.timer.
PersistentTimer
cancelTimerTasks(Collection)
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
Called when client, eg. ejb container, is stopped and needs to cancel its timertasks without affecting persisted timer data.
createExecutorTask(Runnable, WorkInfo, ThreadPooledTimer)
- Method in interface org.apache.geronimo.timer.
ExecutorTaskFactory
createExecutorTask(Runnable, WorkInfo, ThreadPooledTimer)
- Method in class org.apache.geronimo.timer.
NontransactionalExecutorTaskFactory
createExecutorTask(Runnable, WorkInfo, ThreadPooledTimer)
- Method in class org.apache.geronimo.timer.
TransactionalExecutorTaskFactory
D
doFail()
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
doStart()
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
doStop()
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
E
ExecutorFeedingTimerTask
- Class in
org.apache.geronimo.timer
ExecutorFeedingTimerTask(WorkInfo, ThreadPooledTimer)
- Constructor for class org.apache.geronimo.timer.
ExecutorFeedingTimerTask
ExecutorTask
- Interface in
org.apache.geronimo.timer
ExecutorTaskFactory
- Interface in
org.apache.geronimo.timer
F
fixedRateWorkPerformed(long)
- Method in class org.apache.geronimo.timer.jdbc.
JDBCWorkerPersistence
fixedRateWorkPerformed(long)
- Method in class org.apache.geronimo.timer.vm.
VMWorkerPersistence
fixedRateWorkPerformed(long)
- Method in interface org.apache.geronimo.timer.
WorkerPersistence
G
GBEAN_INFO
- Static variable in class org.apache.geronimo.timer.jdbc.
JDBCStoreThreadPooledNonTransactionalTimer
GBEAN_INFO
- Static variable in class org.apache.geronimo.timer.jdbc.
JDBCStoreThreadPooledTransactionalTimer
GBEAN_INFO
- Static variable in class org.apache.geronimo.timer.vm.
VMStoreThreadPooledNonTransactionalTimer
GBEAN_INFO
- Static variable in class org.apache.geronimo.timer.vm.
VMStoreThreadPooledTransactionalTimer
getAtFixedRate()
- Method in class org.apache.geronimo.timer.
WorkInfo
getClientHandle()
- Method in class org.apache.geronimo.timer.
WorkInfo
getExecutorFeedingTimerTask()
- Method in class org.apache.geronimo.timer.
WorkInfo
getExecutorTask()
- Method in class org.apache.geronimo.timer.
WorkInfo
getGBeanInfo()
- Static method in class org.apache.geronimo.timer.jdbc.
JDBCStoreThreadPooledNonTransactionalTimer
getGBeanInfo()
- Static method in class org.apache.geronimo.timer.jdbc.
JDBCStoreThreadPooledTransactionalTimer
getGBeanInfo()
- Static method in class org.apache.geronimo.timer.vm.
VMStoreThreadPooledNonTransactionalTimer
getGBeanInfo()
- Static method in class org.apache.geronimo.timer.vm.
VMStoreThreadPooledTransactionalTimer
getId()
- Method in class org.apache.geronimo.timer.
WorkInfo
getIdsByKey(String, Object)
- Method in class org.apache.geronimo.timer.jdbc.
JDBCWorkerPersistence
getIdsByKey(String, Object)
- Method in interface org.apache.geronimo.timer.
PersistentTimer
getIdsByKey(String, Object)
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
getIdsByKey(String, Object)
- Method in class org.apache.geronimo.timer.vm.
VMWorkerPersistence
getIdsByKey(String, Object)
- Method in interface org.apache.geronimo.timer.
WorkerPersistence
getKey()
- Method in class org.apache.geronimo.timer.
WorkInfo
getPeriod()
- Method in class org.apache.geronimo.timer.
WorkInfo
getRepeatCount()
- Method in class org.apache.geronimo.timer.
TransactionalExecutorTaskFactory
getTime()
- Method in class org.apache.geronimo.timer.
WorkInfo
getUserId()
- Method in class org.apache.geronimo.timer.
WorkInfo
getUserInfo()
- Method in class org.apache.geronimo.timer.
WorkInfo
getWorkInfo(Long)
- Method in interface org.apache.geronimo.timer.
PersistentTimer
getWorkInfo(Long)
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
I
initialize(ExecutorFeedingTimerTask, ExecutorTask)
- Method in class org.apache.geronimo.timer.
WorkInfo
intervalWorkPerformed(long, long)
- Method in class org.apache.geronimo.timer.jdbc.
JDBCWorkerPersistence
intervalWorkPerformed(long, long)
- Method in class org.apache.geronimo.timer.vm.
VMWorkerPersistence
intervalWorkPerformed(long, long)
- Method in interface org.apache.geronimo.timer.
WorkerPersistence
isCancelled()
- Method in class org.apache.geronimo.timer.
ExecutorFeedingTimerTask
isOneTime()
- Method in class org.apache.geronimo.timer.
WorkInfo
J
JDBCStoreThreadPooledNonTransactionalTimer
- Class in
org.apache.geronimo.timer.jdbc
JDBCStoreThreadPooledNonTransactionalTimer(ConnectionFactorySource, TransactionManager, Executor, Kernel)
- Constructor for class org.apache.geronimo.timer.jdbc.
JDBCStoreThreadPooledNonTransactionalTimer
JDBCStoreThreadPooledTransactionalTimer
- Class in
org.apache.geronimo.timer.jdbc
JDBCStoreThreadPooledTransactionalTimer(int, TransactionManager, ConnectionFactorySource, Executor, Kernel)
- Constructor for class org.apache.geronimo.timer.jdbc.
JDBCStoreThreadPooledTransactionalTimer
JDBCWorkerPersistence
- Class in
org.apache.geronimo.timer.jdbc
TODO use an insert returning or stored procedure to insert.
JDBCWorkerPersistence(String, DataSource, boolean)
- Constructor for class org.apache.geronimo.timer.jdbc.
JDBCWorkerPersistence
N
newTask(long)
- Method in interface org.apache.geronimo.timer.
UserTaskFactory
nextInterval()
- Method in class org.apache.geronimo.timer.
WorkInfo
NontransactionalExecutorTask
- Class in
org.apache.geronimo.timer
NontransactionalExecutorTask(Runnable, WorkInfo, ThreadPooledTimer)
- Constructor for class org.apache.geronimo.timer.
NontransactionalExecutorTask
NontransactionalExecutorTaskFactory
- Class in
org.apache.geronimo.timer
NontransactionalExecutorTaskFactory()
- Constructor for class org.apache.geronimo.timer.
NontransactionalExecutorTaskFactory
O
org.apache.geronimo.timer
- package org.apache.geronimo.timer
org.apache.geronimo.timer.jdbc
- package org.apache.geronimo.timer.jdbc
org.apache.geronimo.timer.vm
- package org.apache.geronimo.timer.vm
P
PersistenceException
- Exception in
org.apache.geronimo.timer
PersistenceException()
- Constructor for exception org.apache.geronimo.timer.
PersistenceException
PersistenceException(String)
- Constructor for exception org.apache.geronimo.timer.
PersistenceException
PersistenceException(String, Throwable)
- Constructor for exception org.apache.geronimo.timer.
PersistenceException
PersistenceException(Throwable)
- Constructor for exception org.apache.geronimo.timer.
PersistenceException
PersistentTimer
- Interface in
org.apache.geronimo.timer
playback(String, Playback)
- Method in class org.apache.geronimo.timer.jdbc.
JDBCWorkerPersistence
playback(String, UserTaskFactory)
- Method in interface org.apache.geronimo.timer.
PersistentTimer
Playback
- Interface in
org.apache.geronimo.timer
playback(String, UserTaskFactory)
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
playback(String, Playback)
- Method in class org.apache.geronimo.timer.vm.
VMWorkerPersistence
playback(String, Playback)
- Method in interface org.apache.geronimo.timer.
WorkerPersistence
R
run()
- Method in class org.apache.geronimo.timer.
ExecutorFeedingTimerTask
run()
- Method in class org.apache.geronimo.timer.
NontransactionalExecutorTask
run()
- Method in class org.apache.geronimo.timer.
TransactionalExecutorTask
S
save(WorkInfo)
- Method in class org.apache.geronimo.timer.jdbc.
JDBCWorkerPersistence
save(WorkInfo)
- Method in class org.apache.geronimo.timer.vm.
VMWorkerPersistence
save(WorkInfo)
- Method in interface org.apache.geronimo.timer.
WorkerPersistence
schedule(UserTaskFactory, String, Object, Object, long)
- Method in interface org.apache.geronimo.timer.
PersistentTimer
schedule(String, UserTaskFactory, Object, Object, Date)
- Method in interface org.apache.geronimo.timer.
PersistentTimer
schedule(String, UserTaskFactory, Object, long, long, Object)
- Method in interface org.apache.geronimo.timer.
PersistentTimer
schedule(String, UserTaskFactory, Object, Object, Date, long)
- Method in interface org.apache.geronimo.timer.
PersistentTimer
schedule(WorkInfo)
- Method in interface org.apache.geronimo.timer.
Playback
schedule(UserTaskFactory, String, Object, Object, long)
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
schedule(String, UserTaskFactory, Object, Object, Date)
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
schedule(String, UserTaskFactory, Object, long, long, Object)
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
schedule(String, UserTaskFactory, Object, Object, Date, long)
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
scheduleAtFixedRate(String, UserTaskFactory, Object, Object, long, long)
- Method in interface org.apache.geronimo.timer.
PersistentTimer
scheduleAtFixedRate(String, UserTaskFactory, Object, Object, Date, long)
- Method in interface org.apache.geronimo.timer.
PersistentTimer
scheduleAtFixedRate(String, UserTaskFactory, Object, Object, long, long)
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
scheduleAtFixedRate(String, UserTaskFactory, Object, Object, Date, long)
- Method in class org.apache.geronimo.timer.
ThreadPooledTimer
setClientHandle(Object)
- Method in class org.apache.geronimo.timer.
WorkInfo
setId(long)
- Method in class org.apache.geronimo.timer.
WorkInfo
T
ThreadPooledTimer
- Class in
org.apache.geronimo.timer
ThreadPooledTimer()
- Constructor for class org.apache.geronimo.timer.
ThreadPooledTimer
ThreadPooledTimer(ExecutorTaskFactory, WorkerPersistence, Executor, TransactionManager)
- Constructor for class org.apache.geronimo.timer.
ThreadPooledTimer
TransactionalExecutorTask
- Class in
org.apache.geronimo.timer
TransactionalExecutorTask(Runnable, WorkInfo, ThreadPooledTimer, TransactionManager, int)
- Constructor for class org.apache.geronimo.timer.
TransactionalExecutorTask
TransactionalExecutorTaskFactory
- Class in
org.apache.geronimo.timer
TransactionalExecutorTaskFactory(TransactionManager, int)
- Constructor for class org.apache.geronimo.timer.
TransactionalExecutorTaskFactory
U
UserTaskFactory
- Interface in
org.apache.geronimo.timer
V
VMStoreThreadPooledNonTransactionalTimer
- Class in
org.apache.geronimo.timer.vm
VMStoreThreadPooledNonTransactionalTimer(TransactionManager, Executor)
- Constructor for class org.apache.geronimo.timer.vm.
VMStoreThreadPooledNonTransactionalTimer
VMStoreThreadPooledTransactionalTimer
- Class in
org.apache.geronimo.timer.vm
VMStoreThreadPooledTransactionalTimer(int, TransactionManager, Executor)
- Constructor for class org.apache.geronimo.timer.vm.
VMStoreThreadPooledTransactionalTimer
VMWorkerPersistence
- Class in
org.apache.geronimo.timer.vm
VMWorkerPersistence()
- Constructor for class org.apache.geronimo.timer.vm.
VMWorkerPersistence
W
WorkerPersistence
- Interface in
org.apache.geronimo.timer
WorkInfo
- Class in
org.apache.geronimo.timer
WorkInfo(String, Object, Object, Date, Long, boolean)
- Constructor for class org.apache.geronimo.timer.
WorkInfo
C
D
E
F
G
I
J
N
O
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006
Apache Software Foundation
. All Rights Reserved.