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, toText
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId, getTypeName, getVersion
enabledSmartExternalizableWithReference
public Throwable getCause()
FailedChangedEntryDetails
getCause
in interface FailedChangedEntryDetails
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ChangeEntryDetailsImpl<Object>
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ChangeEntryDetailsImpl<Object>
IOException
ClassNotFoundException
public List<ChangeOperationResult> getChangeOperationsResults()
ChangedEntryDetails
ChangeSet
that was used for this change operation.getChangeOperationsResults
in interface ChangedEntryDetails<Object>
getChangeOperationsResults
in class ChangeEntryDetailsImpl<Object>
Copyright © GigaSpaces.