Uses of Class
com.metamatrix.common.id.dbid.DBIDGeneratorException

Packages that use DBIDGeneratorException
com.metamatrix.common.id.dbid   
com.metamatrix.common.id.dbid.spi   
com.metamatrix.common.id.dbid.spi.jdbc   
 

Uses of DBIDGeneratorException in com.metamatrix.common.id.dbid
 

Methods in com.metamatrix.common.id.dbid that throw DBIDGeneratorException
 long DBIDGenerator.getID(java.lang.String context)
          Call to get a unique id for the given context and by default the the id numbers cannot be rolled over and reused.
 long DBIDGenerator.getID(java.lang.String context, boolean enableRollOver)
          call to get a unique id for the given context and pass true if the id numbers can be rolled over and reused.
 long DBIDController.getUniqueID(java.lang.String context)
           
 long DBIDController.getUniqueID(java.lang.String context, boolean enableRollOver)
           
 void DBIDGenerator.setCacheBlockSize(java.lang.String context, long cache)
          Call to set the incremental block size for a specific context.
 

Uses of DBIDGeneratorException in com.metamatrix.common.id.dbid.spi
 

Methods in com.metamatrix.common.id.dbid.spi that throw DBIDGeneratorException
 ReservedIDBlock InMemoryIDController.createIDBlock(long blockSize, java.lang.String context)
           
 long InMemoryIDController.getUniqueID(java.lang.String context)
           
 long InMemoryIDController.getUniqueID(java.lang.String context, boolean enableRollOver)
           
 

Uses of DBIDGeneratorException in com.metamatrix.common.id.dbid.spi.jdbc
 

Methods in com.metamatrix.common.id.dbid.spi.jdbc that throw DBIDGeneratorException
 long PersistentIDController.getUniqueID(java.lang.String context)
           
 long PersistentIDController.getUniqueID(java.lang.String context, boolean enableRollOver)
           
 



Copyright © 2009. All Rights Reserved.