public class SequencesFactory extends Object
Modifier and Type | Method and Description |
---|---|
int |
getCurrentValue(String dn,
String attributeName)
Get the current value for this sequence
|
static SequencesFactory |
getInstance(JndiServices services)
Get the factory instance (if needed create and initialize it)
|
int |
getNextValue(String dn,
String attributeName)
Get the next value for this sequence
|
public static SequencesFactory getInstance(JndiServices services)
public int getNextValue(String dn, String attributeName)
dn
- DN where the sequence is stored in the directoryattributeName
- The attribute name the sequence is stored inpublic int getCurrentValue(String dn, String attributeName)
dn
- DN where the sequence is stored in the directoryattributeName
- The attribute name the sequence is stored inCopyright © 2005-2024 LSC project. All Rights Reserved.