org.apache.geronimo.timer
Class WorkInfo
java.lang.Object
org.apache.geronimo.timer.WorkInfo
public class WorkInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkInfo
public WorkInfo(String key,
Object userId,
Object userInfo,
Date time,
Long period,
boolean atFixedRate)
getKey
public String getKey()
getId
public long getId()
setId
public void setId(long id)
getUserId
public Object getUserId()
getUserInfo
public Object getUserInfo()
getTime
public Date getTime()
getPeriod
public Long getPeriod()
getAtFixedRate
public boolean getAtFixedRate()
initialize
public void initialize(ExecutorFeedingTimerTask worker,
ExecutorTask taskWrapper)
getExecutorFeedingTimerTask
public ExecutorFeedingTimerTask getExecutorFeedingTimerTask()
getExecutorTask
public Runnable getExecutorTask()
getClientHandle
public Object getClientHandle()
setClientHandle
public void setClientHandle(Object clientHandle)
isOneTime
public boolean isOneTime()
nextInterval
public void nextInterval()
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.