org.ow2.orchestra.pvm.internal.jobexecutor
Class JobExceptionHandler
java.lang.Object
org.ow2.orchestra.pvm.internal.jobexecutor.JobExceptionHandler
- All Implemented Interfaces:
- java.io.Serializable, Command<java.lang.Object>
public class JobExceptionHandler
- extends java.lang.Object
- implements Command<java.lang.Object>
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobDbid
protected final long jobDbid
failedJob
protected final JobImpl<?> failedJob
exception
protected final java.lang.Throwable exception
JobExceptionHandler
public JobExceptionHandler(long jobDbid,
java.lang.Throwable exception)
JobExceptionHandler
public JobExceptionHandler(JobImpl<?> job,
java.lang.Throwable exception)
execute
public java.lang.Object execute(Environment environment)
- Specified by:
execute in interface Command<java.lang.Object>
Copyright © 2010 OW2 Consortium. All Rights Reserved.