com.bea.p13n.jobmanager.job
Interface Job

All Known Subinterfaces:
CalendarJob, EventJob, IntervalJob, StartupJob, TimerJob
All Known Implementing Classes:
ContentJob

public interface Job

A core job interface, not directly implemented. The concrete job interfaces should extend this to define various types of job. The Job Manager handles scheduling and execution of user code in executeWork method of a job.

See Also
StartupJob, TimerJob, CalendarJob, IntervalJob, EventJob

Method Summary
 void executeWork(JobContext ctx)
           
 

Method Detail

executeWork

void executeWork(JobContext ctx)


Copyright © 2000, 2008, 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.