Java Doc for StdScheduler.java in  » Project-Management » quartz » org » quartz » impl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Project Management » quartz » org.quartz.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.quartz.impl.StdScheduler

StdScheduler
public class StdScheduler implements Scheduler(Code)

An implementation of the Scheduler interface that directly proxies all method calls to the equivalent call on a given QuartzScheduler instance.


See Also:   org.quartz.Scheduler
See Also:   org.quartz.core.QuartzScheduler
See Also:   org.quartz.core.SchedulingContext
author:
   James House



Constructor Summary
public  StdScheduler(QuartzScheduler sched, SchedulingContext schedCtxt)
    

Construct a StdScheduler instance to proxy the given QuartzScheduler instance, and with the given SchedulingContext.


Method Summary
public  voidaddCalendar(String calName, Calendar calendar, boolean replace, boolean updateTriggers)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidaddGlobalJobListener(JobListener jobListener)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  voidaddGlobalTriggerListener(TriggerListener triggerListener)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  voidaddJob(JobDetail jobDetail, boolean replace)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidaddJobListener(JobListener jobListener)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  voidaddSchedulerListener(SchedulerListener schedulerListener)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  voidaddTriggerListener(TriggerListener triggerListener)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  booleandeleteCalendar(String calName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  booleandeleteJob(String jobName, String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  CalendargetCalendar(String calName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  String[]getCalendarNames()
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  SchedulerContextgetContext()
    

Returns the SchedulerContext of the Scheduler.

public  ListgetCurrentlyExecutingJobs()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  JobListenergetGlobalJobListener(String name)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  ListgetGlobalJobListeners()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  TriggerListenergetGlobalTriggerListener(String name)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  ListgetGlobalTriggerListeners()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  JobDetailgetJobDetail(String jobName, String jobGroup)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  String[]getJobGroupNames()
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  JobListenergetJobListener(String name)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  SetgetJobListenerNames()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  String[]getJobNames(String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  SchedulerMetaDatagetMetaData()
    
public  SetgetPausedTriggerGroups()
    
public  StringgetSchedulerInstanceId()
    

Returns the instance Id of the Scheduler.

public  ListgetSchedulerListeners()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  StringgetSchedulerName()
    

Returns the name of the Scheduler.

public  TriggergetTrigger(String triggerName, String triggerGroup)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  String[]getTriggerGroupNames()
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  TriggerListenergetTriggerListener(String name)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  SetgetTriggerListenerNames()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  String[]getTriggerNames(String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  intgetTriggerState(String triggerName, String triggerGroup)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  Trigger[]getTriggersOfJob(String jobName, String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  booleaninterrupt(String jobName, String groupName)
    
public  booleanisInStandbyMode()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  booleanisPaused()
    
public  booleanisShutdown()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  booleanisStarted()
     Whether the scheduler has been started.
public  voidpause()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  voidpauseAll()
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidpauseJob(String jobName, String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidpauseJobGroup(String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidpauseTrigger(String triggerName, String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidpauseTriggerGroup(String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  booleanremoveGlobalJobListener(JobListener jobListener)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  booleanremoveGlobalJobListener(String name)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  booleanremoveGlobalTriggerListener(TriggerListener triggerListener)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  booleanremoveGlobalTriggerListener(String name)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  booleanremoveJobListener(String name)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  booleanremoveSchedulerListener(SchedulerListener schedulerListener)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  booleanremoveTriggerListener(String name)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  DaterescheduleJob(String triggerName, String groupName, Trigger newTrigger)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidresumeAll()
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidresumeJob(String jobName, String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidresumeJobGroup(String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidresumeTrigger(String triggerName, String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidresumeTriggerGroup(String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  DatescheduleJob(JobDetail jobDetail, Trigger trigger)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  DatescheduleJob(Trigger trigger)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidsetJobFactory(JobFactory factory)
    
public  voidshutdown()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  voidshutdown(boolean waitForJobsToComplete)
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  voidstandby()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  voidstart()
    

Calls the equivalent method on the 'proxied' QuartzScheduler.

public  voidtriggerJob(String jobName, String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidtriggerJob(String jobName, String groupName, JobDataMap data)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidtriggerJobWithVolatileTrigger(String jobName, String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  voidtriggerJobWithVolatileTrigger(String jobName, String groupName, JobDataMap data)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.

public  booleanunscheduleJob(String triggerName, String groupName)
    

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.



Constructor Detail
StdScheduler
public StdScheduler(QuartzScheduler sched, SchedulingContext schedCtxt)(Code)

Construct a StdScheduler instance to proxy the given QuartzScheduler instance, and with the given SchedulingContext.





Method Detail
addCalendar
public void addCalendar(String calName, Calendar calendar, boolean replace, boolean updateTriggers) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




addGlobalJobListener
public void addGlobalJobListener(JobListener jobListener)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




addGlobalTriggerListener
public void addGlobalTriggerListener(TriggerListener triggerListener)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




addJob
public void addJob(JobDetail jobDetail, boolean replace) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




addJobListener
public void addJobListener(JobListener jobListener)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




addSchedulerListener
public void addSchedulerListener(SchedulerListener schedulerListener)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




addTriggerListener
public void addTriggerListener(TriggerListener triggerListener)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




deleteCalendar
public boolean deleteCalendar(String calName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




deleteJob
public boolean deleteJob(String jobName, String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




getCalendar
public Calendar getCalendar(String calName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




getCalendarNames
public String[] getCalendarNames() throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




getContext
public SchedulerContext getContext() throws SchedulerException(Code)

Returns the SchedulerContext of the Scheduler.




getCurrentlyExecutingJobs
public List getCurrentlyExecutingJobs()(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




getGlobalJobListener
public JobListener getGlobalJobListener(String name)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




getGlobalJobListeners
public List getGlobalJobListeners()(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




getGlobalTriggerListener
public TriggerListener getGlobalTriggerListener(String name)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




getGlobalTriggerListeners
public List getGlobalTriggerListeners()(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




getJobDetail
public JobDetail getJobDetail(String jobName, String jobGroup) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




getJobGroupNames
public String[] getJobGroupNames() throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




getJobListener
public JobListener getJobListener(String name)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




getJobListenerNames
public Set getJobListenerNames()(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




getJobNames
public String[] getJobNames(String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




getMetaData
public SchedulerMetaData getMetaData()(Code)



getPausedTriggerGroups
public Set getPausedTriggerGroups() throws SchedulerException(Code)

See Also:   org.quartz.Scheduler.getPausedTriggerGroups



getSchedulerInstanceId
public String getSchedulerInstanceId()(Code)

Returns the instance Id of the Scheduler.




getSchedulerListeners
public List getSchedulerListeners()(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




getSchedulerName
public String getSchedulerName()(Code)

Returns the name of the Scheduler.




getTrigger
public Trigger getTrigger(String triggerName, String triggerGroup) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




getTriggerGroupNames
public String[] getTriggerGroupNames() throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




getTriggerListener
public TriggerListener getTriggerListener(String name)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




getTriggerListenerNames
public Set getTriggerListenerNames()(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




getTriggerNames
public String[] getTriggerNames(String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




getTriggerState
public int getTriggerState(String triggerName, String triggerGroup) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




getTriggersOfJob
public Trigger[] getTriggersOfJob(String jobName, String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




interrupt
public boolean interrupt(String jobName, String groupName) throws UnableToInterruptJobException(Code)



isInStandbyMode
public boolean isInStandbyMode()(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




isPaused
public boolean isPaused()(Code)



isShutdown
public boolean isShutdown()(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




isStarted
public boolean isStarted()(Code)
Whether the scheduler has been started.

Note: This only reflects whether StdScheduler.start() has ever been called on this Scheduler, so it will return true even if the Scheduler is currently in standby mode or has been since shutdown.


See Also:   StdScheduler.start()
See Also:   StdScheduler.isShutdown()
See Also:   StdScheduler.isInStandbyMode()



pause
public void pause()(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.


See Also:   StdScheduler.standby()



pauseAll
public void pauseAll() throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




pauseJob
public void pauseJob(String jobName, String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




pauseJobGroup
public void pauseJobGroup(String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




pauseTrigger
public void pauseTrigger(String triggerName, String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




pauseTriggerGroup
public void pauseTriggerGroup(String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




removeGlobalJobListener
public boolean removeGlobalJobListener(JobListener jobListener)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.

StdScheduler.removeGlobalJobListener(String)



removeGlobalJobListener
public boolean removeGlobalJobListener(String name)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




removeGlobalTriggerListener
public boolean removeGlobalTriggerListener(TriggerListener triggerListener)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.

StdScheduler.removeGlobalTriggerListener(String)



removeGlobalTriggerListener
public boolean removeGlobalTriggerListener(String name)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




removeJobListener
public boolean removeJobListener(String name)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




removeSchedulerListener
public boolean removeSchedulerListener(SchedulerListener schedulerListener)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




removeTriggerListener
public boolean removeTriggerListener(String name)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




rescheduleJob
public Date rescheduleJob(String triggerName, String groupName, Trigger newTrigger) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




resumeAll
public void resumeAll() throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




resumeJob
public void resumeJob(String jobName, String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




resumeJobGroup
public void resumeJobGroup(String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




resumeTrigger
public void resumeTrigger(String triggerName, String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




resumeTriggerGroup
public void resumeTriggerGroup(String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




scheduleJob
public Date scheduleJob(JobDetail jobDetail, Trigger trigger) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




scheduleJob
public Date scheduleJob(Trigger trigger) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




setJobFactory
public void setJobFactory(JobFactory factory) throws SchedulerException(Code)

See Also:   org.quartz.Scheduler.setJobFactory(org.quartz.spi.JobFactory)



shutdown
public void shutdown()(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




shutdown
public void shutdown(boolean waitForJobsToComplete)(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




standby
public void standby()(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




start
public void start() throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler.




triggerJob
public void triggerJob(String jobName, String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




triggerJob
public void triggerJob(String jobName, String groupName, JobDataMap data) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




triggerJobWithVolatileTrigger
public void triggerJobWithVolatileTrigger(String jobName, String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




triggerJobWithVolatileTrigger
public void triggerJobWithVolatileTrigger(String jobName, String groupName, JobDataMap data) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




unscheduleJob
public boolean unscheduleJob(String triggerName, String groupName) throws SchedulerException(Code)

Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.




Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.