站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

AntTaskJbpmSessionFactory (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.ant
Class AntTaskJbpmSessionFactory

java.lang.Object
  extended byorg.jbpm.ant.AntTaskJbpmSessionFactory

public abstract class AntTaskJbpmSessionFactory
extends java.lang.Object

common strategy for jbpm ant tasks to obtain a JbpmSessionFactory.


Constructor Summary
AntTaskJbpmSessionFactory()
           
 
Method Summary
static org.hibernate.cfg.Configuration getConfiguration(java.lang.String cfg, java.lang.String properties)
           
static JbpmSessionFactory getJbpmSessionFactory(java.lang.String cfg, java.lang.String properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntTaskJbpmSessionFactory

public AntTaskJbpmSessionFactory()
Method Detail

getJbpmSessionFactory

public static JbpmSessionFactory getJbpmSessionFactory(java.lang.String cfg,
                                                       java.lang.String properties)

getConfiguration

public static org.hibernate.cfg.Configuration getConfiguration(java.lang.String cfg,
                                                               java.lang.String properties)


Version : jbpm-3.0.4