| |
|
| java.lang.Object example.PeriodicTask
Field Summary | |
final protected static Logger | log |
PeriodicTask | public PeriodicTask()(Code) | | |
getAverageActiveTime | public long getAverageActiveTime()(Code) | | |
getEstimatedAverageTime | public long getEstimatedAverageTime()(Code) | | |
getEstimatedTimeRemaining | public long getEstimatedTimeRemaining()(Code) | | |
getLastActiveTime | public long getLastActiveTime()(Code) | | |
getTotalActiveCount | public long getTotalActiveCount()(Code) | | |
getTotalActiveTime | public long getTotalActiveTime()(Code) | | |
isActive | public boolean isActive()(Code) | | |
release | public void release()(Code) | | Required implementation of javax.resource.spi.work.Work.release()
|
run | public void run()(Code) | | Various statistical information is collected and maintained by this method,
the actual task is performed by the performTask() method.
|
setEstimatedAverageTime | public void setEstimatedAverageTime(long estimatedAverageTime)(Code) | | |
|
|
|