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)
           
 java.lang.String toString()
           
 
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, 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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 JBoss Community. All Rights Reserved.