SMILA 1.0 API documentation

org.eclipse.smila.management.internal
Class ManagementAgentLocationImpl

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

public class ManagementAgentLocationImpl
extends ManagementTreeNodeImpl
implements ManagementAgentLocation

The Class ManagementAgentLocationImpl.


Field Summary
 
Fields inherited from class org.eclipse.smila.management.internal.ManagementTreeNodeImpl
_path
 
Constructor Summary
ManagementAgentLocationImpl(ManagementCategory category, java.lang.String name)
          Instantiates a new management agent location impl.
 
Method Summary
 ManagementCategory getCategory()
          Gets the category.
 java.lang.String getName()
          Gets the name.
 void register(ManagementAgent agent)
          Register.
 void unregister(ManagementAgent agent)
          Unregister.
 
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

ManagementAgentLocationImpl

public ManagementAgentLocationImpl(ManagementCategory category,
                                   java.lang.String name)
Instantiates a new management agent location impl.

Parameters:
category - the category
name - the name
Method Detail

getCategory

public ManagementCategory getCategory()
Gets the category.

Specified by:
getCategory in interface ManagementAgentLocation
Returns:
the category
See Also:
ManagementAgentLocation.getCategory()

getName

public java.lang.String getName()
Gets the name.

Specified by:
getName in interface ManagementAgentLocation
Returns:
the name
See Also:
ManagementAgentLocation.getName()

register

public void register(ManagementAgent agent)
Register.

Specified by:
register in interface ManagementAgentLocation
Parameters:
agent - the agent
See Also:
ManagementAgentLocation.register(org.eclipse.smila.management.ManagementAgent)

unregister

public void unregister(ManagementAgent agent)
Unregister.

Specified by:
unregister in interface ManagementAgentLocation
Parameters:
agent - the agent
See Also:
ManagementAgentLocation.unregister(org.eclipse.smila.management.ManagementAgent)

SMILA 1.0 API documentation