Package com.compuware.api.topaz.hostresources
Provides classes and exceptions related to host resources.
Regarding the state of resource objects within this package: each resource object is a snapshot of that resource from the time it was retrieved from the host. In order to retrieve the current state of a resource, it will need to be re-retrieved from the host.
Note: Some resources may provide methods that retrieve data related to a resource at the time those methods are called. Such methods will be named with a prefix of "fetch" or "find" instead of "get", and the data retrieved from those methods will represent the state of that data from the time those methods are called, instead of the time that the resource was retrieved.
- Since:
- 1.0.0
-
Interface Summary Interface Description HostResourceType A host resource type.IHostResource A resource that resides on a host. -
Exception Summary Exception Description AliasNotSupportedException AliasNotSupportedException
is an unchecked exception thrown to indicate aliases are not supported.HostResourceException HostResourceException
is the superclass for all checked exceptions related to host resources.