SMILA (incubation) API documentation

org.eclipse.smila.management
Interface ManagementCategory

All Superinterfaces:
ManagementTreeNode
All Known Implementing Classes:
ManagementCategoryImpl

public interface ManagementCategory
extends ManagementTreeNode

The Interface ManagementCategory.


Method Summary
 ManagementCategory getCategory(java.lang.String name)
          Gets the category.
 ManagementAgentLocation getLocation(java.lang.String name)
          Gets the location.
 
Methods inherited from interface org.eclipse.smila.management.ManagementTreeNode
getPath
 

Method Detail

getCategory

ManagementCategory getCategory(java.lang.String name)
Gets the category.

Parameters:
name - the name
Returns:
the category

getLocation

ManagementAgentLocation getLocation(java.lang.String name)
Gets the location.

Parameters:
name - the name
Returns:
the location

SMILA (incubation) API documentation