|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.txbridge.ba.id.IdentifierFactory
public abstract class IdentifierFactory
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).
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 |
---|
UniqueValueGetter uvg
Constructor Detail |
---|
protected IdentifierFactory()
Method Detail |
---|
public java.lang.String getIdentifier()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |