Uses of Interface
org.jbpm.svc.ServiceFactory

Packages that use ServiceFactory
org.jbpm central access to the jbpm database and other services. 
org.jbpm.jcr.impl These classes are implementations of the JcrService interface. 
org.jbpm.jcr.jackrabbit service factory for exposing a jackrabbit JCR engine in jBPM. 
org.jbpm.jcr.jndi persistent domain model classes for jobs like timers and messages. 
org.jbpm.logging.db default DB implementation of the logging service. 
org.jbpm.msg.db DB/Jobexecutor implementation of the MessageService. 
org.jbpm.persistence.db standalone DB implementation classes for the PersistenceService. 
org.jbpm.persistence.jta JTA DB implementation classes for the PersistenceService. 
org.jbpm.scheduler.db DB/JobExecutor implementation of the timer service. 
org.jbpm.security.authentication various authentication binding implementations. 
org.jbpm.security.authorization various authorization binding implementations. 
org.jbpm.svc base service infrastructure classes. 
org.jbpm.tx interface defining pluggability for different transaction environments. 
 

Uses of ServiceFactory in org.jbpm
 

Methods in org.jbpm that return ServiceFactory
 ServiceFactory JbpmConfiguration.getServiceFactory(java.lang.String serviceName)
           
 ServiceFactory JbpmContext.getServiceFactory(java.lang.String name)
           
 ServiceFactory JbpmConfiguration.getServiceFactory(java.lang.String serviceName, java.lang.String jbpmContextName)
           
 

Uses of ServiceFactory in org.jbpm.jcr.impl
 

Classes in org.jbpm.jcr.impl that implement ServiceFactory
 class AbstractJcrServiceFactory
           
 

Uses of ServiceFactory in org.jbpm.jcr.jackrabbit
 

Classes in org.jbpm.jcr.jackrabbit that implement ServiceFactory
 class JackrabbitJcrServiceFactory
           
 

Uses of ServiceFactory in org.jbpm.jcr.jndi
 

Classes in org.jbpm.jcr.jndi that implement ServiceFactory
 class JndiJcrServiceFactory
           
 

Uses of ServiceFactory in org.jbpm.logging.db
 

Classes in org.jbpm.logging.db that implement ServiceFactory
 class DbLoggingServiceFactory
           
 

Uses of ServiceFactory in org.jbpm.msg.db
 

Classes in org.jbpm.msg.db that implement ServiceFactory
 class DbMessageServiceFactory
           
 

Uses of ServiceFactory in org.jbpm.persistence.db
 

Classes in org.jbpm.persistence.db that implement ServiceFactory
 class DbPersistenceServiceFactory
           
 

Uses of ServiceFactory in org.jbpm.persistence.jta
 

Classes in org.jbpm.persistence.jta that implement ServiceFactory
 class JtaDbPersistenceServiceFactory
          The JTA persistence service enables jBPM to participate in JTA transactions.
 

Uses of ServiceFactory in org.jbpm.scheduler.db
 

Classes in org.jbpm.scheduler.db that implement ServiceFactory
 class DbSchedulerServiceFactory
           
 

Uses of ServiceFactory in org.jbpm.security.authentication
 

Classes in org.jbpm.security.authentication that implement ServiceFactory
 class DefaultAuthenticationServiceFactory
           
 class SubjectAuthenticationServiceFactory
           Factory to create a SubjectAuthenticationService.
 

Uses of ServiceFactory in org.jbpm.security.authorization
 

Classes in org.jbpm.security.authorization that implement ServiceFactory
 class IdentityAuthorizationServiceFactory
           
 

Uses of ServiceFactory in org.jbpm.svc
 

Methods in org.jbpm.svc that return ServiceFactory
 ServiceFactory Services.getServiceFactory(java.lang.String name)
           
 

Uses of ServiceFactory in org.jbpm.tx
 

Classes in org.jbpm.tx that implement ServiceFactory
 class TxServiceFactory
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.