Package org.exoplatform.management.spi
package org.exoplatform.management.spi
The Service Provider Interface for the eXo management framework. The entry point for plugged management system
is the implementation of the interface ManagementProvider.
A part of the package defines the meta data that is given to the provider to build the management interface of the managed resource.
The ManagedResource interface wraps a resource and is provided by the
kernel to the provider.
-
ClassDescriptionGeneric base meta data class.Meta data that describes a managed method.Meta data that describes the parameter of a managed method.Meta data that describes a managed parameter.Meta data that describes a managed property.The managed resource provided by the kernel to a management provider.Meta data that describes a managed type.This interface is implemented by a management provider such a JMX.