Uses of Interface
jdbm.recman.BlockView

Packages that use BlockView
jdbm.recman Core classes for managing persistent objects and processing transactions. 
 

Uses of BlockView in jdbm.recman
 

Classes in jdbm.recman that implement BlockView
 class PageHeader
          This class represents a page header.
 

Methods in jdbm.recman that return BlockView
 BlockView BlockIo.getView()
          Returns the current view of the block.
 

Methods in jdbm.recman with parameters of type BlockView
 void BlockIo.setView(BlockView view)
          Sets the current view of the block.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.