Uses of Class
djbeans.DJBeansLoader

Packages that use DJBeansLoader
djbeans   
 

Uses of DJBeansLoader in djbeans
 

Methods in djbeans that return DJBeansLoader
static DJBeansLoader DJBeansLoader.getInstance()
          Retrieve the singleton instance of this class.
static DJBeansLoader DJBeansLoader.init()
          Initialize the DJBeans Factory.
static DJBeansLoader DJBeansLoader.init(boolean startListenerThread, int sleepSeconds)
          Initialize the DJBeans Factory.
static DJBeansLoader DJBeansLoader.init(java.util.Properties djbeansProperties, boolean startListenerThread, int sleepSeconds)
          Initialize the DJBeans Factory.