|
DODS 7.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectIdAllocator
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 |
---|
ObjectId allocate()
void checkOId(ObjectId oid) throws ObjectIdException
oid
- oid which will be checked.
ObjectIdException
- If a oid does't belong to range.
|
DODS 7.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |