|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DLPDatabaseInfo | |
---|---|
org.jSyncManager.API.Conduit | |
org.jSyncManager.API.Protocol.Util | |
org.jSyncManager.API.Threads | |
org.jSyncManager.Client.LegacyClient |
Uses of DLPDatabaseInfo in org.jSyncManager.API.Conduit |
---|
Methods in org.jSyncManager.API.Conduit that return DLPDatabaseInfo | |
DLPDatabaseInfo |
ConduitHandler.getDatabaseInfo(java.lang.String dbName)
Retrieves the Database Info object for a specified database. |
DLPDatabaseInfo |
ConduitManager.getDBInfo(java.lang.String s)
Returns a database information object for the specified, named database. |
Uses of DLPDatabaseInfo in org.jSyncManager.API.Protocol.Util |
---|
Methods in org.jSyncManager.API.Protocol.Util that return DLPDatabaseInfo | |
DLPDatabaseInfo |
DLPDatabaseSet.getDatabaseInfo(int dbNum)
Gets the database info object from the specified index. |
DLPDatabaseInfo |
DLPDatabaseSet.getDatabaseInfo(java.lang.String s)
Gets the database info object for the database with the specified name. |
DLPDatabaseInfo |
DLPDatabaseListGroup.getElement(int i)
Retreives the specified element from the database info array. |
DLPDatabaseInfo |
DLPDatabase.getDatabaseInfo()
Get this database information object. |
Constructors in org.jSyncManager.API.Protocol.Util with parameters of type DLPDatabaseInfo | |
DLPDatabase(boolean flag,
DLPDatabaseInfo dlpdatabaseinfo)
DLPDatabase constructor, with a flag denoting whether this is a resource DB or not, and the DLPDatabaseInfo block. |
Uses of DLPDatabaseInfo in org.jSyncManager.API.Threads |
---|
Methods in org.jSyncManager.API.Threads that return DLPDatabaseInfo | |
DLPDatabaseInfo |
Synchronizer.getDBInfo(java.lang.String s)
Retrieves the database info for the named database. |
Uses of DLPDatabaseInfo in org.jSyncManager.Client.LegacyClient |
---|
Methods in org.jSyncManager.Client.LegacyClient with parameters of type DLPDatabaseInfo | |
void |
DatabaseViewer.addDBEntry(DLPDatabaseInfo info)
Deprecated. Adds a database entry for viewing with this DatabaseViewer. |
|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |