Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.management.adapters
Interface ComponentInventoryMBean

All Known Implementing Classes:
ComponentInventoryAdapter

public interface ComponentInventoryMBean

Author:
Stephane Lacoin (Nuxeo EP Software Engineer)

Method Summary
 String getDescription()
           
 Integer getExtensionPointsCount()
           
 Set<String> getExtensionPointsName()
           
 String getName()
           
 Map<String,Property> getProperties()
           
 Set<String> getProvidedServices()
           
 Integer getProvidedServicesCount()
           
 String getVersion()
           
 

Method Detail

getName

String getName()

getDescription

String getDescription()

getVersion

String getVersion()

getProperties

Map<String,Property> getProperties()

getProvidedServices

Set<String> getProvidedServices()

getProvidedServicesCount

Integer getProvidedServicesCount()

getExtensionPointsName

Set<String> getExtensionPointsName()

getExtensionPointsCount

Integer getExtensionPointsCount()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.