org.apache.geronimo.pool
Class ClockPool
java.lang.Object
org.apache.geronimo.pool.ClockPool
- All Implemented Interfaces:
- org.apache.geronimo.gbean.GBeanLifecycle
- public class ClockPool
- extends Object
- implements org.apache.geronimo.gbean.GBeanLifecycle
- Version:
- $Revision: 1.1 $ $Date: 2004/07/08 05:13:29 $
Field Summary |
protected EDU.oswego.cs.dl.util.concurrent.ClockDaemon |
clockDaemon
Manages the thread that can used to schedule short
running tasks in the future. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clockDaemon
protected EDU.oswego.cs.dl.util.concurrent.ClockDaemon clockDaemon
- Manages the thread that can used to schedule short
running tasks in the future.
ClockPool
public ClockPool()
getPoolName
public String getPoolName()
setPoolName
public void setPoolName(String poolName)
getClockDaemon
public EDU.oswego.cs.dl.util.concurrent.ClockDaemon getClockDaemon()
- Returns:
doStart
public void doStart()
throws org.apache.geronimo.gbean.WaitingException,
Exception
- Specified by:
doStart
in interface org.apache.geronimo.gbean.GBeanLifecycle
- Throws:
org.apache.geronimo.gbean.WaitingException
Exception
doStop
public void doStop()
throws org.apache.geronimo.gbean.WaitingException,
Exception
- Specified by:
doStop
in interface org.apache.geronimo.gbean.GBeanLifecycle
- Throws:
org.apache.geronimo.gbean.WaitingException
Exception
doFail
public void doFail()
- Specified by:
doFail
in interface org.apache.geronimo.gbean.GBeanLifecycle
getGBeanInfo
public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.