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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPathpublic ManagementAgentLocationImpl(ManagementCategory category, java.lang.String name)
category - the categoryname - the namepublic ManagementCategory getCategory()
getCategory in interface ManagementAgentLocationManagementAgentLocation.getCategory()public java.lang.String getName()
getName in interface ManagementAgentLocationManagementAgentLocation.getName()public void register(ManagementAgent agent)
register in interface ManagementAgentLocationagent - the agentManagementAgentLocation.register(org.eclipse.smila.management.ManagementAgent)public void unregister(ManagementAgent agent)
unregister in interface ManagementAgentLocationagent - the agentManagementAgentLocation.unregister(org.eclipse.smila.management.ManagementAgent)