eXo Kernel :: Container 2.5.0-Alpha1

Serialized Form


Package org.exoplatform.container

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

serialVersionUID: -8879158955898247836L

Serialized Fields

componentKey

Object componentKey

componentImplementation

Class<T> componentImplementation

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

serialVersionUID: -426600082255394067L

Serialized Fields

delegate

Interceptor delegate

Class org.exoplatform.container.AbstractInterceptor extends AbstractContainer implements Serializable

serialVersionUID: -8242791045047409242L

Serialized Fields

holder

ExoContainer holder
The holder of the Interceptor chain


parent

ExoContainer parent
The parent container

Class org.exoplatform.container.CachingContainer extends AbstractInterceptor 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

enabled

ThreadLocal<T> enabled

Class org.exoplatform.container.ConcurrentContainer extends AbstractInterceptor implements Serializable

serialVersionUID: -2275793454555604533L

Serialized Fields

componentKeyToAdapterCache

ConcurrentMap<K,V> componentKeyToAdapterCache

componentAdapterFactory

ComponentAdapterFactory componentAdapterFactory

componentAdapters

Set<E> componentAdapters

orderedComponentAdapters

CopyOnWriteArrayList<E> orderedComponentAdapters

children

Set<E> children

cache

CachingContainer cache

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

serialVersionUID: -8068506531004854036L

Serialized Fields

stopping

AtomicBoolean stopping

started

AtomicBoolean started

disposed

AtomicBoolean disposed

initialized

AtomicBoolean initialized

componentLifecylePlugin_

Map<K,V> componentLifecylePlugin_

containerLifecyclePlugin_

List<E> containerLifecyclePlugin_

context

ExoContainerContext context

parent

ExoContainer 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.InstanceComponentAdapter extends AbstractComponentAdapter<T> implements Serializable

serialVersionUID: 94127189297829247L

Serialized Fields

componentInstance

Object componentInstance

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

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 AbstractComponentAdapter<T> implements Serializable

serialVersionUID: -9001193588034229411L

Serialized Fields

instance_

Object instance_

lock

Lock lock

isSingleton

boolean isSingleton
Indicates whether or not it should be managed as a singleton


isInitialized

boolean isInitialized

exocontainer

ExoContainer exocontainer
.


container

ConcurrentContainer container
.


Package org.exoplatform.container.management

Class org.exoplatform.container.management.ManageableComponentAdapter extends MX4JComponentAdapter<T> implements Serializable

serialVersionUID: 8922696628680586728L

Serialized Fields

registered

AtomicBoolean registered
.

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

serialVersionUID: 5573000068005815688L

Serialized Fields

managementContext

ManagementContextImpl managementContext
.


server

MBeanServer server
.


objectNameSet

boolean objectNameSet

objectName

ObjectName objectName

providers

Set<E> providers
.


Package org.exoplatform.container.spi

Class org.exoplatform.container.spi.ContainerException extends RuntimeException implements Serializable

serialVersionUID: -6382969544216575848L


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,Parameter> implements Serializable

serialVersionUID: 5377748844130285300L


Package org.exoplatform.management.jmx.impl

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


eXo Kernel :: Container 2.5.0-Alpha1

Copyright © 2013 eXo Platform SAS. All Rights Reserved.