Uses of Interface
org.directwebremoting.extend.UninitializingBean

Packages that use UninitializingBean
org.directwebremoting.impl   
org.directwebremoting.spring   
 

Uses of UninitializingBean in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement UninitializingBean
 class AbstractServerLoadMonitor
          A base implementation of ServerLoadMonitor that implements waiting functionality, mostly to provide ServletContextListener.contextDestroyed(javax.servlet.ServletContextEvent)
 class AutoShutdownScheduledThreadPoolExecutor
          Just a standard ScheduledThreadPoolExecutor with a single default thread in the pool (we're not doing heavy scheduling) that is also a ServletContextListener so the Container can shut us down.
 class DefaultCreatorManager
          A class to manage the types of creators and the instantiated creators.
 class DefaultScriptSessionManager
          A default implementation of ScriptSessionManager.
 class DefaultServerLoadMonitor
           
 class PollingServerLoadMonitor
          A default implementation of ServerLoadMonitor
 class ThrottlingServerLoadMonitor
          A smart implementation of ServerLoadMonitor.
 

Uses of UninitializingBean in org.directwebremoting.spring
 

Classes in org.directwebremoting.spring that implement UninitializingBean
 class SpringContainer
          A Container implementation that looks up all beans from the configuration specified in a Spring context.
 


Copyright ยจ 2008