Class ComponentInventoryAdapter
- java.lang.Object
-
- org.nuxeo.ecm.platform.management.adapters.ComponentInventoryAdapter
-
- All Implemented Interfaces:
ComponentInventoryMBean
public class ComponentInventoryAdapter extends Object implements ComponentInventoryMBean
- Author:
- Stephane Lacoin (Nuxeo EP Software Engineer)
-
-
Field Summary
Fields Modifier and Type Field Description protected RegistrationInfo
info
-
Constructor Summary
Constructors Constructor Description ComponentInventoryAdapter(RegistrationInfo info)
-
Method Summary
All Methods Instance Methods Concrete 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()
-
-
-
Field Detail
-
info
protected final RegistrationInfo info
-
-
Constructor Detail
-
ComponentInventoryAdapter
public ComponentInventoryAdapter(RegistrationInfo info)
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceComponentInventoryMBean
-
getExtensionPointsCount
public Integer getExtensionPointsCount()
- Specified by:
getExtensionPointsCount
in interfaceComponentInventoryMBean
-
getExtensionPointsName
public Set<String> getExtensionPointsName()
- Specified by:
getExtensionPointsName
in interfaceComponentInventoryMBean
-
getName
public String getName()
- Specified by:
getName
in interfaceComponentInventoryMBean
-
getProperties
public Map<String,Property> getProperties()
- Specified by:
getProperties
in interfaceComponentInventoryMBean
-
getProvidedServices
public Set<String> getProvidedServices()
- Specified by:
getProvidedServices
in interfaceComponentInventoryMBean
-
getProvidedServicesCount
public Integer getProvidedServicesCount()
- Specified by:
getProvidedServicesCount
in interfaceComponentInventoryMBean
-
getVersion
public String getVersion()
- Specified by:
getVersion
in interfaceComponentInventoryMBean
-
-