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:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
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()
doStart
public void doStart()
throws Exception
- Specified by:
doStart
in interface org.apache.geronimo.gbean.GBeanLifecycle
- Throws:
Exception
doStop
public void doStop()
throws Exception
- Specified by:
doStop
in interface org.apache.geronimo.gbean.GBeanLifecycle
- Throws:
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-2007 Apache Software Foundation. All Rights Reserved.