|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Executor | |
|---|---|
| com.uwyn.rife.database | Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. |
| com.uwyn.rife.mail.executors | Provides executor classes for the processing of the mail queue with a scheduler. |
| com.uwyn.rife.scheduler | Provides classes and interfaces for the scheduler. |
| com.uwyn.rife.scheduler.exceptions | Provides exception classes for the scheduler. |
| Uses of Executor in com.uwyn.rife.database |
|---|
| Subclasses of Executor in com.uwyn.rife.database | |
|---|---|
class |
DbProbeExecutor
Periodic probe job to keep connections non-idle and probe for dead ones. |
| Uses of Executor in com.uwyn.rife.mail.executors |
|---|
| Subclasses of Executor in com.uwyn.rife.mail.executors | |
|---|---|
class |
DatabaseMailQueueExecutor
|
| Uses of Executor in com.uwyn.rife.scheduler |
|---|
| Methods in com.uwyn.rife.scheduler that return Executor | |
|---|---|
Executor |
Scheduler.getExecutor(String tasktype)
|
| Methods in com.uwyn.rife.scheduler that return types with arguments of type Executor | |
|---|---|
Collection<Executor> |
Scheduler.getExecutors()
|
| Methods in com.uwyn.rife.scheduler with parameters of type Executor | |
|---|---|
boolean |
Scheduler.addExecutor(Executor executor)
|
boolean |
Scheduler.removeExecutor(Executor executor)
|
| Constructors in com.uwyn.rife.scheduler with parameters of type Executor | |
|---|---|
ExecutorThread(Executor executor,
Task task)
|
|
| Uses of Executor in com.uwyn.rife.scheduler.exceptions |
|---|
| Methods in com.uwyn.rife.scheduler.exceptions that return Executor | |
|---|---|
Executor |
ExecutorAlreadyRegisteredException.getExecutor()
|
| Constructors in com.uwyn.rife.scheduler.exceptions with parameters of type Executor | |
|---|---|
ExecutorAlreadyRegisteredException(Executor executor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||