GigaSpaces XAP 10.0.1 API

com.gigaspaces.client
Interface FailedChangedEntryDetails


public interface FailedChangedEntryDetails

The result of a change operation of a specific entry that raised an exception

Since:
9.1
Author:
eitany

Method Summary
 Throwable getCause()
          Returns the failure caused by attempting to update this entry.
 Object getId()
          Returns the id of the changed entry.
 String getTypeName()
          Returns the changed entry type name.
 int getVersion()
          Returns the version of the entry after the change opertion.
 

Method Detail

getTypeName

String getTypeName()
Returns the changed entry type name.


getId

Object getId()
Returns the id of the changed entry.


getVersion

int getVersion()
Returns the version of the entry after the change opertion.


getCause

Throwable getCause()
Returns the failure caused by attempting to update this entry.


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.