|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.idgen.impl.DefaultEuidGenerator
Default EUID generator.
| Constructor Summary | |
DefaultEuidGenerator()
Default constructor for DefaultEuidGenerator |
|
| Method Summary | |
int |
getEUIDLength()
Get the EUID length |
java.lang.String |
getNextEUID(java.sql.Connection con)
Generate the next EUID |
static void |
setinsideContainer()
|
static void |
setinsideLoader()
|
void |
setParameter(java.lang.String parameterName,
java.lang.Object value)
Parameters of the euid generator represented in the configuration XML file are set using this method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultEuidGenerator()
throws SEQException
SEQException - An exception occurred| Method Detail |
public int getEUIDLength()
getEUIDLength in interface EuidGenerator
public java.lang.String getNextEUID(java.sql.Connection con)
throws SEQException
getNextEUID in interface EuidGeneratorSEQException - an error occurredpublic static void setinsideContainer()
public static void setinsideLoader()
public void setParameter(java.lang.String parameterName,
java.lang.Object value)
throws SEQException
setParameter in interface EuidGeneratorparameterName - parametervalue - parameter value
SEQException - An error occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.