|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UniqueIDServiceException | |
org.sape.carbon.services.uniqueid | The Carbon Unique ID Service solves the problem of generating unique IDs for data that are independent of the data representation itself. |
Uses of UniqueIDServiceException in org.sape.carbon.services.uniqueid |
Subclasses of UniqueIDServiceException in org.sape.carbon.services.uniqueid | |
class |
UniqueIDCreationException
Exception thrown when a UniqueID cannot be created. |
class |
UniqueIDNotFoundException
Thrown when a UniqueID cannot be found. |
Methods in org.sape.carbon.services.uniqueid that throw UniqueIDServiceException | |
long |
UniqueIDService.getNextID()
Return the next unique id. |
long |
DefaultUniqueIDServiceImpl.getNextID()
Method is expected to return then next value, if the value is in the current block, otherwise resever a new block. |
protected void |
DefaultUniqueIDServiceImpl.reserveNewBlock()
Reserves a new block of IDs, creating it if it does not exists and this component is configured to do so. |
protected long |
DefaultUniqueIDServiceImpl.retrieveBlockStart(Connection connection)
Retrieves the beginning of the next block of IDs. |
protected void |
DefaultUniqueIDServiceImpl.reserveBlock(long nextBlockStart,
Connection connection)
Reserves a block of IDs by updating the row corresponding to this ID, increasing it by blockSize (configurable). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |