org.jbpm.job
Class CleanUpProcessJob

java.lang.Object
  extended by org.jbpm.job.Job
      extended by org.jbpm.job.CleanUpProcessJob
All Implemented Interfaces:
java.io.Serializable

public class CleanUpProcessJob
extends Job

Author:
Alejandro Guizar
See Also:
Serialized Form

Constructor Summary
CleanUpProcessJob()
           
CleanUpProcessJob(Token token)
           
 
Method Summary
 boolean execute(JbpmContext jbpmContext)
           
 
Methods inherited from class org.jbpm.job.Job
getAqcuireDate, getConfiguration, getDueDate, getException, getId, getJobExecutorName, getLockOwner, getLockTime, getProcessInstance, getRetries, getTaskInstance, getToken, getVersion, isExclusive, isSuspended, setConfiguration, setDueDate, setException, setExclusive, setLockOwner, setLockTime, setProcessInstance, setRetries, setSuspended, setTaskInstance, setToken, toString, toStringLongFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CleanUpProcessJob

public CleanUpProcessJob()

CleanUpProcessJob

public CleanUpProcessJob(Token token)
Method Detail

execute

public boolean execute(JbpmContext jbpmContext)
                throws java.lang.Exception
Specified by:
execute in class Job
Throws:
java.lang.Exception


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.