| java.lang.Object org.jaffa.util.Voucher
Voucher | public class Voucher (Code) | | To help save objects that have a technical key, this routine can voucher a
unique string on length 20. It will be unique between sucessive retarts of the JVM
author: paule version: 1.0 |
Method Summary | |
public static synchronized String | getNext() Get the next unique sequence number
A unique string of length 20. | public static void | main(String[] args) |
getNext | public static synchronized String getNext()(Code) | | Get the next unique sequence number
A unique string of length 20. Typically the first 13 chars represent thecurrent date/time, and the following 7 are an index counter. |
|
|