Uses of Interface
org.springframework.batch.core.SkipListener

Packages that use SkipListener
org.springframework.batch.core.listener Generic implementations of core batch listener interfaces. 
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
 

Uses of SkipListener in org.springframework.batch.core.listener
 

Classes in org.springframework.batch.core.listener that implement SkipListener
 class CompositeSkipListener
           
 class MulticasterBatchListener
           
 class SkipListenerSupport
          Basic no-op implementations of all SkipListener implementations.
 

Methods in org.springframework.batch.core.listener with parameters of type SkipListener
 void CompositeSkipListener.register(SkipListener listener)
          Register additional listener.
 void CompositeSkipListener.setListeners(SkipListener[] listeners)
          Public setter for the listeners.
 

Uses of SkipListener in org.springframework.batch.core.step.item
 

Methods in org.springframework.batch.core.step.item with parameters of type SkipListener
 void ItemSkipPolicyItemHandler.registerSkipListener(SkipListener listener)
          Register a listener for callbacks at the appropriate stages in a skip process.
 void ItemSkipPolicyItemHandler.setSkipListeners(SkipListener[] listeners)
          Register some SkipListeners with the handler.
 



Copyright © 2008 SpringSource. All Rights Reserved.