|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opengts.servers.gtsdmtp.DMTPDBFactory
public class DMTPDBFactory
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_UNIQUE_PREFIX
|
Constructor Summary | |
---|---|
DMTPDBFactory()
|
Method Summary | |
---|---|
org.opendmtp.server.db.AccountDB |
getAccountDB(java.lang.String acctName)
|
org.opendmtp.server.db.DeviceDB |
getDeviceDB(org.opendmtp.server.db.AccountDB acctDB,
java.lang.String devName)
|
org.opendmtp.server.db.DeviceDB |
getDeviceDB(byte[] uniqId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_UNIQUE_PREFIX
Constructor Detail |
---|
public DMTPDBFactory()
Method Detail |
---|
public org.opendmtp.server.db.AccountDB getAccountDB(java.lang.String acctName)
getAccountDB
in interface org.opendmtp.server.base.DMTPServer.DBFactory
public org.opendmtp.server.db.DeviceDB getDeviceDB(org.opendmtp.server.db.AccountDB acctDB, java.lang.String devName)
getDeviceDB
in interface org.opendmtp.server.base.DMTPServer.DBFactory
public org.opendmtp.server.db.DeviceDB getDeviceDB(byte[] uniqId)
getDeviceDB
in interface org.opendmtp.server.base.DMTPServer.DBFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |