Uses of Class
org.apache.avalon.excalibur.datasource.ids.IdException

Packages that use IdException
org.apache.avalon.excalibur.datasource.ids   
 

Uses of IdException in org.apache.avalon.excalibur.datasource.ids
 

Methods in org.apache.avalon.excalibur.datasource.ids that throw IdException
protected  BigDecimal TableIdGenerator.allocateBigDecimalIdBlock(int blockSize)
          Allocates a block, of the given size, of ids from the database.
protected abstract  BigDecimal AbstractDataSourceBlockIdGenerator.allocateBigDecimalIdBlock(int blockSize)
          Allocates a block, of the given size, of ids from the database.
protected  long TableIdGenerator.allocateLongIdBlock(int blockSize)
          Allocates a block, of the given size, of ids from the database.
protected abstract  long AbstractDataSourceBlockIdGenerator.allocateLongIdBlock(int blockSize)
          Allocates a block, of the given size, of ids from the database.
 BigDecimal AbstractIdGenerator.getNextBigDecimalId()
          Returns the next Id from the pool.
 BigDecimal IdGenerator.getNextBigDecimalId()
          Returns the next Id from the pool.
protected abstract  BigDecimal AbstractIdGenerator.getNextBigDecimalIdInner()
          Gets the next id as a Big Decimal.
protected  BigDecimal AbstractDataSourceBlockIdGenerator.getNextBigDecimalIdInner()
          Gets the next id as a Big Decimal.
protected  BigDecimal SequenceIdGenerator.getNextBigDecimalIdInner()
          Gets the next id as a Big Decimal.
 byte AbstractIdGenerator.getNextByteId()
          Returns the next Id from the pool.
 byte IdGenerator.getNextByteId()
          Returns the next Id from the pool.
 int AbstractIdGenerator.getNextIntegerId()
          Returns the next Id from the pool.
 int IdGenerator.getNextIntegerId()
          Returns the next Id from the pool.
 long AbstractIdGenerator.getNextLongId()
          Returns the next Id from the pool.
 long IdGenerator.getNextLongId()
          Returns the next Id from the pool.
protected  long AbstractIdGenerator.getNextLongIdChecked(long maxId)
          Gets the next Long Id constraining the value to be less than the specified maxId.
protected abstract  long AbstractIdGenerator.getNextLongIdInner()
          Gets the next id as a long.
protected  long AbstractDataSourceBlockIdGenerator.getNextLongIdInner()
          Gets the next id as a long.
protected  long SequenceIdGenerator.getNextLongIdInner()
          Gets the next id as a long.
 short AbstractIdGenerator.getNextShortId()
          Returns the next Id from the pool.
 short IdGenerator.getNextShortId()
          Returns the next Id from the pool.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.