|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the object id allocator. An object id allocator is an integral part of a logical database implementation. It manages the allocation of unique object ids.
Method Summary | |
ObjectId |
allocate()
Allocate a new and unique object id. |
void |
checkOId(ObjectId oid)
Check does oid belong to Object id's range [minOId, currentOId] |
Method Detail |
public ObjectId allocate()
public void checkOId(ObjectId oid) throws ObjectIdException
oid
- oid which will be checked.
ObjectIdException
- If a oid does't belong to range.
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |