com.bea.p13n.jobmanager.job
Interface TimerJob

All Superinterfaces
Job

public interface TimerJob
extends Job

A marker interface to indicate a timer job. A timer job is attached directly to a commonJ timer and is executed on a sub-minute schedule. Timer jobs begin running when their associated application is started and run indefinitely using a user-specified interval of seconds. This type of job can't be scheduled to run only on one node/server at a time.


Method Summary
 
Methods inherited from interface com.bea.p13n.jobmanager.job.Job
executeWork
 



Copyright © 2011, Oracle. All rights reserved.