| Package | Description |
|---|---|
| org.exoplatform.container |
This package provides container API.
|
| org.exoplatform.container.definition | |
| org.exoplatform.container.monitor.jvm | |
| org.exoplatform.container.xml | |
| org.exoplatform.services.log |
| Modifier and Type | Method and Description |
|---|---|
InitParams |
ContainerLifecyclePlugin.getInitParams() |
InitParams |
BaseContainerLifecyclePlugin.getInitParams() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ExoContainer.createComponent(Class<T> clazz,
InitParams params) |
void |
ContainerLifecyclePlugin.setInitParams(InitParams params) |
void |
BaseContainerLifecyclePlugin.setInitParams(InitParams params) |
| Constructor and Description |
|---|
PropertyConfigurator(InitParams params,
ConfigurationManager confManager) |
| Constructor and Description |
|---|
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) |
| Constructor and Description |
|---|
JVMRuntimeInfoImpl(InitParams params) |
| Modifier and Type | Method and Description |
|---|---|
InitParams |
LifecyclePlugin.getInitParams() |
InitParams |
ContainerLifecyclePlugin.getInitParams() |
InitParams |
ComponentPlugin.getInitParams() |
InitParams |
ComponentLifecyclePlugin.getInitParams() |
InitParams |
Component.getInitParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecyclePlugin.setInitParams(InitParams ips) |
void |
ContainerLifecyclePlugin.setInitParams(InitParams initParams) |
void |
ComponentPlugin.setInitParams(InitParams ips) |
void |
ComponentLifecyclePlugin.setInitParams(InitParams initParams) |
void |
Component.setInitParams(InitParams ips) |
| Constructor and Description |
|---|
LogConfigurationInitializer(InitParams params)
Constructor for in-container using
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.