Uses of Class
org.xins.common.manageable.BootstrapException

Packages that use BootstrapException
org.xins.common.manageable Interface for manageable objects, with supporting classes. 
org.xins.server XINS server framework. 
org.xins.server.frontend XINS Frontend Framework. 
 

Uses of BootstrapException in org.xins.common.manageable
 

Methods in org.xins.common.manageable that throw BootstrapException
 void Manageable.bootstrap(PropertyReader properties)
          Performs the bootstrap procedure (wrapper method).
protected  void Manageable.bootstrapImpl(PropertyReader properties)
          Performs the bootstrap procedure (actual implementation).
 

Uses of BootstrapException in org.xins.server
 

Methods in org.xins.server that throw BootstrapException
protected  void API.bootstrapImpl(PropertyReader buildSettings)
          Bootstraps this API (wrapper method).
protected  void API.bootstrapImpl2(PropertyReader buildSettings)
          Bootstraps this API (implementation method).
 

Uses of BootstrapException in org.xins.server.frontend
 

Methods in org.xins.server.frontend that throw BootstrapException
protected  void FrontendCallingConvention.bootstrapImpl(PropertyReader bootstrapProperties)
           
protected  void SessionManager.bootstrapImpl(PropertyReader bootstrapProperties)
           
 



See http://www.xins.org/.