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 © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.