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

DbSchedulerServiceFactory (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.scheduler.db
Class DbSchedulerServiceFactory

java.lang.Object
  extended by org.jbpm.scheduler.db.DbSchedulerServiceFactory
All Implemented Interfaces:
java.io.Serializable, ServiceFactory

public class DbSchedulerServiceFactory
extends java.lang.Object
implements ServiceFactory

See Also:
Serialized Form

Constructor Summary
DbSchedulerServiceFactory()
           
 
Method Summary
 void close()
          close this service factory
 Service openService()
          open a service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbSchedulerServiceFactory

public DbSchedulerServiceFactory()
Method Detail

openService

public Service openService()
Description copied from interface: ServiceFactory
open a service. The service is to be closed on the Service object.

Specified by:
openService in interface ServiceFactory

close

public void close()
Description copied from interface: ServiceFactory
close this service factory

Specified by:
close in interface ServiceFactory


Version : jbpm-3.1.3