com.ibm.jbatch.tck.artifacts.specialized
Class MySkipProcessListener

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.specialized.MySkipProcessListener
All Implemented Interfaces:
SkipProcessListener

@Named(value="mySkipProcessListener")
public class MySkipProcessListener
extends java.lang.Object
implements SkipProcessListener


Field Summary
static java.lang.String BAD_EXIT_STATUS
           
static java.lang.String GOOD_EXIT_STATUS
           
 
Constructor Summary
MySkipProcessListener()
           
 
Method Summary
 void onSkipProcessItem(java.lang.Object item, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GOOD_EXIT_STATUS

public static final java.lang.String GOOD_EXIT_STATUS
See Also:
Constant Field Values

BAD_EXIT_STATUS

public static final java.lang.String BAD_EXIT_STATUS
See Also:
Constant Field Values
Constructor Detail

MySkipProcessListener

public MySkipProcessListener()
Method Detail

onSkipProcessItem

public void onSkipProcessItem(java.lang.Object item,
                              java.lang.Exception e)
Specified by:
onSkipProcessItem in interface SkipProcessListener


Copyright © 2013. All Rights Reserved.