Uses of Interface
org.picocontainer.Disposable
-
Packages that use Disposable Package Description org.exoplatform.container This package provides container API.org.exoplatform.container.management org.exoplatform.container.spi This package defines most important classes and interfaces, that should be used in case you would like to implement a newContainer. -
-
Uses of Disposable in org.exoplatform.container
Classes in org.exoplatform.container that implement Disposable Modifier and Type Class Description classAbstractContainerThis class is the root class of all the implementations of aContainer.classAbstractInterceptorclassCachingContainerclassConcurrentContainerThis class is aimed to be a ThreadSafe implementation of anContainerbased on java.util.concurrent collections.classExoContainerCreated by The eXo Platform SAS
The Exo Container is an object responsible for loading services/components.classPortalContainerCreated by The eXo Platform SAS
The Portal Container is an object responsible for loading services/components.classRootContainerCreated by The eXo Platform SAS
A base container which plays an important role during the startup.classStandaloneContainerCreated by The eXo Platform SAS
Singleton, context independent Exo Container with one configuration entry point. -
Uses of Disposable in org.exoplatform.container.management
Classes in org.exoplatform.container.management that implement Disposable Modifier and Type Class Description classManageableContainer -
Uses of Disposable in org.exoplatform.container.spi
Subinterfaces of Disposable in org.exoplatform.container.spi Modifier and Type Interface Description interfaceContainerThis interface defines all the methods that we need to implement in order to allow eXo Kernel to delegate the whole life cycle of the components.interfaceInterceptorThis interface describes anInterceptorwhich can be injected into the chain ofInterceptorDynamicInterceptorwill be created thanks to theServiceLoaderso it must provide a constructor with no parameter.
-