hu.midori.kosmos.portlet
Class AbstractMonitoringConfig
java.lang.Object
hu.midori.kosmos.portlet.AbstractMonitoringConfig
- Direct Known Subclasses:
- CcMonitoringConfig, JiraMonitoringConfig, SfMonitoringConfig, SvnMonitoringConfig
public abstract class AbstractMonitoringConfig
- extends java.lang.Object
Each concrete configuration class must extend this.
- Version:
- $Id$
- Author:
- Aron Gombas
Field Summary |
protected java.lang.String |
monitoredResource
Description of the monitored resource, used for display purposes. |
protected java.lang.String |
serviceUrl
URL of the web-service that serves the monitoring portlet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
monitoredResource
protected java.lang.String monitoredResource
- Description of the monitored resource, used for display purposes.
serviceUrl
protected java.lang.String serviceUrl
- URL of the web-service that serves the monitoring portlet.
AbstractMonitoringConfig
public AbstractMonitoringConfig(java.lang.String monitoredResource,
java.lang.String serviceUrl)
getMonitoredResource
public java.lang.String getMonitoredResource()
getServiceUrl
public java.lang.String getServiceUrl()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object