|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.JbpmServiceFactory
provides access to the service-objects.
This implementation will instantiate the service-objects lazy and cache them.
When using the singleton instance, make sure you've configured jbpm as specified in JbpmConfiguration.
| Constructor Summary | |
JbpmServiceFactory(JbpmConfiguration jbpmConfiguration)
allows the creation of multiple, differently configured jbpm instances inside one JVM (within one classloader). |
|
| Method Summary | |
static JbpmServiceFactory |
getInstance()
retrieves the singleton instance. |
DefinitionService |
openDefinitionService()
creates a definition service. |
DefinitionService |
openDefinitionService(java.sql.Connection jdbcConnection)
creates a definition service with a user-supplied jdbc connection. |
ExecutionService |
openExecutionService(java.lang.String actorId)
creates an execution service. |
ExecutionService |
openExecutionService(java.lang.String actorId,
java.sql.Connection jdbcConnection)
creates an execution service with a user-supplied jdbc connection. |
SchedulerService |
openSchedulerService()
creates a scheduler service. |
SchedulerService |
openSchedulerService(java.sql.Connection jdbcConnection)
creates a scheduler service with a user-supplied jdbc connection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JbpmServiceFactory(JbpmConfiguration jbpmConfiguration)
| Method Detail |
public static JbpmServiceFactory getInstance()
public DefinitionService openDefinitionService()
public DefinitionService openDefinitionService(java.sql.Connection jdbcConnection)
public ExecutionService openExecutionService(java.lang.String actorId)
public ExecutionService openExecutionService(java.lang.String actorId,
java.sql.Connection jdbcConnection)
public SchedulerService openSchedulerService()
public SchedulerService openSchedulerService(java.sql.Connection jdbcConnection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||