org.edg.security.voms.database.connection
Class DirectUpdate.Counter

java.lang.Object
  |
  +--org.edg.security.voms.database.connection.DirectUpdate.Counter
Enclosing class:
DirectUpdate

private static class DirectUpdate.Counter
extends java.lang.Object

A trivial class for thread-safe counters.


Field Summary
(package private)  long counter
           
 
Constructor Summary
private DirectUpdate.Counter()
           
 
Method Summary
(package private)  long nextval()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

counter

long counter
Constructor Detail

DirectUpdate.Counter

private DirectUpdate.Counter()
Method Detail

nextval

long nextval()