|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerEntry
Represents an entry stored in the space.
Method Summary | |
---|---|
long |
getExpirationTime()
Gets the entry expiration time. |
Object |
getFixedPropertyValue(int position)
Gets the specified fixed property's value. |
Object |
getPathValue(String path)
Gets the specified path's value. |
Object |
getPropertyValue(String name)
Gets the specified property's value. |
SpaceTypeDescriptor |
getSpaceTypeDescriptor()
Gets the entry's type descriptor. |
int |
getVersion()
Gets the entry version. |
Method Detail |
---|
SpaceTypeDescriptor getSpaceTypeDescriptor()
Object getFixedPropertyValue(int position)
position
- Position of requested property.
Object getPropertyValue(String name)
name
- Name of requested property.
Object getPathValue(String path)
path
- Path pointing to the requested property.
int getVersion()
long getExpirationTime()
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |