public abstract class DataPathUtils extends Object
Constructor and Description |
---|
DataPathUtils() |
Modifier and Type | Method and Description |
---|---|
protected void |
attachMemento(DataPathId dpid,
Object dpi)
Attaches the specified datapath info (memento) to the given
datapath ID instance.
|
protected void |
detachMemento(DataPathId dpid)
Removes the reference to the datapath info (memento) from the
given datapath ID instance.
|
protected Object |
getMemento(DataPathId dpid)
Returns the datapath info (memento) associated with this
datapath ID.
|
protected void attachMemento(DataPathId dpid, Object dpi)
dpid
- the datapath IDdpi
- the datapath info to attachprotected void detachMemento(DataPathId dpid)
dpid
- the datapath IDprotected Object getMemento(DataPathId dpid)
dpid
- the datapath IDCopyright © 2015. All Rights Reserved.