|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
BaseUnicastRemoteService.init(javax.servlet.ServletConfig config)
|
void |
BaseUnicastRemoteService.init(java.lang.Object data)
|
void |
BaseUnicastRemoteService.init()
|
void |
InitableBroker.initClass(java.lang.String className,
java.lang.Object data)
Performs early initialization of an Initable class. |
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 |
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 |
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. |
void |
TurbineServices.initPrimaryServices(javax.servlet.ServletConfig config)
Initialize the primary services (Logging and Resources). |
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()
Deprecated. 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. |
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. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |