IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.writebehind
Interface FailedUpdateElement

All Superinterfaces:
LogElement, Serializable

public interface FailedUpdateElement
extends LogElement

A FailedUpdateElement object represents a LogElement which failed to be updated to the loader in a write-behind update operation.

A FailedUpdateElement contains the Throwable object which indicates why the write-behind update failed.

Since:
WAS 6.1.0.4 FIX4

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.websphere.objectgrid.plugins.LogElement
LogElement.Type
 
Field Summary
 
Fields inherited from interface com.ibm.websphere.objectgrid.plugins.LogElement
CLEAR, CODE_CLEAR, CODE_DELETE, CODE_EVICT, CODE_FETCH, CODE_INSERT, CODE_LOCK, CODE_TOUCH, CODE_UNDO_NOT_NEEDED, CODE_UPDATE, CODE_UPSERT, DELETE, EVICT, FETCH, INSERT, LOCK, TOUCH, UNDO_NOT_NEEDED, UPDATE, UPSERT
 
Method Summary
 Throwable getThrowable()
          Retrieve the Throwable object which indicates why the write-behind update failed.
 
Methods inherited from interface com.ibm.websphere.objectgrid.plugins.LogElement
getAfterImage, getBeforeImage, getCacheEntry, getCurrentValue, getKey, getLastAccessTime, getType, getUndoType, getVersionedValue, isCascaded, isPending, setVersionedValue
 

Method Detail

getThrowable

Throwable getThrowable()
Retrieve the Throwable object which indicates why the write-behind update failed.

Returns:
the Throwable object which indicates why the write-behind update failed.

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.