Uses of Interface
org.exoplatform.management.ManagementContext
Packages that use ManagementContext
Package
Description
This package provides container API.
This package defines most important classes and interfaces, that should be used in case
you would like to implement a new
Container.The Service Provider Interface for the eXo management framework.
-
Uses of ManagementContext in org.exoplatform.container
Methods in org.exoplatform.container that return ManagementContextModifier and TypeMethodDescriptionAbstractContainer.getManagementContext()Gives the correspondingManagementContextConcurrentContainer.getManagementContext()Gives the correspondingManagementContext -
Uses of ManagementContext in org.exoplatform.container.management
Classes in org.exoplatform.container.management that implement ManagementContextMethods in org.exoplatform.container.management that return ManagementContextModifier and TypeMethodDescriptionManageableContainer.getManagementContext()Gives the correspondingManagementContextManagementContextImpl.getParent() -
Uses of ManagementContext in org.exoplatform.container.spi
Methods in org.exoplatform.container.spi that return ManagementContextModifier and TypeMethodDescriptionContainer.getManagementContext()Gives the correspondingManagementContext -
Uses of ManagementContext in org.exoplatform.management
Methods in org.exoplatform.management with parameters of type ManagementContextModifier and TypeMethodDescriptionvoidManagementAware.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.spiModifier and TypeInterfaceDescriptioninterfaceThe managed resource provided by the kernel to a management provider.