Uses of Package
org.norther.tammi.core.thread

Packages that use org.norther.tammi.core.thread
org.norther.tammi.core.logger   
org.norther.tammi.core.mail   
org.norther.tammi.core.monitor   
org.norther.tammi.core.thread   
org.norther.tammi.spray.connector   
org.norther.tammi.spray.connector.chain   
org.norther.tammi.spray.remote   
 

Classes in org.norther.tammi.core.thread used by org.norther.tammi.core.logger
Executable
          An interface to executable objects, which can be executed in their own thread provided by a speficied executor.
 

Classes in org.norther.tammi.core.thread used by org.norther.tammi.core.mail
Executable
          An interface to executable objects, which can be executed in their own thread provided by a speficied executor.
 

Classes in org.norther.tammi.core.thread used by org.norther.tammi.core.monitor
DefaultExecutable
          A default implementation of Executable.
Executable
          An interface to executable objects, which can be executed in their own thread provided by a speficied executor.
 

Classes in org.norther.tammi.core.thread used by org.norther.tammi.core.thread
AbstractExecutor
          An abstract implementation of Executor.
DefaultPooledExecutor.CallerRunsPolicy
          A handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method.
DefaultScheduler
          A default implementation of Scheduler.
DefaultThreadedExecutor
          A default implementation of ThreadedExecutor.
Executable
          An interface to executable objects, which can be executed in their own thread provided by a speficied executor.
Executor
          An interface to executors that can execute Runnables using different thread models.
PooledExecutor
          An interface to executors that queue executables and run them when a pooled thread is available.
Schedulable
          An interface to schedulable objects, which can be executed in their own thread provided by a speficied scheduler.
Scheduler
          An interface to schedulers to execute runnable commands as scheduled tasks.
ThreadedExecutor
          An interface to executors that run each executable in a new thread.
Timeout
          A specific scheduler for executing timeout commands.
 

Classes in org.norther.tammi.core.thread used by org.norther.tammi.spray.connector
Executable
          An interface to executable objects, which can be executed in their own thread provided by a speficied executor.
 

Classes in org.norther.tammi.core.thread used by org.norther.tammi.spray.connector.chain
Timeout
          A specific scheduler for executing timeout commands.
 

Classes in org.norther.tammi.core.thread used by org.norther.tammi.spray.remote
Executable
          An interface to executable objects, which can be executed in their own thread provided by a speficied executor.
 



Copyright © 2004 The Norther Organization. All rights reserved.