jBPM :: Distribution 6.2.0-SNAPSHOT

org.jbpm.executor
Interface RequeueAware

All Known Implementing Classes:
ExecutorRequestAdminServiceImpl, ExecutorServiceImpl

public interface RequeueAware


Method Summary
 void requeue(Long olderThan)
          Moves RequestInfo instances that are in running state longer than given amount of time (in milliseconds)
 void requeueById(Long requestId)
          Moves RequestInfo instance with given request id that are in running state
 

Method Detail

requeue

void requeue(Long olderThan)
Moves RequestInfo instances that are in running state longer than given amount of time (in milliseconds)

Parameters:
olderThan - amount of time in milliseconds from current time stamp

requeueById

void requeueById(Long requestId)
Moves RequestInfo instance with given request id that are in running state

Parameters:
requestId - request unique identifier

jBPM :: Distribution 6.2.0-SNAPSHOT

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