eXo Kernel :: Container 2.5.0-GA

Uses of Class
org.exoplatform.container.xml.InitParams

Packages that use InitParams
org.exoplatform.container This package provides container API. 
org.exoplatform.container.context This package contains all the classes that are related to the Scope Management 
org.exoplatform.container.definition   
org.exoplatform.container.monitor.jvm   
org.exoplatform.container.spi This package defines most important classes and interfaces, that should be used in case you would like to implement a new Container
org.exoplatform.container.xml   
org.exoplatform.services.log   
 

Uses of InitParams in org.exoplatform.container
 

Methods in org.exoplatform.container that return InitParams
 InitParams BaseContainerLifecyclePlugin.getInitParams()
           
 InitParams ContainerLifecyclePlugin.getInitParams()
           
 

Methods in org.exoplatform.container with parameters of type InitParams
<T> T
ConcurrentContainer.createComponent(Class<T> clazz, InitParams params)
          Creates a component corresponding to the given Class with the given InitParams
<T> T
AbstractContainer.createComponent(Class<T> clazz, InitParams params)
          Creates a component corresponding to the given Class with the given InitParams
 void BaseContainerLifecyclePlugin.setInitParams(InitParams params)
           
 void ContainerLifecyclePlugin.setInitParams(InitParams params)
           
 

Constructors in org.exoplatform.container with parameters of type InitParams
PropertyConfigurator(InitParams params, ConfigurationManager confManager)
           
 

Uses of InitParams in org.exoplatform.container.context
 

Constructors in org.exoplatform.container.context with parameters of type InitParams
ContextPlugin(InitParams params)
           
 

Uses of InitParams in org.exoplatform.container.definition
 

Constructors in org.exoplatform.container.definition with parameters of type InitParams
PortalContainerConfig(InitParams params, ConfigurationManager cm)
           
PortalContainerConfig(InitParams params, ConfigurationManager cm, J2EEServerInfo serverInfo)
           
PortalContainerConfig(InitParams params, ConfigurationManager cm, J2EEServerInfo serverInfo, PropertyConfigurator pc)
          We add the PropertyConfigurator in the constructor, in order to make sure that it is created before since it could define some JVM parameters that could be used internally by the PortalContainerConfig
PortalContainerConfig(InitParams params, ConfigurationManager cm, PropertyConfigurator pc)
           
PortalContainerDefinitionChangePlugin(InitParams params)
           
PortalContainerDefinitionDisablePlugin(InitParams params)
           
PortalContainerDefinitionPlugin(InitParams params)
           
 

Uses of InitParams in org.exoplatform.container.monitor.jvm
 

Constructors in org.exoplatform.container.monitor.jvm with parameters of type InitParams
JVMRuntimeInfoImpl(InitParams params)
           
 

Uses of InitParams in org.exoplatform.container.spi
 

Methods in org.exoplatform.container.spi with parameters of type InitParams
<T> T
Container.createComponent(Class<T> clazz, InitParams params)
          Creates a component corresponding to the given Class with the given InitParams
 

Uses of InitParams in org.exoplatform.container.xml
 

Methods in org.exoplatform.container.xml that return InitParams
 InitParams ComponentLifecyclePlugin.getInitParams()
           
 InitParams ContainerLifecyclePlugin.getInitParams()
           
 InitParams LifecyclePlugin.getInitParams()
           
 InitParams ComponentPlugin.getInitParams()
           
 InitParams Component.getInitParams()
           
 

Methods in org.exoplatform.container.xml with parameters of type InitParams
 void ComponentLifecyclePlugin.setInitParams(InitParams initParams)
           
 void ContainerLifecyclePlugin.setInitParams(InitParams initParams)
           
 void LifecyclePlugin.setInitParams(InitParams ips)
           
 void ComponentPlugin.setInitParams(InitParams ips)
           
 void Component.setInitParams(InitParams ips)
           
 

Uses of InitParams in org.exoplatform.services.log
 

Constructors in org.exoplatform.services.log with parameters of type InitParams
LogConfigurationInitializer(InitParams params)
          Constructor for in-container using
 


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.