wt.fc
Class StandardPersistenceManager.AbstractInsertUpdateProcessor

java.lang.Object
  extended bywt.fc.WTCollectionRetrySingleProcessor
      extended bywt.fc.StandardPersistenceManager.AbstractInsertUpdateProcessor
Enclosing class:
StandardPersistenceManager

abstract static class StandardPersistenceManager.AbstractInsertUpdateProcessor
extends WTCollectionRetrySingleProcessor


Field Summary
 
Fields inherited from class wt.fc.WTCollectionRetrySingleProcessor
DEBUG
 
Constructor Summary
StandardPersistenceManager.AbstractInsertUpdateProcessor(ArrayList a_persistInfoState)
           
 
Method Summary
protected  WTException buildNewException(WTCollection a_failedObjects)
           
protected  boolean isTargetExceptionType(Exception a_exception)
           
 
Methods inherited from class wt.fc.WTCollectionRetrySingleProcessor
doMultiOperation, doSingleOperation, execute, resetAttributeState, saveAttributeState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardPersistenceManager.AbstractInsertUpdateProcessor

public StandardPersistenceManager.AbstractInsertUpdateProcessor(ArrayList a_persistInfoState)
Method Detail

isTargetExceptionType

protected boolean isTargetExceptionType(Exception a_exception)
Specified by:
isTargetExceptionType in class WTCollectionRetrySingleProcessor

buildNewException

protected WTException buildNewException(WTCollection a_failedObjects)
Specified by:
buildNewException in class WTCollectionRetrySingleProcessor