oursland.naming
Class UIDGenerator

java.lang.Object
  extended by oursland.naming.UIDGenerator

public class UIDGenerator
extends java.lang.Object

Author:
oursland

Field Summary
private  int nextId
           
 
Constructor Summary
UIDGenerator()
           
 
Method Summary
 int next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextId

private int nextId
Constructor Detail

UIDGenerator

public UIDGenerator()
Method Detail

next

public int next()