eXo Kernel :: Container 2.4.4-CLD

Serialized Form


Package org.exoplatform.container

Class org.exoplatform.container.CachingContainer extends MCIntegrationContainer implements Serializable

serialVersionUID: 316388590860241305L

Serialized Fields

adapterByType

ConcurrentMap<K,V> adapterByType

instanceByType

ConcurrentMap<K,V> instanceByType

instanceByKey

ConcurrentMap<K,V> instanceByKey

adaptersByType

ConcurrentMap<K,V> adaptersByType

instancesByType

ConcurrentMap<K,V> instancesByType

Class org.exoplatform.container.ConcurrentPicoContainer extends Object implements Serializable

serialVersionUID: -2275793454555604533L

Serialized Fields

componentKeyToAdapterCache

ConcurrentMap<K,V> componentKeyToAdapterCache

componentAdapterFactory

org.picocontainer.defaults.ComponentAdapterFactory componentAdapterFactory

parent

org.picocontainer.PicoContainer parent

componentAdapters

Set<E> componentAdapters

orderedComponentAdapters

CopyOnWriteArrayList<E> orderedComponentAdapters

started

AtomicBoolean started

disposed

AtomicBoolean disposed

children

Set<E> children

Class org.exoplatform.container.ExoContainer extends ManageableContainer implements Serializable

serialVersionUID: -8068506531004854036L

Serialized Fields

stopping

AtomicBoolean stopping

componentLifecylePlugin_

Map<K,V> componentLifecylePlugin_

containerLifecyclePlugin_

List<E> containerLifecyclePlugin_

context

ExoContainerContext context

parent

org.picocontainer.PicoContainer parent

Class org.exoplatform.container.ExoContainerContext extends Object implements Serializable

Serialized Fields

attributes

HashMap<K,V> attributes

container

ExoContainer container

name

String name

Class org.exoplatform.container.PortalContainer extends ExoContainer implements Serializable

serialVersionUID: -9110532469581690803L

Serialized Fields

started_

boolean started_

pinfo_

PortalContainerInfo pinfo_

smanager_

SessionManager smanager_

name

String name
The name of the portal container


webAppComparator

Comparator<T> webAppComparator
The comparator used to sort the web applications by priorities


portalMergedContext

javax.servlet.ServletContext portalMergedContext
The full ServletContext of the portal container after merging all the ServletContext that have been registered


portalMergedClassLoader

ClassLoader portalMergedClassLoader
The full ClassLoader of the portal container after merging all the ClassLoader of the ServletContext that have been registered


webAppContexts

Set<E> webAppContexts
The Set of all the web application context that share configuration


webAppClassLoaders

Map<K,V> webAppClassLoaders
To allow overriding we need to have a custom ClassLoader by web applications by portal containers


portalContext

javax.servlet.ServletContext portalContext
The ServletContext of the current portal container

Class org.exoplatform.container.RootContainer extends ExoContainer implements Serializable

serialVersionUID: 812448359436635438L

Serialized Fields

osenv_

OperatingSystemInfo osenv_

config_

PortalContainerConfig config_

serverenv_

J2EEServerInfo serverenv_

profiles

Set<E> profiles

hook

Thread hook

reloading

AtomicBoolean reloading

lastUpdateTime

AtomicLong lastUpdateTime

loadingCL

ClassLoader loadingCL

loadingSystemProperties

Properties loadingSystemProperties

reloadingThread

Thread reloadingThread

initTasks

ConcurrentMap<K,V> initTasks
The list of all the tasks to execute while initializing the corresponding portal containers


portalContexts

Set<E> portalContexts
The list of the web application contexts corresponding to all the portal containers


sessions

Set<E> sessions
The list of the all the existing sessions, this will be used in developing mode only


portalContainer2Reload

Set<E> portalContainer2Reload
The list of the all the portal containers to reload

Class org.exoplatform.container.SessionContainer extends HashMap<Object,Object> implements Serializable

Serialized Fields

owner_

String owner_

portalName_

String portalName_

clientInfo_

ClientInfo clientInfo_

startTime_

long startTime_

sessionId_

String sessionId_

uniqueId_

String uniqueId_

status_

int status_

lastAccessTime_

long lastAccessTime_

Class org.exoplatform.container.SessionManagerImpl extends Hashtable<String,SessionContainer> implements Serializable

Class org.exoplatform.container.StandaloneContainer extends ExoContainer implements Serializable

serialVersionUID: 12L

Serialized Fields

smanager_

SessionManager smanager_

configurationManager

ConfigurationManagerImpl configurationManager

Class org.exoplatform.container.TenantsContainer extends CachingContainer implements Serializable

serialVersionUID: 1945046643718969920L

Serialized Fields

tenantsContainerContext

TenantsContainerContext tenantsContainerContext

Package org.exoplatform.container.configuration

Class org.exoplatform.container.configuration.ConfigurationException extends Exception implements Serializable


Package org.exoplatform.container.jmx

Class org.exoplatform.container.jmx.MX4JComponentAdapter extends org.picocontainer.defaults.AbstractComponentAdapter implements Serializable

serialVersionUID: -9001193588034229411L

Serialized Fields

instance_

Object instance_

Class org.exoplatform.container.jmx.MX4JComponentAdapterFactory extends Object implements Serializable


Package org.exoplatform.container.management

Class org.exoplatform.container.management.ManageableContainer extends TenantsContainer implements Serializable

Serialized Fields

managementContext

ManagementContextImpl managementContext
.


server

MBeanServer server
.


objectNameSet

boolean objectNameSet

objectName

ObjectName objectName

providers

Set<E> providers
.


parent

ManageableContainer parent
.


Package org.exoplatform.container.mc

Class org.exoplatform.container.mc.MCIntegrationContainer extends ConcurrentPicoContainer implements Serializable


Package org.exoplatform.container.multitenancy

Class org.exoplatform.container.multitenancy.CurrentTenantNotSetException extends Exception implements Serializable

serialVersionUID: 7930133026313794289L


Package org.exoplatform.container.multitenancy.bridge

Class org.exoplatform.container.multitenancy.bridge.TenantComponentRegistrationException extends org.picocontainer.PicoRegistrationException implements Serializable

serialVersionUID: 9019837435985415794L


Package org.exoplatform.container.web

Class org.exoplatform.container.web.AbstractHttpServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -3302886470677004895L

Serialized Fields

config

javax.servlet.ServletConfig config
The filter configuration


servletContextName

String servletContextName
The Servlet context name


requirePortalEnvironment

Boolean requirePortalEnvironment
Indicates if we need a portal environment.


Package org.exoplatform.container.xml

Class org.exoplatform.container.xml.InitParams extends HashMap<String,Object> implements Serializable

Class org.exoplatform.container.xml.ServiceConfiguration extends HashMap implements Serializable

Serialized Fields

key

String key

type

String type

Package org.exoplatform.management.jmx.impl

Class org.exoplatform.management.jmx.impl.MBeanScopingData extends LinkedHashMap<String,String> implements Serializable


eXo Kernel :: Container 2.4.4-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.