Nuxeo Enterprise Platform 5.4

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

java.lang.Object
  extended by org.nuxeo.ecm.platform.management.adapters.RuntimeInventoryAdapter
All Implemented Interfaces:
RuntimeInventoryMBean

public class RuntimeInventoryAdapter
extends java.lang.Object
implements RuntimeInventoryMBean

Author:
Stephane Lacoin (Nuxeo EP Software Engineer)

Constructor Summary
RuntimeInventoryAdapter(RuntimeInventoryFactory factory)
           
 
Method Summary
 void bindTree()
           
 java.util.Set<java.lang.String> getAvailableComponents()
           
 int getAvailableComponentsCount()
           
 java.lang.String getDescription()
           
 java.lang.String getHome()
           
 java.lang.String getName()
           
 int getPendingComponentsCount()
           
 java.util.Set<java.lang.String> getPendingComponentsName()
           
 java.lang.String getVersion()
           
 boolean isTreeBound()
           
 void unbindTree()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeInventoryAdapter

public RuntimeInventoryAdapter(RuntimeInventoryFactory factory)
Method Detail

getAvailableComponents

public java.util.Set<java.lang.String> getAvailableComponents()
Specified by:
getAvailableComponents in interface RuntimeInventoryMBean

getAvailableComponentsCount

public int getAvailableComponentsCount()
Specified by:
getAvailableComponentsCount in interface RuntimeInventoryMBean

getPendingComponentsCount

public int getPendingComponentsCount()
Specified by:
getPendingComponentsCount in interface RuntimeInventoryMBean

getPendingComponentsName

public java.util.Set<java.lang.String> getPendingComponentsName()
Specified by:
getPendingComponentsName in interface RuntimeInventoryMBean

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface RuntimeInventoryMBean

getHome

public java.lang.String getHome()
Specified by:
getHome in interface RuntimeInventoryMBean

getName

public java.lang.String getName()
Specified by:
getName in interface RuntimeInventoryMBean

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface RuntimeInventoryMBean

isTreeBound

public boolean isTreeBound()
Specified by:
isTreeBound in interface RuntimeInventoryMBean

bindTree

public void bindTree()
Specified by:
bindTree in interface RuntimeInventoryMBean

unbindTree

public void unbindTree()
Specified by:
unbindTree in interface RuntimeInventoryMBean

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.