org.jboss.txbridge.ba.id
Class IdentifierFactory

java.lang.Object
  extended by org.jboss.txbridge.ba.id.IdentifierFactory
Direct Known Subclasses:
RandomIdentifierFactory, UidIdentifierFactory

public abstract class IdentifierFactory
extends java.lang.Object

This is an abstract class for the identifier factory. It is used in different places throughout the code where unique identifiers are needed (i.e. task identifiers).

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

Field Summary
(package private)  UniqueValueGetter uvg
           
 
Constructor Summary
protected IdentifierFactory()
           
 
Method Summary
 java.lang.String getIdentifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uvg

UniqueValueGetter uvg
Constructor Detail

IdentifierFactory

protected IdentifierFactory()
Method Detail

getIdentifier

public java.lang.String getIdentifier()