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

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


org.jbpm.svc
Interface ServiceFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DbLoggingServiceFactory, DbMessageServiceFactory, DbPersistenceServiceFactory, DbSchedulerServiceFactory, DefaultAuthenticationServiceFactory, IdentityAuthorizationServiceFactory, JBossAuthenticationServiceFactory, JmsMessageServiceFactoryImpl

public interface ServiceFactory
extends java.io.Serializable


Method Summary
 void close()
          close this service factory
 Service openService()
          open a service.
 

Method Detail

openService

Service openService()
open a service. The service is to be closed on the Service object.


close

void close()
close this service factory



Version : jbpm-3.1.3