Package com.j_spaces.kernel.list
Class ExternallyLockedStoredList.ObjectInfo<T>
java.lang.Object
com.j_spaces.kernel.list.ExternallyLockedStoredList.ObjectInfo<T>
- All Implemented Interfaces:
IObjectInfo<T>,Serializable
- Enclosing class:
- ExternallyLockedStoredList<T>
protected static class ExternallyLockedStoredList.ObjectInfo<T>
extends Object
implements Serializable, IObjectInfo<T>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidvoidvoidsetPosInList(int pos) voidsetSubject(T subject) Sets the subject for this node.
-
Constructor Details
-
ObjectInfo
-
-
Method Details
-
setSubject
Description copied from interface:IObjectInfoSets the subject for this node.- Specified by:
setSubjectin interfaceIObjectInfo<T>- Parameters:
subject- The subject to set.
-
getSubject
- Specified by:
getSubjectin interfaceIObjectInfo<T>- Returns:
- Returns the subject.
-
setBackwardsRef
- Parameters:
backwrd- The backwrd to set.
-
getBackwardsRef
- Returns:
- Returns the backwrd.
-
setForwardRef
- Parameters:
fwrd- The fwrd to set.
-
getForwardRef
- Returns:
- Returns the fwrd.
-
setPosInList
public void setPosInList(int pos) - Parameters:
pos- The pos to set.
-
getPosInList
public int getPosInList()- Returns:
- Returns the pos.
-