
Public Member Functions | |
| void | run (String args[]) |
| void | shutdown () |
Static Public Member Functions | |
| static void | main (String[] args) |
Static Public Attributes | |
| static final String | CDB_LOGGER_NAME = "CDB" |
Private Member Functions | |
| void | preloadCache (DALImpl dal, Logger sharedLogger) |
Private Attributes | |
| JDAL | jdal |
Static Private Attributes | |
| static String[] | PRELOAD_TABLE |
| static String[] | PRELOAD_TABLE_SUBTREE |
| static void com::cosylab::cdb::jdal::Server::main | ( | String[] | args | ) | [inline, static] |
| void com::cosylab::cdb::jdal::Server::preloadCache | ( | DALImpl | dal, | |
| Logger | sharedLogger | |||
| ) | [inline, private] |
| void com::cosylab::cdb::jdal::Server::run | ( | String | args[] | ) | [inline] |
References CDB_LOGGER_NAME, com::cosylab::cdb::jdal::WDALImpl::getDALImplDelegate(), jdal, and preloadCache().
| void com::cosylab::cdb::jdal::Server::shutdown | ( | ) | [inline] |
References jdal, and com::cosylab::CDB::DALOperations::shutdown().
final String com::cosylab::cdb::jdal::Server::CDB_LOGGER_NAME = "CDB" [static] |
Referenced by run().
JDAL com::cosylab::cdb::jdal::Server::jdal [private] |
Referenced by preloadCache(), run(), and shutdown().
String [] com::cosylab::cdb::jdal::Server::PRELOAD_TABLE [static, private] |
{
"MACI/Managers/Manager",
"MACI/Components"
}
Referenced by preloadCache().
String [] com::cosylab::cdb::jdal::Server::PRELOAD_TABLE_SUBTREE [static, private] |
{
"MACI/Containers"
}
Referenced by preloadCache().
1.6.2