SMILA (incubation) API documentation

org.eclipse.smila.management
Class LocatedManagementAgentBase

java.lang.Object
  extended by org.eclipse.smila.management.LocatedManagementAgentBase
All Implemented Interfaces:
LocatedManagementAgent, ManagementAgent
Direct Known Subclasses:
DeclarativeManagementAgent, SolrPipeletAgent

public abstract class LocatedManagementAgentBase
extends java.lang.Object
implements LocatedManagementAgent

The Class LocatedManagementAgentBase.


Constructor Summary
LocatedManagementAgentBase()
           
 
Method Summary
protected abstract  java.lang.String getCategory()
          Gets the category.
 ManagementAgentLocation getLocation()
          Gets the location.
protected abstract  java.lang.String getName()
          Gets the name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatedManagementAgentBase

public LocatedManagementAgentBase()
Method Detail

getLocation

public ManagementAgentLocation getLocation()
Gets the location.

Specified by:
getLocation in interface LocatedManagementAgent
Returns:
the location
See Also:
LocatedManagementAgent.getLocation()

getCategory

protected abstract java.lang.String getCategory()
Gets the category.

Returns:
the category

getName

protected abstract java.lang.String getName()
Gets the name.

Returns:
the name

SMILA (incubation) API documentation