org.apache.stratum.scheduler
Class ThreadPoolConfig

java.lang.Object
  extended byorg.apache.stratum.scheduler.ThreadPoolConfig

public class ThreadPoolConfig
extends java.lang.Object

This bean represents the settings used to assign thread pool properties for use in the Quartz scheduler.

Version:
$Id: ThreadPoolConfig.java 264191 2005-08-29 18:07:52Z henning $
Author:
John Thorhauer

Constructor Summary
ThreadPoolConfig()
          Default contructor
 
Method Summary
 java.lang.String getClassName()
          DOCUMENT ME!
 java.lang.String getLoggerName()
          DOCUMENT ME!
 java.lang.String getThreadCount()
          DOCUMENT ME!
 java.lang.String getThreadPriority()
          DOCUMENT ME!
 void setClassName(java.lang.String s)
          This is the full package/class name of the class used for the Quartz threadpool.
 void setLoggerName(java.lang.String s)
          This is the reference name of the logger that has been registered with Quartz that will be used by the Quartz threadpool.
 void setThreadCount(java.lang.String s)
          This is the thread count used for the Quartz threadpool.
 void setThreadPriority(java.lang.String s)
          This is the thread priority used for the Quartz threadpool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPoolConfig

public ThreadPoolConfig()
Default contructor

Method Detail

setLoggerName

public void setLoggerName(java.lang.String s)
This is the reference name of the logger that has been registered with Quartz that will be used by the Quartz threadpool.

Parameters:
s - logger name

getLoggerName

public java.lang.String getLoggerName()
DOCUMENT ME!

Returns:
the name of the logger for the threadpool

setClassName

public void setClassName(java.lang.String s)
This is the full package/class name of the class used for the Quartz threadpool.

Parameters:
s - the full package/class name used for the threadpool

getClassName

public java.lang.String getClassName()
DOCUMENT ME!

Returns:
the full package/class name used for the threadpool

setThreadCount

public void setThreadCount(java.lang.String s)
This is the thread count used for the Quartz threadpool.

Parameters:
s - the thread count used for the Quartz threadpool.

getThreadCount

public java.lang.String getThreadCount()
DOCUMENT ME!

Returns:
the thread count used for the Quartz threadpool.

setThreadPriority

public void setThreadPriority(java.lang.String s)
This is the thread priority used for the Quartz threadpool.

Parameters:
s - the thread priority for the Quartz threadpool.

getThreadPriority

public java.lang.String getThreadPriority()
DOCUMENT ME!

Returns:
the thread priority used for the Quartz threadpool.


Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.