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

Packages that use InitParams
org.exoplatform.container   
org.exoplatform.container.monitor.jvm   
org.exoplatform.container.xml   
org.exoplatform.services.cache   
org.exoplatform.services.cache.impl   
org.exoplatform.services.cache.impl.jboss   
org.exoplatform.services.command.impl   
org.exoplatform.services.log   
org.exoplatform.services.log.impl   
org.exoplatform.services.mail.impl   
org.exoplatform.services.naming   
org.exoplatform.services.remote.group.impl   
org.exoplatform.services.scheduler   
org.exoplatform.services.transaction.impl.jotm   
 

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
ExoContainer.createComponent(Class<T> clazz, InitParams params)
           
 void BaseContainerLifecyclePlugin.setInitParams(InitParams params)
           
 void ContainerLifecyclePlugin.setInitParams(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.xml
 

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

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

Uses of InitParams in org.exoplatform.services.cache
 

Constructors in org.exoplatform.services.cache with parameters of type InitParams
ExoCacheConfigPlugin(InitParams params)
           
 

Uses of InitParams in org.exoplatform.services.cache.impl
 

Constructors in org.exoplatform.services.cache.impl with parameters of type InitParams
CacheServiceImpl(InitParams params)
           
CacheServiceImpl(InitParams params, ExoCacheFactory factory)
           
 

Uses of InitParams in org.exoplatform.services.cache.impl.jboss
 

Constructors in org.exoplatform.services.cache.impl.jboss with parameters of type InitParams
ExoCacheCreatorPlugin(InitParams params)
           
ExoCacheFactoryConfigPlugin(InitParams params)
           
ExoCacheFactoryImpl(InitParams params, ConfigurationManager configManager)
           
 

Uses of InitParams in org.exoplatform.services.command.impl
 

Constructors in org.exoplatform.services.command.impl with parameters of type InitParams
CommonsXMLConfigurationPlugin(InitParams params, ConfigurationManager configurationManager)
           
 

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
 

Uses of InitParams in org.exoplatform.services.log.impl
 

Constructors in org.exoplatform.services.log.impl with parameters of type InitParams
LogServiceImpl(InitParams params)
          Deprecated.  
 

Uses of InitParams in org.exoplatform.services.mail.impl
 

Constructors in org.exoplatform.services.mail.impl with parameters of type InitParams
MailServiceImpl(InitParams params)
           
 

Uses of InitParams in org.exoplatform.services.naming
 

Constructors in org.exoplatform.services.naming with parameters of type InitParams
BindReferencePlugin(InitParams params)
           
InitialContextInitializer(InitParams params)
           
 

Uses of InitParams in org.exoplatform.services.remote.group.impl
 

Constructors in org.exoplatform.services.remote.group.impl with parameters of type InitParams
CommunicationServiceImpl(InitParams confParams, LogService lservice)
          Deprecated.  
 

Uses of InitParams in org.exoplatform.services.scheduler
 

Constructors in org.exoplatform.services.scheduler with parameters of type InitParams
CronJob(InitParams params)
           
PeriodJob(InitParams params)
           
 

Uses of InitParams in org.exoplatform.services.transaction.impl.jotm
 

Constructors in org.exoplatform.services.transaction.impl.jotm with parameters of type InitParams
TransactionServiceJotmImpl(InitialContextInitializer initializer, InitParams params)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.