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 abstract  java.math.BigDecimal AbstractIdGenerator.getNextBigDecimalIdInner()
          Gets the next id as a Big Decimal.
protected abstract  long AbstractIdGenerator.getNextLongIdInner()
          Gets the next id as a long.
protected  long AbstractIdGenerator.getNextLongIdChecked(long maxId)
          Gets the next Long Id constraining the value to be less than the specified maxId.
 java.math.BigDecimal AbstractIdGenerator.getNextBigDecimalId()
          Returns the next Id from the pool.
 long AbstractIdGenerator.getNextLongId()
          Returns the next Id from the pool.
 int AbstractIdGenerator.getNextIntegerId()
          Returns the next Id from the pool.
 short AbstractIdGenerator.getNextShortId()
          Returns the next Id from the pool.
 byte AbstractIdGenerator.getNextByteId()
          Returns the next Id from the pool.
protected abstract  java.math.BigDecimal AbstractDataSourceBlockIdGenerator.allocateBigDecimalIdBlock(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.
protected  java.math.BigDecimal AbstractDataSourceBlockIdGenerator.getNextBigDecimalIdInner()
          Gets the next id as a Big Decimal.
protected  long AbstractDataSourceBlockIdGenerator.getNextLongIdInner()
          Gets the next id as a long.
 java.math.BigDecimal IdGenerator.getNextBigDecimalId()
          Returns the next Id from the pool.
 long IdGenerator.getNextLongId()
          Returns the next Id from the pool.
 int IdGenerator.getNextIntegerId()
          Returns the next Id from the pool.
 short IdGenerator.getNextShortId()
          Returns the next Id from the pool.
 byte IdGenerator.getNextByteId()
          Returns the next Id from the pool.
protected  java.math.BigDecimal SequenceIdGenerator.getNextBigDecimalIdInner()
          Gets the next id as a Big Decimal.
protected  long SequenceIdGenerator.getNextLongIdInner()
          Gets the next id as a long.
protected  java.math.BigDecimal TableIdGenerator.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.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.