
Static Public Member Functions | |
| static void | main (String[] args) |
Private Member Functions | |
| LSDInitDBMLFromConfigFiles (LSDLoadConfig llc) | |
| boolean | initLSD () |
Private Attributes | |
| LSDDbAdmin | admin = null |
| ConcurrentHashMap< Long, LSDLegacy > | LegacyHMap = null |
| LSDServerInstance[] | LSI = null |
| String | serverip = null |
| openlsd.multiple.admin.LSDInitDBMLFromConfigFiles.LSDInitDBMLFromConfigFiles | ( | LSDLoadConfig | llc | ) | [private] |
Create a LSDInitDB from driver ans server args
| llc |
| static void openlsd.multiple.admin.LSDInitDBMLFromConfigFiles.main | ( | String[] | args | ) | [static] |
Main Class to show an example of initialization of DB only from config files.
| args | with 1-openlsddb client config file, and 2-openlsd server config file and 3-IP(or DNS entry) of LSD Server |
| boolean openlsd.multiple.admin.LSDInitDBMLFromConfigFiles.initLSD | ( | ) | [private] |
Sample of Initialization of LSD from DB point of vue: 4 IpPort, 4 Services and associated Legacies are created. If the Legacy are already created in DB, then nothing is done.
LSDDbAdmin openlsd.multiple.admin.LSDInitDBMLFromConfigFiles.admin = null [private] |
DB Admin
ConcurrentHashMap<Long,LSDLegacy> openlsd.multiple.admin.LSDInitDBMLFromConfigFiles.LegacyHMap = null [private] |
Legacy HMAP
LSDServerInstance [] openlsd.multiple.admin.LSDInitDBMLFromConfigFiles.LSI = null [private] |
LSI for the 4 Network service
String openlsd.multiple.admin.LSDInitDBMLFromConfigFiles.serverip = null [private] |
IP of LSD server