Uses of Interface
org.norther.tammi.core.thread.Executable

Packages that use Executable
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.remote   
 

Uses of Executable in org.norther.tammi.core.logger
 

Subinterfaces of Executable in org.norther.tammi.core.logger
 interface ThreadedLogger
          Extends Logger with support to execute logging in a separate thread.
 

Classes in org.norther.tammi.core.logger that implement Executable
 class AbstractThreadedLogger
          An abstract implementation of ThreadedLogger.
 class JDK4Logger
          A JDK4 logger implementation.
 class Log4JLogger
          A Log4J logger implementation.
 

Uses of Executable in org.norther.tammi.core.mail
 

Subinterfaces of Executable in org.norther.tammi.core.mail
 interface MailSender
          An interface to send mail.
 

Classes in org.norther.tammi.core.mail that implement Executable
 class DefaultMailSender
          A default implementation of MailSender.
 

Uses of Executable in org.norther.tammi.core.monitor
 

Subinterfaces of Executable in org.norther.tammi.core.monitor
 interface CacheMonitor
          An interface that extends CacheClient to control and monitor other registered cache clients.
 interface Finalizer
          An interface to reference queues for referents to be finalized before garbage collected.
 

Classes in org.norther.tammi.core.monitor that implement Executable
 class DefaultCacheMonitor
          The default implementation of CacheMonitor.
 class DefaultFinalizer
          A default implementation of Finalizer.
 

Uses of Executable in org.norther.tammi.core.thread
 

Classes in org.norther.tammi.core.thread that implement Executable
 class DefaultExecutable
          A default implementation of Executable.
 

Uses of Executable in org.norther.tammi.spray.connector
 

Subinterfaces of Executable in org.norther.tammi.spray.connector
 interface ChannelConnector
          An interface to channel connectors.
 interface ExecutableConnector
          An interface to executable connectors.
 interface LocalConnector
          An interface to local connectors.
 interface SocketConnector
          An interface to socket connectors.
 interface TCPConnector
          An interface to TCP connectors.
 

Classes in org.norther.tammi.spray.connector that implement Executable
 class DefaultChannelConnector
          A default implementation of ChannelConnector.
 class DefaultExecutableConnector
          A default implementation of ExecutableConnector.
 class DefaultLocalConnector
          A default implementation of LocalConnector.
 class DefaultSocketConnector
          A default implementation of SocketConnector.
 class DefaultTCPConnector
          A default implementation of TCPConnector.
 

Uses of Executable in org.norther.tammi.spray.remote
 

Subinterfaces of Executable in org.norther.tammi.spray.remote
 interface RMIConnector
          An interface to RMI connectors.
 

Classes in org.norther.tammi.spray.remote that implement Executable
 class DefaultRMIConnector
          A default implementation RMIConnector.
 



Copyright © 2004 The Norther Organization. All rights reserved.