GigaSpaces XAP 9.1 API

com.gigaspaces.client
Interface ChangedEntryDetails<T>

Type Parameters:
T -
All Superinterfaces:
Serializable

public interface ChangedEntryDetails<T>
extends Serializable

The result of a change operation executed on an entry

Since:
9.1
Author:
Niv Ingberg

Method Summary
 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.


GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.