org.objectweb.jac.aspects.idGen
Class Counters

java.lang.Object
  |
  +--org.objectweb.jac.aspects.idGen.Counters

public class Counters
extends Object

Stores counters


Constructor Summary
Counters()
           
 
Method Summary
 long genId(String name)
          Generate an ID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Counters

public Counters()
Method Detail

genId

public long genId(String name)
Generate an ID

Parameters:
name - counter name to use to generate the ID