Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.application.collector.resource
Class CollectorResource

java.lang.Object
  extended by com.ibm.etools.systems.application.collector.resource.CollectorResource
Direct Known Subclasses:
SourceContainerResource

public abstract class CollectorResource
extends Object

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

CollectorResource

public CollectorResource()
Method Detail

getType

public String getType()
The type of Collector Resource.

Returns:
The type of Collector Resource.

setType

public void setType(String thetype)
Sets the type of Collector Resource.

Parameters:
thetype - The type of Collector Resource to set.

getName

public String getName()
The name of Collector Resource.

Returns:
Name of the Collector Resource.

setName

public void setName(String thename)
Sets the name of Collector Resource.

Parameters:
thename - The name to set.

getHostName

public abstract String getHostName()
Returns the host name of the system where Collector Resource is located.

Returns:
Host name of the system where Collector Resource is located.

getVersion

public abstract String getVersion()
Returns the version information of the Collector Resource.

Returns:
Version information of the Collector Resource.

getLocation

public abstract String getLocation()
Returns the location of the Collector Resource.

Returns:
The location of the Collector Resource.

getAbsolutePath

public abstract String getAbsolutePath()
Return the fully qualifed name for this resource.


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.