Uses of Class
org.apache.turbine.services.InitializationException

Packages that use InitializationException
org.apache.turbine.services Contains the Service framework for Turbine. 
org.apache.turbine.services.assemblerbroker   
org.apache.turbine.services.cache   
org.apache.turbine.services.castor The Castor service is deprecated, you should use om/peer classes (torque). 
org.apache.turbine.services.factory   
org.apache.turbine.services.freemarker The Freemarker service is deprecated, you should use Velocity. 
org.apache.turbine.services.intake   
org.apache.turbine.services.jsp   
org.apache.turbine.services.localization   
org.apache.turbine.services.logging   
org.apache.turbine.services.mimetype   
org.apache.turbine.services.naming   
org.apache.turbine.services.pool   
org.apache.turbine.services.pull   
org.apache.turbine.services.resources   
org.apache.turbine.services.rundata   
org.apache.turbine.services.schedule   
org.apache.turbine.services.security   
org.apache.turbine.services.template   
org.apache.turbine.services.velocity   
org.apache.turbine.services.webmacro The WebMacro service is deprecated, you should use Velocity. 
org.apache.turbine.services.xmlrpc   
 

Uses of InitializationException in org.apache.turbine.services
 

Methods in org.apache.turbine.services that throw InitializationException
 void BaseInitable.init(java.lang.Object data)
          Performs early initialization.
 void BaseInitable.init()
          Performs late initializtion.
 void InitableBroker.initClass(java.lang.String className, java.lang.Object data)
          Performs early initialization of an Initable class.
 void BaseUnicastRemoteService.init(javax.servlet.ServletConfig config)
           
 void BaseUnicastRemoteService.init(java.lang.Object data)
           
 void BaseUnicastRemoteService.init()
           
 void Initable.init(java.lang.Object data)
          Performs early initailization of an Initable During the startup of the system, different objects may be passed to your class using this method.
 void Initable.init()
          Performs late initialization of an Initable.
 void BaseInitableBroker.initClass(java.lang.String className, java.lang.Object data)
          Performs early initialization of an Initable class.
 void BaseServiceBroker.initService(java.lang.String name, java.lang.Object data)
          Performs early initialization of specified service.
 void BaseServiceBroker.initServices(java.lang.Object data, boolean report)
          Performs early initiailzation of all services.
private  void BaseServiceBroker.doInitService(java.lang.Object data, java.lang.String name)
          Internal utility method for use in initServices() to prevent duplication of code.
 void TurbineServices.initPrimaryServices(javax.servlet.ServletConfig config)
          Initialize the primary services (Logging and Resources).
 void TurbineBaseService.init(java.lang.Object data)
          Performs early initialization.
 void TurbineBaseService.init(javax.servlet.ServletConfig config)
          Performs early initialization.
 void TurbineBaseService.init(RunData data)
          Performs early initialization.
 void TurbineBaseService.init()
          Performs late initialization.
 void ServiceBroker.initService(java.lang.String name, java.lang.Object data)
          Performs early initialization of specified service.
 

Uses of InitializationException in org.apache.turbine.services.assemblerbroker
 

Methods in org.apache.turbine.services.assemblerbroker that throw InitializationException
 void TurbineAssemblerBrokerService.init()
          Initializes the AssemblerBroker and loads the AssemblerFactory classes registerd in TurbineResources.Properties.
 

Uses of InitializationException in org.apache.turbine.services.cache
 

Methods in org.apache.turbine.services.cache that throw InitializationException
 void TurbineGlobalCacheService.init()
          Called the first time the Service is used.
 

Uses of InitializationException in org.apache.turbine.services.castor
 

Methods in org.apache.turbine.services.castor that throw InitializationException
 void TurbineCastorService.init()
          Deprecated. Called the first time the Service is used.
 

Uses of InitializationException in org.apache.turbine.services.factory
 

Methods in org.apache.turbine.services.factory that throw InitializationException
 void TurbineFactoryService.init()
          Initializes the service by loading default class loaders and customized object factories.
 

Uses of InitializationException in org.apache.turbine.services.freemarker
 

Methods in org.apache.turbine.services.freemarker that throw InitializationException
 void TurbineFreeMarkerService.init()
          Called during Turbine.init()
 

Uses of InitializationException in org.apache.turbine.services.intake
 

Methods in org.apache.turbine.services.intake that throw InitializationException
 void TurbineIntakeService.init(javax.servlet.ServletConfig config)
          Called the first time the Service is used.
 

Uses of InitializationException in org.apache.turbine.services.jsp
 

Methods in org.apache.turbine.services.jsp that throw InitializationException
 void TurbineJspService.init(javax.servlet.ServletConfig config)
          Performs early initialization of this Turbine service.
 

Uses of InitializationException in org.apache.turbine.services.localization
 

Methods in org.apache.turbine.services.localization that throw InitializationException
 void TurbineLocalizationService.init()
          Called the first time the Service is used.
 

Uses of InitializationException in org.apache.turbine.services.logging
 

Methods in org.apache.turbine.services.logging that throw InitializationException
 void TurbineLoggingService.init(javax.servlet.ServletConfig config)
          Inits the service using servlet parameters to obtain path to the configuration file.
 LoggingConfig TurbineLoggingService.getLoggingConfig()
          Creates a new LoggingConfig object.
private  void TurbineLoggingService.internalInit()
          This method initializes the service.
protected  void TurbineLoggingService.loadLogger(LoggingConfig loggingConfig)
          Creates instances of the logger, configures it, and adds it to the hashTable.
 void ServletLoggingService.init(javax.servlet.ServletConfig config)
          Inits the service
 void PropertiesLoggingConfig.init()
           
 void LoggingConfig.init()
           
 

Uses of InitializationException in org.apache.turbine.services.mimetype
 

Methods in org.apache.turbine.services.mimetype that throw InitializationException
 void TurbineMimeTypeService.init()
          Initializes the service.
 

Uses of InitializationException in org.apache.turbine.services.naming
 

Methods in org.apache.turbine.services.naming that throw InitializationException
 void TurbineNamingService.init()
          Called the first time the Service is used.
 void TurbineNamingService.init(RunData data)
          Places the contexts defined in the TurbineResources instance (if any) into the data.contexts Hashtable.
 

Uses of InitializationException in org.apache.turbine.services.pool
 

Methods in org.apache.turbine.services.pool that throw InitializationException
 void TurbinePoolService.init()
          Initializes the service by setting the pool capacity.
 

Uses of InitializationException in org.apache.turbine.services.pull
 

Methods in org.apache.turbine.services.pull that throw InitializationException
 void TurbinePullService.init()
          Called the first time the Service is used.
 

Uses of InitializationException in org.apache.turbine.services.resources
 

Methods in org.apache.turbine.services.resources that throw InitializationException
 void TurbineResourceService.init(java.lang.Object data)
          Performs early initialization.
 void TurbineResourceService.init(javax.servlet.ServletConfig config)
          This method is called when the Service is initialized
 

Uses of InitializationException in org.apache.turbine.services.rundata
 

Methods in org.apache.turbine.services.rundata that throw InitializationException
 void TurbineRunDataService.init()
          Initializes the service by setting the pool capacity.
 

Uses of InitializationException in org.apache.turbine.services.schedule
 

Methods in org.apache.turbine.services.schedule that throw InitializationException
 void TurbineSchedulerService.init(javax.servlet.ServletConfig config)
          Called the first time the Service is used.
Load all the jobs from cold storage.
 

Uses of InitializationException in org.apache.turbine.services.security
 

Methods in org.apache.turbine.services.security that throw InitializationException
 void BaseSecurityService.init(javax.servlet.ServletConfig config)
          Initializes the SecurityService, locating the apropriate UserManager
 

Uses of InitializationException in org.apache.turbine.services.template
 

Methods in org.apache.turbine.services.template that throw InitializationException
 void TurbineTemplateService.init()
          Called the first time the Service is used.
 

Uses of InitializationException in org.apache.turbine.services.velocity
 

Methods in org.apache.turbine.services.velocity that throw InitializationException
 void TurbineVelocityService.init(javax.servlet.ServletConfig config)
          Performs early initialization of this Turbine service.
private  void TurbineVelocityService.initVelocity()
          Setup the velocity runtime by using a subset of the Turbine configuration which relates to velocity.
 

Uses of InitializationException in org.apache.turbine.services.webmacro
 

Methods in org.apache.turbine.services.webmacro that throw InitializationException
 void TurbineWebMacroService.init(javax.servlet.ServletConfig unused)
          Deprecated. Performs early initialization of this service.
private  void TurbineWebMacroService.initWebMacro()
          Deprecated. This method returns the WebMacro object which will be used to load, access, and manage the Broker.
 

Uses of InitializationException in org.apache.turbine.services.xmlrpc
 

Methods in org.apache.turbine.services.xmlrpc that throw InitializationException
 void TurbineXmlRpcService.init(javax.servlet.ServletConfig config)
          This function initializes the XmlRpcService.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.