ozone core API

org.ozoneDB.DxLib
Class DxDiskHashCompatible

java.lang.Object
  extended byorg.ozoneDB.DxLib.DxObject
      extended byorg.ozoneDB.DxLib.DxDiskHashCompatible
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.io.Serializable

public class DxDiskHashCompatible
extends DxObject

Version:
$Revision: 1.3 $Date: 2002/12/30 10:13:50 $
Author:
SMB
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
protected  java.util.Vector tables
           
 
Constructor Summary
DxDiskHashCompatible()
           
 
Method Summary
 void addTable(DxDiskHashMap _table)
           
 void done()
          The methods signals that this element will no longer be accesses without a re-fetch (elementForKey()) from the DxDiskHashMap.
protected  void finalize()
           
 void removeTable(DxDiskHashMap _table)
           
 
Methods inherited from class org.ozoneDB.DxLib.DxObject
clone, isLess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

tables

protected java.util.Vector tables
Constructor Detail

DxDiskHashCompatible

public DxDiskHashCompatible()
Method Detail

addTable

public void addTable(DxDiskHashMap _table)

removeTable

public void removeTable(DxDiskHashMap _table)

done

public void done()
The methods signals that this element will no longer be accesses without a re-fetch (elementForKey()) from the DxDiskHashMap.

See Also:
DxDiskHashMap

finalize

protected void finalize()
                 throws java.lang.Throwable
Throws:
java.lang.Throwable

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.