Uses of Class
common.Bootstrap

Packages that use Bootstrap
messageServerP   
servlet   
 

Uses of Bootstrap in messageServerP
 

Fields in messageServerP declared as Bootstrap
private static Bootstrap Cache.bootstrap
          The Bootstrap Server (must be set at startup with setBootstrap(Bootstrap bs) )
 

Methods in messageServerP that return Bootstrap
static Bootstrap Cache.getBS()
           
 

Methods in messageServerP with parameters of type Bootstrap
static void Cache.setBootstrap(Bootstrap bs)
          Sets the bootstrap to globally use and creates the interface.
 

Uses of Bootstrap in servlet
 

Fields in servlet declared as Bootstrap
static Bootstrap ClientCore.server