|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.store.poid.AbstractPoidGenerator
org.jpox.store.poid.AbstractUIDPoidGenerator
org.jpox.store.poid.AbstractUUIDPoidGenerator
org.jpox.store.poid.UUIDHexPoidGenerator
public class UUIDHexPoidGenerator
Poid generator for a UUID hexadecimal format. Results in Strings of length 32 characters, containing the IP address of the local machine as per the JDO2 spec section 18.6.1.
Field Summary |
---|
Fields inherited from class org.jpox.store.poid.AbstractUUIDPoidGenerator |
---|
counter, IP_ADDRESS, JVM_UNIQUE |
Fields inherited from class org.jpox.store.poid.AbstractPoidGenerator |
---|
defaultBlockSize, LOCALISER, name, poidBlock, properties |
Constructor Summary | |
---|---|
UUIDHexPoidGenerator(java.lang.String name,
java.util.Properties props)
Constructor. |
Method Summary | |
---|---|
protected java.lang.String |
getIdentifier()
Create an identifier with the form "IIIIIIIIJJJJJJJJHHHHLLLLLLLLCCCC". |
Methods inherited from class org.jpox.store.poid.AbstractUUIDPoidGenerator |
---|
getCount |
Methods inherited from class org.jpox.store.poid.AbstractUIDPoidGenerator |
---|
reserveBlock |
Methods inherited from class org.jpox.store.poid.AbstractPoidGenerator |
---|
allocate, createRepository, current, currentValue, getName, next, nextValue, obtainPoidBlock, obtainPoidBlock, requiresRepository, reserveBlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UUIDHexPoidGenerator(java.lang.String name, java.util.Properties props)
name
- Symbolic name for this generatorprops
- Properties controlling its behaviourMethod Detail |
---|
protected java.lang.String getIdentifier()
getIdentifier
in class AbstractUIDPoidGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |