GigaSpaces XAP 8.0 API

com.gigaspaces.server
Interface ServerEntry


public interface ServerEntry

Represents an entry stored in the space.

Since:
7.1
Author:
Niv Ingberg.

Method Summary
 Object getFixedPropertyValue(int position)
          Gets the specified fixed property's value.
 Object getPropertyValue(String name)
          Gets the specified property's value.
 SpaceTypeDescriptor getSpaceTypeDescriptor()
          Gets the entry's type descriptor.
 

Method Detail

getSpaceTypeDescriptor

SpaceTypeDescriptor getSpaceTypeDescriptor()
Gets the entry's type descriptor.

Returns:
Current entry's type descriptor.

getFixedPropertyValue

Object getFixedPropertyValue(int position)
Gets the specified fixed property's value.

Parameters:
position - Position of requested property.
Returns:
Requested property's value in current entry.

getPropertyValue

Object getPropertyValue(String name)
Gets the specified property's value.

Parameters:
name - Name of requested property.
Returns:
Requested property's value in current entry.

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.