com.bea.p13n.jobmanager.job
Interface EventJob

All Superinterfaces
Job

public interface EventJob
extends Job

A marker interface to indicate event job. An event job runs immediately after being scheduled and runs only once on every server to which its associated application/web application has been targeted. This can't be set up via deployment descriptor, instead they are created and scheduled via API. Note: If this type of job is scheduled when a server is down in a cluster, it won't run until that server is back on line.


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.