@Named(value="myItemProcessListenerImpl") public class MyItemProcessListenerImpl extends AbstractItemProcessListener
| Modifier and Type | Field and Description |
|---|---|
static String |
BAD_EXIT_STATUS |
static String |
GOOD_EXIT_STATUS |
| Constructor and Description |
|---|
MyItemProcessListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterProcess(Object input,
Object result) |
void |
beforeProcess(Object item) |
void |
onProcessError(Object input,
Exception e) |
public static final String GOOD_EXIT_STATUS
public static final String BAD_EXIT_STATUS
public void beforeProcess(Object item)
beforeProcess in interface ItemProcessListenerbeforeProcess in class AbstractItemProcessListenerpublic void afterProcess(Object input, Object result) throws Exception
afterProcess in interface ItemProcessListenerafterProcess in class AbstractItemProcessListenerExceptionpublic void onProcessError(Object input, Exception e) throws Exception
onProcessError in interface ItemProcessListeneronProcessError in class AbstractItemProcessListenerException© Copyright IBM Corp. 2013
Licensed under the Apache License, Version 2.0