|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.fissuresUtil.database.AbstractDb
edu.sc.seis.fissuresUtil.database.UniqueNumberGenerator
public class UniqueNumberGenerator
This class is used to create a UniqueIdentifier when the method getUniqueIdentifier is called. It makes use of database for returning an uniqueIdentifier. UniqueNumberGenerator.java Created: Thu Feb 20 11:14:14 2003
Field Summary |
---|
Fields inherited from class edu.sc.seis.fissuresUtil.database.AbstractDb |
---|
connection, databaseName, directoryName |
Method Summary | |
---|---|
void |
create()
|
static UniqueNumberGenerator |
getUNG(java.lang.String directoryName,
java.lang.String databaseName)
|
int |
getUniqueIdentifier()
|
Methods inherited from class edu.sc.seis.fissuresUtil.database.AbstractDb |
---|
getConnection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static UniqueNumberGenerator getUNG(java.lang.String directoryName, java.lang.String databaseName)
public void create()
create
in class AbstractDb
public int getUniqueIdentifier()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |