FileDocCategorySizeDatePackage
UniqueValueGeneratorBackend.javaAPI DocGlassfish v2 API2934Fri May 04 22:32:08 BST 2007com.sun.enterprise.util

UniqueValueGeneratorBackend

public interface UniqueValueGeneratorBackend implements Remote
Interface for server-side implementation of unique value generator. NOTE : This is not intended to be used by clients that need unique numbers. It is only used internally by concrete UniqueValueGenerator implementations. Clients should use UniqueValueGeneratorFactory and UniqueValueGenerator instead.
author
Kenneth Saks

Fields Summary
String
JNDI_NAME
Constructors Summary
Methods Summary
public java.lang.StringgetGeneratorId()
Id generated by backend upon startup that will be unique for each successive invocation of the same j2ee server instance.

public UniqueValueBlockgetNextValueBlock(java.lang.String context)
Get another block of unique numbers for a particular context.