SMILA (incubation) API documentation

org.eclipse.smila.management.internal
Class ManagementCategoryImpl

java.lang.Object
  extended by org.eclipse.smila.management.internal.ManagementTreeNodeImpl
      extended by org.eclipse.smila.management.internal.ManagementCategoryImpl
All Implemented Interfaces:
ManagementCategory, ManagementTreeNode

public class ManagementCategoryImpl
extends ManagementTreeNodeImpl
implements ManagementCategory

The Class ManagementCategoryImpl.


Field Summary
 
Fields inherited from class org.eclipse.smila.management.internal.ManagementTreeNodeImpl
_path
 
Constructor Summary
ManagementCategoryImpl(java.lang.String name)
          Instantiates a new management category impl.
ManagementCategoryImpl(java.lang.String name, ManagementCategory parentCategory)
          Instantiates a new management category impl.
 
Method Summary
 ManagementCategory getCategory(java.lang.String name)
          Gets the category.
 ManagementAgentLocation getLocation(java.lang.String name)
          Gets the location.
 
Methods inherited from class org.eclipse.smila.management.internal.ManagementTreeNodeImpl
equals, getPath, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.smila.management.ManagementTreeNode
getPath
 

Constructor Detail

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 name
parentCategory - the parent category
Method Detail

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)

SMILA (incubation) API documentation