HP Operations Manager for Windows

 

IOvPmdJobEntry80 Interface Reference

Extension of IOvPmdJobEntry interface. More...

import "pmad.idl";

Inheritance diagram for IOvPmdJobEntry80:

IOvPmdJobEntry List of all members.

Public Types

enum   IOvPmdRestartEnum { PMD_OLD_CREDENTIALS = 0, PMD_OLD_NEW_CREDENTIALS = 1, PMD_NEW_CREDENTIALS = 2 }
  Restart options for the deployment job. More...

Public Member Functions

HRESULT  GetRestartMode ([out, retval]IOvPmdRestartEnum *pType)
HRESULT  GetOptions ([out, retval]unsigned long *plnOptions)

Detailed Description

The interface IOvPmdJobEntry80 inherits from the interface IOvPmdJobEntry, and implements additional methods.
Since:
8.00

Member Enumeration Documentation

enum IOvPmdJobEntry80::IOvPmdRestartEnum
 
Semantics:
The enumeration defines the restart options for the deployment job.
Since:
8.00
Enumerator:
PMD_OLD_CREDENTIALS  Job should be restarted with old credentials only.
PMD_OLD_NEW_CREDENTIALS  Job can be restarted with old or new credentials.
PMD_NEW_CREDENTIALS  Job must be restarted with new credentials.

Member Function Documentation

HRESULT IOvPmdJobEntry80::GetOptions [out, retval] unsigned long *  plnOptions  ) 
 
Semantic:
Returns current job options.
Parameters:
plnOptions  - Job option.
Possible errors:
Since:
8.00
HRESULT IOvPmdJobEntry80::GetRestartMode [out, retval] IOvPmdRestartEnum pType  ) 
 
Semantic:
Returns the restart options for the deployment job:
Parameters:
pType  - Restart value of the job.
Possible errors:
Since:
8.00