Class JPAExecutorStoreServiceEJBImpl

  • All Implemented Interfaces:
    org.kie.api.executor.ExecutorStoreService

    public class JPAExecutorStoreServiceEJBImpl
    extends org.jbpm.executor.impl.jpa.JPAExecutorStoreService
    implements org.kie.api.executor.ExecutorStoreService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setCommandService​(org.kie.api.runtime.CommandExecutor commandService)  
      void setEmf​(javax.persistence.EntityManagerFactory emf)  
      • Methods inherited from class org.jbpm.executor.impl.jpa.JPAExecutorStoreService

        findError, findRequest, loadRequests, loadRequestsOlderThan, persistError, persistRequest, removeError, removeRequest, setEventSupport, updateError, updateRequest
      • Methods inherited from interface org.kie.api.executor.ExecutorStoreService

        findError, findRequest, loadRequests, loadRequestsOlderThan, persistError, persistRequest, removeError, removeRequest, updateError, updateRequest
    • Constructor Detail

      • JPAExecutorStoreServiceEJBImpl

        public JPAExecutorStoreServiceEJBImpl()
    • Method Detail

      • setCommandService

        public void setCommandService​(org.kie.api.runtime.CommandExecutor commandService)
        Overrides:
        setCommandService in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService
      • setEmf

        public void setEmf​(javax.persistence.EntityManagerFactory emf)
        Overrides:
        setEmf in class org.jbpm.executor.impl.jpa.JPAExecutorStoreService