com.j2biz.blogunity.services
Class SchedulingService

java.lang.Object
  extended bycom.j2biz.blogunity.services.Service
      extended bycom.j2biz.blogunity.services.SchedulingService

public class SchedulingService
extends Service

Since:
0.1
Author:
michelson

Method Summary
 void addJob(org.quartz.JobDetail job, org.quartz.Trigger trigger)
           
 void destroy(SystemConfiguration config)
           
static SchedulingService getInstance()
           
 void init(SystemConfiguration config)
           
 
Methods inherited from class com.j2biz.blogunity.services.Service
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static SchedulingService getInstance()

init

public void init(SystemConfiguration config)
          throws SystemException
Specified by:
init in class Service
Throws:
SystemException

destroy

public void destroy(SystemConfiguration config)
             throws SystemException
Specified by:
destroy in class Service
Throws:
SystemException

addJob

public void addJob(org.quartz.JobDetail job,
                   org.quartz.Trigger trigger)
            throws org.quartz.SchedulerException
Throws:
org.quartz.SchedulerException


Copyright (c)j2biz.com