|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.mysql.v0_5.impl.UserIdManager
public class UserIdManager
Creates or loads the details of the Osmosis user in the database.
Constructor Summary | |
---|---|
UserIdManager(DatabaseContext dbCtx)
Creates a new instance. |
Method Summary | |
---|---|
long |
getUserId()
Returns the id of the Osmosis OSM user id in the database. |
void |
release()
Performs resource cleanup tasks such as closing files, or database connections. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserIdManager(DatabaseContext dbCtx)
dbCtx
- The database context to use for all database access.Method Detail |
---|
public long getUserId()
public void release()
release
in interface Releasable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |