Uses of Class
org.jbpm.JbpmConfiguration

Packages that use JbpmConfiguration
org.jbpm central access to the jbpm database and other services. 
org.jbpm.ant user ant tasks to deploy processes for users and continuous integration tasks for starting hsqldb and jboss. 
org.jbpm.command.impl command service can execute commands and apply an interceptor chain to it. 
org.jbpm.db provides access the to jBPM database. 
org.jbpm.job.executor job executor component. 
org.jbpm.web helper classes for using the API in a web environment. 
 

Uses of JbpmConfiguration in org.jbpm
 

Methods in org.jbpm that return JbpmConfiguration
protected static JbpmConfiguration JbpmConfiguration.createJbpmConfiguration(ObjectFactory objectFactory)
           
static JbpmConfiguration JbpmConfiguration.getInstance()
           
static JbpmConfiguration JbpmConfiguration.getInstance(java.lang.String resource)
           
 JbpmConfiguration JbpmContext.getJbpmConfiguration()
          give access to the configuration that created this jbpm context
static JbpmConfiguration JbpmConfiguration.parseInputStream(java.io.InputStream inputStream)
           
static JbpmConfiguration JbpmConfiguration.parseResource(java.lang.String resource)
           
static JbpmConfiguration JbpmConfiguration.parseXmlString(java.lang.String xml)
           
 

Uses of JbpmConfiguration in org.jbpm.ant
 

Methods in org.jbpm.ant that return JbpmConfiguration
static JbpmConfiguration AntHelper.getJbpmConfiguration(java.lang.String jbpmCfg)
           
 

Uses of JbpmConfiguration in org.jbpm.command.impl
 

Fields in org.jbpm.command.impl declared as JbpmConfiguration
protected  JbpmConfiguration CommandServiceImpl.jbpmConfiguration
           
 

Constructors in org.jbpm.command.impl with parameters of type JbpmConfiguration
CommandServiceImpl(JbpmConfiguration jbpmConfiguration)
          Establish an instance of the command service with a particular jBPM configuration which provides connectivity to the jBPM engine and its related services including the persistence manager.
 

Uses of JbpmConfiguration in org.jbpm.db
 

Fields in org.jbpm.db declared as JbpmConfiguration
protected  JbpmConfiguration AbstractDbTestCase.jbpmConfiguration
           
 

Methods in org.jbpm.db that return JbpmConfiguration
protected  JbpmConfiguration AbstractDbTestCase.getJbpmConfiguration()
           
 

Uses of JbpmConfiguration in org.jbpm.job.executor
 

Fields in org.jbpm.job.executor declared as JbpmConfiguration
protected  JbpmConfiguration JobExecutor.jbpmConfiguration
           
 

Methods in org.jbpm.job.executor that return JbpmConfiguration
 JbpmConfiguration JobExecutor.getJbpmConfiguration()
           
 

Methods in org.jbpm.job.executor with parameters of type JbpmConfiguration
 void JobExecutor.setJbpmConfiguration(JbpmConfiguration jbpmConfiguration)
           
 

Constructors in org.jbpm.job.executor with parameters of type JbpmConfiguration
JobExecutorThread(java.lang.String name, JobExecutor jobExecutor, JbpmConfiguration jbpmConfiguration, int idleInterval, int maxIdleInterval, long maxLockTime, int maxHistory)
          Deprecated. use JobExecutorThread.JobExecutorThread(String, JobExecutor) instead
LockMonitorThread(JbpmConfiguration jbpmConfiguration, int lockMonitorInterval, int maxLockTime, int lockBufferTime)
          Deprecated. As of jBPM 3.2.6, replaced by LockMonitorThread.LockMonitorThread(JobExecutor)
 

Uses of JbpmConfiguration in org.jbpm.web
 

Methods in org.jbpm.web that return JbpmConfiguration
protected  JbpmConfiguration JbpmContextFilter.getJbpmConfiguration()
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.