org.netbeans.mdr.persistence.btreeimpl.btreeindex
Interface MofidGenerator

All Known Subinterfaces:
BtreePageSource
All Known Implementing Classes:
BtreeCacheSource, BtreeFileSource, BtreeMDRSource

public interface MofidGenerator

An object which generates MOFIDs


Method Summary
 java.lang.String getMofidPrefix()
          Get the prefix for this repository
 long getNextMofid()
          get the next unique ID for this repository
 

Method Detail

getNextMofid

public long getNextMofid()
get the next unique ID for this repository


getMofidPrefix

public java.lang.String getMofidPrefix()
Get the prefix for this repository



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.