org.jbpm.svc
Interface ServiceFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractJcrServiceFactory, DbLoggingServiceFactory, DbMessageServiceFactory, DbPersistenceServiceFactory, DbSchedulerServiceFactory, DefaultAuthenticationServiceFactory, IdentityAuthorizationServiceFactory, JackrabbitJcrServiceFactory, JndiJcrServiceFactory, JtaDbPersistenceServiceFactory, TxServiceFactory

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