jsr352.tck.specialized
Class MySkipListener

java.lang.Object
  extended by jsr352.tck.specialized.MySkipListener

@Named(value="MySkipListener")
public class MySkipListener
extends Object


Field Summary
static String BAD_EXIT_STATUS
           
static String GOOD_EXIT_STATUS
           
 
Constructor Summary
MySkipListener()
           
 
Method Summary
 void onSkipProcess(Exception e, ReadRecord rec)
           
 void onSkipRead(Exception e)
           
 void onSkipWrite(Exception e, ReadRecord rec)
           
 
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

MySkipListener

public MySkipListener()
Method Detail

onSkipRead

public void onSkipRead(Exception e)

onSkipProcess

public void onSkipProcess(Exception e,
                          ReadRecord rec)

onSkipWrite

public void onSkipWrite(Exception e,
                        ReadRecord rec)


Copyright © 2012. All Rights Reserved.