Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members
resources::HardwareResource Class ReferenceAn instance of this interface is an abstract representation of a physical hardware resource which is monitorable.
More...
Inheritance diagram for resources::HardwareResource:
[legend]Collaboration diagram for resources::HardwareResource:
[legend]List of all members.
Detailed Description
An instance of this interface is an abstract representation of a physical hardware resource which is monitorable.
An instance of this interface presents an abstract, system-independent view of a physical hardware resource which is monitorable. Various systems use system-dependent means of representing a physical hardware resource. GAT, however, uses an instance of this interface as an operating system independent description of a physical hardware resource which is monitorable.
An instance of this interface allows on to examine the various properties of the physical hardware resource to which this instance corresponds. In addition is allows one to monitor the physical hardware resource to which this instance corresponds.
Definition at line 25 of file HardwareResource.java.
Constructor & Destructor Documentation
| resources::HardwareResource::HardwareResource |
( |
GATContext |
gatContext, |
|
|
Preferences |
preferences |
|
) |
[inline, protected] |
|
Member Function Documentation
| HardwareResource resources::HardwareResource::create |
( |
GATContext |
gatContext |
) |
[inline, static] |
|
| HardwareResource resources::HardwareResource::create |
( |
GATContext |
gatContext, |
|
|
Preferences |
preferences |
|
) |
[inline, static] |
|
Member Data Documentation
| GATContext resources::HardwareResource::gatContext
|
|
The documentation for this class was generated from the following file:
|