org.jboss.txbridge.ba.id
Class RandomIdentifierFactory

java.lang.Object
  extended by org.jboss.txbridge.ba.id.IdentifierFactory
      extended by org.jboss.txbridge.ba.id.RandomIdentifierFactory

 class RandomIdentifierFactory
extends IdentifierFactory

Factory for unique identifiers based on the Random Getter class.

Version:
0.1
Author:
Maciej P. Machulak (mmachulak@redhat.com)

Field Summary
 
Fields inherited from class org.jboss.txbridge.ba.id.IdentifierFactory
uvg
 
Constructor Summary
RandomIdentifierFactory()
           
 
Method Summary
 
Methods inherited from class org.jboss.txbridge.ba.id.IdentifierFactory
getIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomIdentifierFactory

public RandomIdentifierFactory()