|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.systems.application.collector.resource.CollectorResource
public abstract class CollectorResource
This class models resource upon which Resource Collectors operate
Constructor Summary | |
---|---|
CollectorResource()
|
Method Summary | |
---|---|
abstract String |
getAbsolutePath()
Return the fully qualifed name for this resource. |
abstract String |
getHostName()
Returns the host name of the system where Collector Resource is located. |
abstract String |
getLocation()
Returns the location of the Collector Resource. |
String |
getName()
The name of Collector Resource. |
String |
getType()
The type of Collector Resource. |
abstract String |
getVersion()
Returns the version information of the Collector Resource. |
void |
setName(String thename)
Sets the name of Collector Resource. |
void |
setType(String thetype)
Sets the type of Collector Resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectorResource()
Method Detail |
---|
public String getType()
public void setType(String thetype)
thetype
- The type of Collector Resource to set.public String getName()
public void setName(String thename)
thename
- The name to set.public abstract String getHostName()
public abstract String getVersion()
public abstract String getLocation()
public abstract String getAbsolutePath()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |