protected static class ExternallyLockedStoredList.ObjectInfo<T> extends Object implements Serializable, IObjectInfo<T>
| Constructor and Description | 
|---|
ObjectInfo(T subject)  | 
| Modifier and Type | Method and Description | 
|---|---|
ExternallyLockedStoredList.ObjectInfo<T> | 
getBackwardsRef()  | 
ExternallyLockedStoredList.ObjectInfo<T> | 
getForwardRef()  | 
int | 
getPosInList()  | 
T | 
getSubject()  | 
void | 
setBackwardsRef(ExternallyLockedStoredList.ObjectInfo<T> backwrd)  | 
void | 
setForwardRef(ExternallyLockedStoredList.ObjectInfo<T> fwrd)  | 
void | 
setPosInList(int pos)  | 
void | 
setSubject(T subject)
Sets the subject for this node. 
 | 
public ObjectInfo(T subject)
public void setSubject(T subject)
IObjectInfosetSubject in interface IObjectInfo<T>subject - The subject to set.public T getSubject()
getSubject in interface IObjectInfo<T>public void setBackwardsRef(ExternallyLockedStoredList.ObjectInfo<T> backwrd)
backwrd - The backwrd to set.public ExternallyLockedStoredList.ObjectInfo<T> getBackwardsRef()
public void setForwardRef(ExternallyLockedStoredList.ObjectInfo<T> fwrd)
fwrd - The fwrd to set.public ExternallyLockedStoredList.ObjectInfo<T> getForwardRef()
public void setPosInList(int pos)
pos - The pos to set.public int getPosInList()
Copyright © GigaSpaces.