HP-UX WBEM Swap Provider Datasheet

Page 4
enumerateInstances method. The first column lists the class name. The second column describes the inheritance class. The third column describes
the kind of information that can be obtained from the corresponding class.
Class Name Property Inheritance Class Description
HPUX_SwapDevice Inherited from the HPUX_SwapPageInfo class This class provides information related to the
swap devices configured on the system.
HPUX_SwapFileSystem Inherited from the HPUX_SwapPageInfo class This class provides information related to the
swap filesystems configured on the system.
HPUX_SwapNetworkFileSystem Inherited from the HPUX_SwapFileSystem
class
This class provides information related to the
network filesystem configured on the system.
HPUX_SwapLocalFileSystem
Inherited from the HPUX_SwapFileSystem
class
This class provides information related to the
local filesystem configured on the system.
HPUX_SwapMemory
Inherited from the HPUX_Swap class
This class provides information related to the
memory paging area of the system.
HPUX_SwapReserve
Inherited from the HPUX_Swap class
This class provides information related to the
reserved swap space of the system.
Association Class:
The class HPUX_SwapDeviceAssociation defines association between the Logical Volume Manager (LVM) Provider base
class, CIM_StorageExtent and the Swap Provider base class, HPUX_Swap. This class provides information related to the swap device configured
with LVM manager. It also provides information about LVM properties.
Table 5: Default behavior methods
Table 5 describes the methods that adhere to the default behavior supported by CIMOM. The first lists the method name, the second describes the
provider’s actions based on invoking that method, and the third lists any exceptions that can result from invoking the method. Each row
describes a method.
Note:
Users can set value for these methods based on the needs of the WBEM Client applications.
Method Name Description Exceptions Thrown
getTimeout() Gets the current timeout value in milliseconds
for the CIMClient object
CIM_ERR_NOT_SUPPORTED
setTimeout() Sets the timeout in milliseconds for the
CIMClient.
CIM_ERR_NOT_SUPPORTED
connect() Creates an HTTP connection with the CIM
server defined by the host and port number or
by the URL address.
CIM_ERR_NOT_SUPPORTED
connectLocal() Creates a connection to the server for a local
client.
CIM_ERR_NOT_SUPPORTED
disconnect() Closes the connection with the server, if the
connection to the server was open.
CIM_ERR_NOT_SUPPORTED
getClass() Returns the CIM class name. CIM_ERR_NOT_SUPPORTED
enumerateClasses()
Enumerates subclasses of the CIM class.
CIM_ERR_NOT_SUPPORTED
enumerateClassNames()
Enumerates the names of subclasses of the
CIM class.
CIM_ERR_NOT_SUPPORTED
getQualifier()
Retrieves a single qualifier declaration from
the target namespace.
CIM_ERR_NOT_SUPPORTED