jBPM distribution 6.0.2-SNAPSHOT

org.jbpm.executor.impl
Class ExecutorRequestAdminServiceImpl

java.lang.Object
  extended by org.jbpm.executor.impl.ExecutorRequestAdminServiceImpl
All Implemented Interfaces:
org.kie.internal.executor.api.ExecutorAdminService

public class ExecutorRequestAdminServiceImpl
extends Object
implements org.kie.internal.executor.api.ExecutorAdminService

Default implementation of ExecutorAdminService backed with JPA


Constructor Summary
ExecutorRequestAdminServiceImpl()
           
 
Method Summary
 int clearAllErrors()
          
 int clearAllRequests()
          
 void setCommandService(TransactionalCommandService commandService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorRequestAdminServiceImpl

public ExecutorRequestAdminServiceImpl()
Method Detail

setCommandService

public void setCommandService(TransactionalCommandService commandService)

clearAllRequests

public int clearAllRequests()

Specified by:
clearAllRequests in interface org.kie.internal.executor.api.ExecutorAdminService

clearAllErrors

public int clearAllErrors()

Specified by:
clearAllErrors in interface org.kie.internal.executor.api.ExecutorAdminService

jBPM distribution 6.0.2-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.