Serialized Form
-
Package org.exoplatform.container
-
Class org.exoplatform.container.AbstractComponentAdapter extends Object implements Serializable
- serialVersionUID:
- -8879158955898247836L
-
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 theInterceptorchain -
parent
ExoContainer parent
The parent container
-
-
Class org.exoplatform.container.CachingContainer extends AbstractInterceptor implements Serializable
- serialVersionUID:
- 316388590860241305L
-
Serialized Fields
-
adapterByType
ConcurrentMap<Class<?>,ComponentAdapter<?>> adapterByType
-
adaptersByType
ConcurrentMap<Class<?>,Object> adaptersByType
-
enabled
ThreadLocal<Boolean> enabled
-
instanceByKey
ConcurrentMap<Object,Object> instanceByKey
-
instanceByType
ConcurrentMap<Class<?>,Object> instanceByType
-
instancesByType
ConcurrentMap<Class<?>,List<?>> instancesByType
-
-
Class org.exoplatform.container.ConcurrentContainer extends AbstractInterceptor implements Serializable
- serialVersionUID:
- -2275793454555604533L
-
Serialized Fields
-
cache
CachingContainer cache
-
children
Set<ExoContainer> children
-
componentAdapterFactory
ComponentAdapterFactory componentAdapterFactory
-
componentAdapters
Set<ComponentAdapter<?>> componentAdapters
-
componentKeyToAdapterCache
ConcurrentMap<Object,ComponentAdapter<?>> componentKeyToAdapterCache
-
orderedComponentAdapters
CopyOnWriteArrayList<ComponentAdapter<?>> orderedComponentAdapters
-
-
Class org.exoplatform.container.ExoContainer extends AbstractContainer implements Serializable
- serialVersionUID:
- -8068506531004854036L
-
Serialized Fields
-
componentLifecylePlugin_
Map<String,ComponentLifecyclePlugin> componentLifecylePlugin_
-
containerLifecyclePlugin_
List<ContainerLifecyclePlugin> containerLifecyclePlugin_
-
context
ExoContainerContext context
-
ctxManager
ContextManager ctxManager
-
ctxManagerLoaded
AtomicBoolean ctxManagerLoaded
-
disposed
AtomicBoolean disposed
-
initialized
AtomicBoolean initialized
-
parent
ExoContainer parent
-
started
AtomicBoolean started
-
stopping
AtomicBoolean stopping
-
-
Class org.exoplatform.container.ExoContainerContext extends Object implements Serializable
-
Serialized Fields
-
attributes
HashMap<String,Object> attributes
-
container
ExoContainer container
-
name
String name
-
-
-
Class org.exoplatform.container.InstanceComponentAdapter extends AbstractComponentAdapter<T> implements Serializable
- serialVersionUID:
- 94127189297829247L
-
Serialized Fields
-
componentInstance
T componentInstance
-
-
Class org.exoplatform.container.PortalContainer extends ExoContainer implements Serializable
- serialVersionUID:
- -9110532469581690803L
-
Serialized Fields
-
initialized_
boolean initialized_
-
name
String name
The name of the portal container -
pinfo_
PortalContainerInfo pinfo_
-
portalContext
javax.servlet.ServletContext portalContext
TheServletContextof the current portal container -
portalMergedClassLoader
ClassLoader portalMergedClassLoader
The fullClassLoaderof the portal container after merging all theClassLoaderof theServletContextthat have been registered -
portalMergedContext
javax.servlet.ServletContext portalMergedContext
The fullServletContextof the portal container after merging all theServletContextthat have been registered -
started_
boolean started_
-
webAppClassLoaders
Map<String,ClassLoader> webAppClassLoaders
To allow overriding we need to have a customClassLoaderby web applications by portal containers -
webAppComparator
Comparator<WebAppInitContext> webAppComparator
The comparator used to sort the web applications by priorities -
webAppContexts
Set<WebAppInitContext> webAppContexts
TheSetof all the web application context that share configuration
-
-
Class org.exoplatform.container.RootContainer extends ExoContainer implements Serializable
- serialVersionUID:
- 812448359436635438L
-
Serialized Fields
-
config_
PortalContainerConfig config_
-
hook
Thread hook
-
initTasks
ConcurrentMap<String,ConcurrentMap<String,Queue<org.exoplatform.container.RootContainer.PortalContainerInitTaskContext>>> initTasks
The list of all the tasks to execute while initializing the corresponding portal containers -
lastUpdateTime
AtomicLong lastUpdateTime
-
listeners
List<org.exoplatform.container.TopExoContainerListener> listeners
The listeners -
loadingCL
ClassLoader loadingCL
-
loadingSystemProperties
Properties loadingSystemProperties
-
osenv_
OperatingSystemInfo osenv_
-
portalContainer2Reload
Set<String> portalContainer2Reload
The list of the all the portal containers to reload -
portalContexts
Set<WebAppInitContext> portalContexts
The list of the web application contexts corresponding to all the portal containers -
reloading
AtomicBoolean reloading
-
reloadingThread
Thread reloadingThread
-
serverenv_
J2EEServerInfo serverenv_
-
sessions
Set<org.exoplatform.container.RootContainer.WeakHttpSession> sessions
The list of the all the existing sessions, this will be used in developing mode only
-
-
Class org.exoplatform.container.StandaloneContainer extends ExoContainer implements Serializable
- serialVersionUID:
- 12L
-
Serialized Fields
-
configurationManager
ConfigurationManagerImpl configurationManager
-
listeners
List<org.exoplatform.container.TopExoContainerListener> listeners
The listeners
-
-
-
Package org.exoplatform.container.configuration
-
Class org.exoplatform.container.configuration.ConfigurationException extends Exception implements Serializable
-
-
Package org.exoplatform.container.context
-
Class org.exoplatform.container.context.CreationContext extends Object implements Serializable
- serialVersionUID:
- 1399725412498300170L
-
Serialized Fields
-
instance
T instance
-
-
Class org.exoplatform.container.context.DefinitionException extends RuntimeException implements Serializable
- serialVersionUID:
- -2699170549782567339L
-
-
Package org.exoplatform.container.jmx
-
Class org.exoplatform.container.jmx.MX4JComponentAdapter extends AbstractComponentAdapter<T> implements Serializable
- serialVersionUID:
- -9001193588034229411L
-
Serialized Fields
-
isSingleton
boolean isSingleton
Indicates whether or not it should be managed as a singleton
-
-
-
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
. -
objectName
ObjectName objectName
-
objectNameSet
boolean objectNameSet
-
providers
Set<ManagementProvider> providers
. -
server
MBeanServer server
.
-
-
-
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
-
-
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
-