|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.services.jbpm.integration.timer.QuartzSchedulerServiceFactory
public class QuartzSchedulerServiceFactory
Implementation of a scheduler service using quartz.
Field Summary | |
---|---|
static int |
DEFAULT_MAX_REFIRE_COUNT
The default maximum refire count. |
static java.lang.String |
INSTANCE_NAME
The instance name property. |
static java.lang.String |
THREAD_COUNT
The thread count property. |
static java.lang.String |
THREAD_NAME
The thread name property. |
Constructor Summary | |
---|---|
QuartzSchedulerServiceFactory()
Construct the quartz scheduler service factory. |
Method Summary | |
---|---|
void |
close()
Close the service factory. |
Service |
openService()
Create an instance of the scheduler service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INSTANCE_NAME
public static final java.lang.String THREAD_NAME
public static final java.lang.String THREAD_COUNT
public static final int DEFAULT_MAX_REFIRE_COUNT
Constructor Detail |
---|
public QuartzSchedulerServiceFactory() throws JbpmException
JbpmException
- For errors during construction.Method Detail |
---|
public Service openService()
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |