Ejemplo n.º 1
0
 public static void makeTrackable(DataBuffer db) {
   stealer.setTrackable(db, StateTrackableDelegate.createInstance(State.STABLE));
 }
Ejemplo n.º 2
0
 /** Mark the TrackableDelegate of the associated DataBuffer dirty. */
 public final void markDirty() {
   theTrackable.markDirty();
 }