org.jboss.txbridge.ba.id
Class UidIdentifierFactory

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

public class UidIdentifierFactory
extends IdentifierFactory

Factory for Uid-based unique identifiers.

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
UidIdentifierFactory()
           
 
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

UidIdentifierFactory

public UidIdentifierFactory()