com.sun.sgs.impl.service.data
Class FlushInfo

java.lang.Object
  extended by com.sun.sgs.impl.service.data.FlushInfo

final class FlushInfo
extends Object

Stores information about managed objects that have been modified and need their data stored.


Constructor Summary
FlushInfo()
          Creates an instance.
 
Method Summary
(package private)  void add(long oid, byte[] data)
          Adds the object ID and data for a modified object.
(package private)  byte[][] getDataArray()
          Returns the data of the modified objects.
(package private)  long[] getOids()
          Returns the object IDs of the modified objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlushInfo

FlushInfo()
Creates an instance.

Method Detail

add

void add(long oid,
         byte[] data)
Adds the object ID and data for a modified object.


getOids

long[] getOids()
Returns the object IDs of the modified objects.


getDataArray

byte[][] getDataArray()
Returns the data of the modified objects.


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved