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

Packages that use PoidBlock
org.jpox.store.poid POID - Persistent Id Generation. 
org.jpox.store.rdbms.poid Package providing a series of identity generators for use in RDBMS datastores. 
 

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 AbstractUIDPoidGenerator.reserveBlock(long size)
          Method to reserve "size" POIDs to the 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 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.
 

Uses of PoidBlock in org.jpox.store.rdbms.poid
 

Methods in org.jpox.store.rdbms.poid that return PoidBlock
protected  PoidBlock AbstractRDBMSPoidGenerator.obtainPoidBlock(int number)
          Get a new PoidBlock with the specified number of ids.
protected  PoidBlock DatastoreUUIDHexPoidGenerator.reserveBlock(long size)
          Reserve a block of ids.
 PoidBlock MaxPoidGenerator.reserveBlock(long size)
          Method to reserve a block of identities.
protected  PoidBlock SequencePoidGenerator.reserveBlock(long size)
          Reserve a block of ids.
 PoidBlock SequenceTablePoidGenerator.reserveBlock(long size)
          Method to reserve a block of "size" identities.
 



Copyright © -2007 . All Rights Reserved.