org.eclipse.smila.management.internal
Class ManagementCategoryImpl
java.lang.Object
org.eclipse.smila.management.internal.ManagementTreeNodeImpl
org.eclipse.smila.management.internal.ManagementCategoryImpl
- All Implemented Interfaces:
- ManagementCategory, ManagementTreeNode
public class ManagementCategoryImpl
- extends ManagementTreeNodeImpl
- implements ManagementCategory
The Class ManagementCategoryImpl.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ManagementCategoryImpl
public ManagementCategoryImpl(java.lang.String name)
- Instantiates a new management category impl.
- Parameters:
name
- the name
ManagementCategoryImpl
public ManagementCategoryImpl(java.lang.String name,
ManagementCategory parentCategory)
- Instantiates a new management category impl.
- Parameters:
name
- the nameparentCategory
- the parent category
getCategory
public ManagementCategory getCategory(java.lang.String name)
- Gets the category.
- Specified by:
getCategory
in interface ManagementCategory
- Parameters:
name
- the name
- Returns:
- the category
- See Also:
ManagementCategory.getCategory(java.lang.String)
getLocation
public ManagementAgentLocation getLocation(java.lang.String name)
- Gets the location.
- Specified by:
getLocation
in interface ManagementCategory
- Parameters:
name
- the name
- Returns:
- the location
- See Also:
ManagementCategory.getLocation(java.lang.String)