eXo Kernel :: Container 2.5.0-GA

Uses of Interface
org.exoplatform.management.ManagementContext

Packages that use ManagementContext
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 new Container
org.exoplatform.management   
org.exoplatform.management.spi The Service Provider Interface for the eXo management framework. 
 

Uses of ManagementContext in org.exoplatform.container
 

Methods in org.exoplatform.container that return ManagementContext
 ManagementContext ConcurrentContainer.getManagementContext()
          Gives the corresponding ManagementContext
 ManagementContext AbstractContainer.getManagementContext()
          Gives the corresponding ManagementContext
 

Uses of ManagementContext in org.exoplatform.container.management
 

Classes in org.exoplatform.container.management that implement ManagementContext
 class ManagementContextImpl
           
 

Methods in org.exoplatform.container.management that return ManagementContext
 ManagementContext ManageableContainer.getManagementContext()
          Gives the corresponding ManagementContext
 ManagementContext ManagementContextImpl.getParent()
           
 

Uses of ManagementContext in org.exoplatform.container.spi
 

Methods in org.exoplatform.container.spi that return ManagementContext
 ManagementContext Container.getManagementContext()
          Gives the corresponding ManagementContext
 

Uses of ManagementContext in org.exoplatform.management
 

Methods in org.exoplatform.management with parameters of type ManagementContext
 void ManagementAware.setContext(ManagementContext context)
          Sets the management context on the management aware object.
 

Uses of ManagementContext in org.exoplatform.management.spi
 

Subinterfaces of ManagementContext in org.exoplatform.management.spi
 interface ManagedResource
          The managed resource provided by the kernel to a management provider.
 


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.