Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.management.adapters
Class ComponentInventoryAdapter

java.lang.Object
  extended by 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)

Constructor Summary
ComponentInventoryAdapter(RegistrationInfo info)
           
 
Method Summary
 String getDescription()
           
 Integer getExtensionPointsCount()
           
 Set<String> getExtensionPointsName()
           
 String getName()
           
 Map<String,Property> getProperties()
           
 Set<String> getProvidedServices()
           
 Integer getProvidedServicesCount()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentInventoryAdapter

public ComponentInventoryAdapter(RegistrationInfo info)
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface ComponentInventoryMBean

getExtensionPointsCount

public Integer getExtensionPointsCount()
Specified by:
getExtensionPointsCount in interface ComponentInventoryMBean

getExtensionPointsName

public Set<String> getExtensionPointsName()
Specified by:
getExtensionPointsName in interface ComponentInventoryMBean

getName

public String getName()
Specified by:
getName in interface ComponentInventoryMBean

getProperties

public Map<String,Property> getProperties()
Specified by:
getProperties in interface ComponentInventoryMBean

getProvidedServices

public Set<String> getProvidedServices()
Specified by:
getProvidedServices in interface ComponentInventoryMBean

getProvidedServicesCount

public Integer getProvidedServicesCount()
Specified by:
getProvidedServicesCount in interface ComponentInventoryMBean

getVersion

public String getVersion()
Specified by:
getVersion in interface ComponentInventoryMBean

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.