Uses of Class
org.exoplatform.container.monitor.jvm.J2EEServerInfo
-
Packages that use J2EEServerInfo Package Description org.exoplatform.container This package provides container API.org.exoplatform.container.definition -
-
Uses of J2EEServerInfo in org.exoplatform.container
Methods in org.exoplatform.container that return J2EEServerInfo Modifier and Type Method Description J2EEServerInfoRootContainer. getServerEnvironment() -
Uses of J2EEServerInfo in org.exoplatform.container.definition
Constructors in org.exoplatform.container.definition with parameters of type J2EEServerInfo Constructor Description PortalContainerConfig(ConfigurationManager cm, J2EEServerInfo serverInfo)PortalContainerConfig(ConfigurationManager cm, J2EEServerInfo serverInfo, PropertyConfigurator pc)PortalContainerConfig(InitParams params, ConfigurationManager cm, J2EEServerInfo serverInfo)PortalContainerConfig(InitParams params, ConfigurationManager cm, J2EEServerInfo serverInfo, PropertyConfigurator pc)We add thePropertyConfiguratorin 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 thePortalContainerConfig
-