|
||||||||||
| 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.TimestampPoidGenerator
public class TimestampPoidGenerator
Value generator for timestamps.
| Field Summary |
|---|
| Fields inherited from class org.jpox.store.poid.AbstractPoidGenerator |
|---|
allocationSize, initialValue, LOCALISER, name, poidBlock, properties |
| Constructor Summary | |
|---|---|
TimestampPoidGenerator(java.lang.String name,
java.util.Properties props)
Constructor. |
|
| Method Summary | |
|---|---|
protected PoidBlock |
reserveBlock(long size)
Method to reserve a block of poids. |
| Methods inherited from class org.jpox.store.poid.AbstractPoidGenerator |
|---|
allocate, createRepository, current, currentValue, getName, getStorageClass, 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 TimestampPoidGenerator(java.lang.String name,
java.util.Properties props)
name - Symbolic name of the generatorprops - Any properties controlling its behaviour.| Method Detail |
|---|
protected PoidBlock reserveBlock(long size)
reserveBlock in class AbstractPoidGeneratorsize - Number of elements to reserve.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||