mam.id
Class MamIdGenerator


public class MamIdGenerator

Creates globally unique IDs for the mam system.


Field Summary
 private static Stringm_cachedKeyPart
           
 private static intm_internalCounter
           
 private final static intUPPER_KEY_LIMIT
           

Method Summary
 static synchronized MamIdgenerateUniqueMamId()
           
 protected static synchronized StringgetCachedKeyPart()
           

Field Detail

m_cachedKeyPart

private static String m_cachedKeyPart

m_internalCounter

private static int m_internalCounter

UPPER_KEY_LIMIT

private final static int UPPER_KEY_LIMIT
Method Detail

generateUniqueMamId

public static synchronized MamId generateUniqueMamId()

getCachedKeyPart

protected static synchronized String getCachedKeyPart()