|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JobManagerService
The JobManagerService interface provides for creating app or web app scoped
JobManagers for scheduling jobs.
In order to access the JobManager service do:
com.bea.p13n.jobmanager.service.JobManagerService jm =
com.bea.wlp.services.Services.getService(com.bea.p13n.jobmanager.service.JobManagerService.class);
| Method Summary | |
|---|---|
JobManager |
getJobManager()
Returns an app scoped JobManager instance. |
JobManager |
getJobManager(javax.servlet.ServletContext servletContext)
Returns the web app scoped JobManager. |
| Method Detail |
|---|
JobManager getJobManager()
JobManager instance.
JobManager instance.JobManager getJobManager(javax.servlet.ServletContext servletContext)
JobManager. The web app is identified by
the given servletContext. This Job Manager will be able to manage and schedule
jobs within the scope of the given web app.
servletContext - The servletContext of a web app.
|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||