public class FailedChangedEntryDetailsImpl extends ChangeEntryDetailsImpl<Object> implements FailedChangedEntryDetails
| Constructor and Description | 
|---|
| FailedChangedEntryDetailsImpl() | 
| FailedChangedEntryDetailsImpl(String typeName,
                             Object id,
                             int version,
                             Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| Throwable | getCause()Returns the failure caused by attempting to update this entry. | 
| List<ChangeOperationResult> | getChangeOperationsResults()Returns the results of the change operations which were inflicted on the changed entry. | 
| void | readExternal(ObjectInput in) | 
| void | writeExternal(ObjectOutput out) | 
getId, getTypeName, getVersion, setMutators, toString, toTextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getTypeName, getVersionenabledSmartExternalizableWithReferencepublic Throwable getCause()
FailedChangedEntryDetailsgetCause in interface FailedChangedEntryDetailspublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class ChangeEntryDetailsImpl<Object>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class ChangeEntryDetailsImpl<Object>IOExceptionClassNotFoundExceptionpublic List<ChangeOperationResult> getChangeOperationsResults()
ChangedEntryDetailsChangeSet that was used for this change operation.getChangeOperationsResults in interface ChangedEntryDetails<Object>getChangeOperationsResults in class ChangeEntryDetailsImpl<Object>Copyright © GigaSpaces.