Interface ComponentInventoryMBean
-
- All Known Implementing Classes:
ComponentInventoryAdapter
public interface ComponentInventoryMBean
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Integer
getExtensionPointsCount()
Set<String>
getExtensionPointsName()
String
getName()
Map<String,Property>
getProperties()
Set<String>
getProvidedServices()
Integer
getProvidedServicesCount()
String
getVersion()
-