public class ManagementAgentLocationImpl extends ManagementTreeNodeImpl implements ManagementAgentLocation
_path
Constructor and Description |
---|
ManagementAgentLocationImpl(ManagementCategory category,
java.lang.String name)
Instantiates a new management agent location impl.
|
Modifier and Type | Method and Description |
---|---|
ManagementCategory |
getCategory()
Gets the category.
|
java.lang.String |
getName()
Gets the name.
|
void |
register(ManagementAgent agent)
Register.
|
void |
unregister(ManagementAgent agent)
Unregister.
|
equals, getPath, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPath
public ManagementAgentLocationImpl(ManagementCategory category, java.lang.String name)
category
- the categoryname
- the namepublic ManagementCategory getCategory()
getCategory
in interface ManagementAgentLocation
ManagementAgentLocation.getCategory()
public java.lang.String getName()
getName
in interface ManagementAgentLocation
ManagementAgentLocation.getName()
public void register(ManagementAgent agent)
register
in interface ManagementAgentLocation
agent
- the agentManagementAgentLocation.register(org.eclipse.smila.management.ManagementAgent)
public void unregister(ManagementAgent agent)
unregister
in interface ManagementAgentLocation
agent
- the agentManagementAgentLocation.unregister(org.eclipse.smila.management.ManagementAgent)