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

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

@Named(value="mySkipWriteListener")
public class MySkipWriteListener
extends Object
implements SkipWriteListener


Field Summary
static String BAD_EXIT_STATUS
           
static String GOOD_EXIT_STATUS
           
 
Constructor Summary
MySkipWriteListener()
           
 
Method Summary
 void onSkipWriteItem(List items, 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 String GOOD_EXIT_STATUS
See Also:
Constant Field Values

BAD_EXIT_STATUS

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

MySkipWriteListener

public MySkipWriteListener()
Method Detail

onSkipWriteItem

public void onSkipWriteItem(List items,
                            Exception e)
Specified by:
onSkipWriteItem in interface SkipWriteListener


Copyright © 2013. All Rights Reserved.