GigaSpaces XAP 9.1 API

com.j_spaces.core.client
Class EntryInfo

java.lang.Object
  extended by com.j_spaces.core.client.EntryInfo

Deprecated. Since 8.0 - This class is irrelevant since com.j_spaces.core.client.MetaDataEntry is no longer supported, Use POJO annotations instead.

@Deprecated
public final class EntryInfo
extends Object

Version:
3.2
Author:
Yechiel Fefer
See Also:
ClientUIDHandler

Field Summary
 long m_TimeToLive
          Deprecated. output-only, time (in milliseconds) left for this entry to live (correct for the time the operation- read,take under xtn, update, ... was performed)
 String m_UID
          Deprecated. Unique ID of the entry.
 int m_VersionID
          Deprecated. Version ID, initially each entry is written with versionID of 1 and it is incremented in each update.
 
Constructor Summary
EntryInfo(String UID, int versionID)
          Deprecated. Constructor.
EntryInfo(String UID, int versionID, long timeToLive)
          Deprecated. Constructor - for internal use only.
 
Method Summary
 long getTimeToLive()
          Deprecated.  
 String getUID()
          Deprecated.  
 int getVersionID()
          Deprecated.  
 String toString()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_UID

public String m_UID
Deprecated. 
Unique ID of the entry.


m_VersionID

public int m_VersionID
Deprecated. 
Version ID, initially each entry is written with versionID of 1 and it is incremented in each update. VesrionID is used in optimistic locking.


m_TimeToLive

public long m_TimeToLive
Deprecated. 
output-only, time (in milliseconds) left for this entry to live (correct for the time the operation- read,take under xtn, update, ... was performed)

Constructor Detail

EntryInfo

public EntryInfo(String UID,
                 int versionID)
Deprecated. 
Constructor.

Parameters:
UID - unique ID of the entry
versionID - entry version (used in optimistic locking)

EntryInfo

public EntryInfo(String UID,
                 int versionID,
                 long timeToLive)
Deprecated. 
Constructor - for internal use only.

Parameters:
UID - entry unique ID of the entry
versionID - entry version (used in optimistic locking)
timeToLive - time for this entry to live
Method Detail

toString

public String toString()
Deprecated. 

Overrides:
toString in class Object

getUID

public String getUID()
Deprecated. 

getVersionID

public int getVersionID()
Deprecated. 

getTimeToLive

public long getTimeToLive()
Deprecated. 

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.