Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lutris.appserver.server.sql
Interface ObjectIdAllocator  view ObjectIdAllocator download ObjectIdAllocator.java


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.

Since:
LBS1.8
Version:
$Revision: 1.10.12.1 $

Method Summary
 ObjectId allocate()
          Allocate a new and unique object id.
 

Method Detail

allocate

public ObjectId allocate()
Allocate a new and unique object id.