Uses of Class
org.jpox.store.poid.PoidBlock

Packages that use PoidBlock
org.jpox.store.poid POID - Persistent Id Generation. 
 

Uses of PoidBlock in org.jpox.store.poid
 

Fields in org.jpox.store.poid declared as PoidBlock
protected  PoidBlock AbstractPoidGenerator.poidBlock
          The current block of ids that have been reserved.
 

Methods in org.jpox.store.poid that return PoidBlock
protected  PoidBlock AbstractPoidGenerator.obtainPoidBlock()
          Get a new PoidBlock with the default number of ids.
protected  PoidBlock AbstractPoidGenerator.obtainPoidBlock(int number)
          Get a new PoidBlock with the specified number of ids.
protected  PoidBlock AbstractPoidGenerator.reserveBlock()
          Method to reserve a default sized block of identities.
protected  PoidBlock AbstractUIDPoidGenerator.reserveBlock(long size)
          Method to reserve "size" POIDs to the PoidBlock.
protected  PoidBlock TimestampValuePoidGenerator.reserveBlock(long size)
          Method to reserve a block of poids.
protected  PoidBlock TimestampPoidGenerator.reserveBlock(long size)
          Method to reserve a block of poids.
protected abstract  PoidBlock AbstractPoidGenerator.reserveBlock(long size)
          Method to reserve a blobk of "size" ids.
 

Methods in org.jpox.store.poid with parameters of type PoidBlock
 void PoidBlock.addBlock(PoidBlock block)
          Method to append a block onto this block.
 



Copyright © -2008 . All Rights Reserved.