eXo Kernel :: Container Multi-Threaded 2.5.0-CR2

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

parent

ExoContainer parent

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.CachingContainerMT extends CachingContainer implements Serializable

serialVersionUID: -448537861455415058L

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.ConcurrentContainerMT extends ConcurrentContainer implements Serializable

serialVersionUID: -1059330085804288350L

Class org.exoplatform.container.CyclicDependencyException extends ContainerException implements Serializable

serialVersionUID: 9138676186744680652L

Serialized Fields

entry

ComponentTaskContextEntry entry
The dependency that causes the exception


sameType

boolean sameType
Indicates whether the cycle of dependencies that causes this issue was of same type

Class org.exoplatform.container.DependencyStack extends LinkedList<Dependency> implements Serializable

serialVersionUID: -3748924423444424832L

Serialized Fields

task

ComponentTask<T> task
The task that is currently launched

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

ctxManagerLoaded

AtomicBoolean ctxManagerLoaded

ctxManager

ContextManager ctxManager

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_

name

String name

webAppComparator

Comparator<T> webAppComparator

portalMergedContext

javax.servlet.ServletContext portalMergedContext

portalMergedClassLoader

ClassLoader portalMergedClassLoader

webAppContexts

Set<E> webAppContexts

webAppClassLoaders

Map<K,V> webAppClassLoaders

portalContext

javax.servlet.ServletContext portalContext

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

listeners

List<E> listeners

loadingCL

ClassLoader loadingCL

loadingSystemProperties

Properties loadingSystemProperties

reloadingThread

Thread reloadingThread

initTasks

ConcurrentMap<K,V> initTasks

portalContexts

Set<E> portalContexts

sessions

Set<E> sessions

portalContainer2Reload

Set<E> portalContainer2Reload

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

serialVersionUID: 12L

Serialized Fields

listeners

List<E> listeners

configurationManager

ConfigurationManagerImpl configurationManager

Package org.exoplatform.container.jmx

Class org.exoplatform.container.jmx.MX4JComponentAdapter extends AbstractComponentAdapter<T> implements Serializable

serialVersionUID: -9001193588034229411L

Serialized Fields

isSingleton

boolean isSingleton

Class org.exoplatform.container.jmx.MX4JComponentAdapterMT extends MX4JComponentAdapter<T> implements Serializable

serialVersionUID: -9001193588034229411L


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.ManageableComponentAdapterMT extends MX4JComponentAdapterMT<T> implements Serializable

serialVersionUID: 5165449586256525854L

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


eXo Kernel :: Container Multi-Threaded 2.5.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.