eXo Kernel :: Container 2.5.0-GA

Uses of Package
org.exoplatform.container.spi

Packages that use org.exoplatform.container.spi
org.exoplatform.container This package provides container API. 
org.exoplatform.container.management   
org.exoplatform.container.monitor.jvm   
org.exoplatform.container.spi This package defines most important classes and interfaces, that should be used in case you would like to implement a new Container
 

Classes in org.exoplatform.container.spi used by org.exoplatform.container
ComponentAdapter
          A component adapter is responsible for providing a specific component instance.
ComponentAdapterFactory
          A component adapter factory is responsible for creating component adapters.
Container
          This 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.
ContainerException
          Super class of any exception that could be thrown by a Container
ContainerVisitor
          Interface realizing a visitor pattern for Container as described in the GoF.
Interceptor
          This interface describes an Interceptor which can be injected into the chain of Interceptor Dynamic Interceptor will be created thanks to the ServiceLoader so it must provide a constructor with no parameter.
InterceptorChainFactory
          This interface is used to create a new Interceptor chain
 

Classes in org.exoplatform.container.spi used by org.exoplatform.container.management
ComponentAdapter
          A component adapter is responsible for providing a specific component instance.
ComponentAdapterFactory
          A component adapter factory is responsible for creating component adapters.
Container
          This 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.
ContainerException
          Super class of any exception that could be thrown by a Container
Interceptor
          This interface describes an Interceptor which can be injected into the chain of Interceptor Dynamic Interceptor will be created thanks to the ServiceLoader so it must provide a constructor with no parameter.
 

Classes in org.exoplatform.container.spi used by org.exoplatform.container.monitor.jvm
DefinitionByType
          This annotation can be used to provide a default definition of the component when we try to access it by type.
 

Classes in org.exoplatform.container.spi used by org.exoplatform.container.spi
ComponentAdapter
          A component adapter is responsible for providing a specific component instance.
Container
          This 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.
ContainerException
          Super class of any exception that could be thrown by a Container
ContainerVisitor
          Interface realizing a visitor pattern for Container as described in the GoF.
Interceptor
          This interface describes an Interceptor which can be injected into the chain of Interceptor Dynamic Interceptor will be created thanks to the ServiceLoader so it must provide a constructor with no parameter.
InterceptorChainFactory
          This interface is used to create a new Interceptor chain
 


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.