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.
-
Interface Summary Interface Description ManagedResource The managed resource provided by the kernel to a management provider.ManagementProvider This interface is implemented by a management provider such a JMX. -
Class Summary Class Description ManagedMetaData Generic base meta data class.ManagedMethodMetaData Meta data that describes a managed method.ManagedMethodParameterMetaData Meta data that describes the parameter of a managed method.ManagedParameterMetaData Meta data that describes a managed parameter.ManagedPropertyMetaData Meta data that describes a managed property.ManagedTypeMetaData Meta data that describes a managed type.