Uses of Interface
org.exoplatform.management.ManagementContext
-
Packages that use ManagementContext 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.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 Modifier and Type Method Description ManagementContextAbstractContainer. getManagementContext()Gives the correspondingManagementContextManagementContextConcurrentContainer. getManagementContext()Gives the correspondingManagementContext -
Uses of ManagementContext in org.exoplatform.container.management
Classes in org.exoplatform.container.management that implement ManagementContext Modifier and Type Class Description classManagementContextImplMethods in org.exoplatform.container.management that return ManagementContext Modifier and Type Method Description ManagementContextManageableContainer. getManagementContext()Gives the correspondingManagementContextManagementContextManagementContextImpl. getParent() -
Uses of ManagementContext in org.exoplatform.container.spi
Methods in org.exoplatform.container.spi that return ManagementContext Modifier and Type Method Description ManagementContextContainer. getManagementContext()Gives the correspondingManagementContext -
Uses of ManagementContext in org.exoplatform.management
Methods in org.exoplatform.management with parameters of type ManagementContext Modifier and Type Method Description voidManagementAware. 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 Modifier and Type Interface Description interfaceManagedResourceThe managed resource provided by the kernel to a management provider.
-