All Frameworks Class Hierarchy This Framework Indexes
System Interface CATISysErrorlogStatisticsSettingAtt
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISysErrorlogStatisticsSettingAtt
Interface to handle the parameters of the errorlog statistics.
Role: This interface is implemented by a component which
represents the controller of the errorlog statistics.
This interface defines:
- Methods to set each parameter
- Methods to get the value of each parameter
- A method to lock/unlock all parameters (there is only one lock per thematic)
- A method to retrieve the informations concerning all parameters
For the definitions of methods and variables common to every thematic, see the CATISysGeneralStatisticsSettingAtt
Method Index
- o
GetABND(CATBoolean&)
- Retrieves the activation state of the severity level field "abend".
- o
GetCERR(CATBoolean&)
- Retrieves the activation state of the severity level field "critical error".
- o
GetCMND(CATBoolean&)
- Retrieves the activation state of the command name field.
- o
GetCOMT(CATBoolean&)
- Retrieves the activation state of the severity level field "comment".
- o
GetMSGE(CATBoolean&)
- Retrieves the activation state of the message field.
- o
GetUREP(CATBoolean&)
- Retrieves the activation state of the severity level field "user report".
- o
GetWARN(CATBoolean&)
- Retrieves the activation state of the severity level field "warning".
- o
GetWKBN(CATBoolean&)
- Retrieves the activation state of the workbench name field.
- o
SetABND(CATBoolean&)
- Retrieves the activation state of the severity level field "abend".
- o
SetCERR(CATBoolean&)
- Retrieves the activation state of the severity level field "critical error".
- o
SetCMND(CATBoolean&)
- Retrieves the activation state of the command name field.
- o
SetCOMT(CATBoolean&)
- Retrieves the activation state of the severity level field "comment".
- o
SetMSGE(CATBoolean&)
- Retrieves the activation state of the message field.
- o
SetUREP(CATBoolean&)
- Retrieves the activation state of the severity level field "user report".
- o
SetWARN(CATBoolean&)
- Retrieves the activation state of the severity level field "warning".
- o
SetWKBN(CATBoolean&)
- Retrieves the activation state of the workbench name field.
Methods
o GetABND
| public virtual GetABND( | | oStatus) |
-
Retrieves the activation state of the severity level field "abend".
Role: Retrieves the activation state of the severity level field "abend".
- Parameters:
-
- oStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetCERR
| public virtual GetCERR( | | oStatus) |
-
Retrieves the activation state of the severity level field "critical error".
Role: Retrieves the activation state of the severity level field "critical error".
- Parameters:
-
- oStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetCMND
| public virtual GetCMND( | | oStatus) |
-
Retrieves the activation state of the command name field.
Role: Retrieves the activation state of the command name field
- Parameters:
-
- oStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetCOMT
| public virtual GetCOMT( | | oStatus) |
-
Retrieves the activation state of the severity level field "comment".
Role: Retrieves the activation state of the severity level field "comment".
- Parameters:
-
- oStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetMSGE
| public virtual GetMSGE( | | oStatus) |
-
Retrieves the activation state of the message field.
Role: Retrieves the activation state of the message field
- Parameters:
-
- oStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetUREP
| public virtual GetUREP( | | oStatus) |
-
Retrieves the activation state of the severity level field "user report".
Role: Retrieves the activation state of the severity level field "user report".
- Parameters:
-
- oStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetWARN
| public virtual GetWARN( | | oStatus) |
-
Retrieves the activation state of the severity level field "warning".
Role: Retrieves the activation state of the severity level field "warning".
- Parameters:
-
- oStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetWKBN
| public virtual GetWKBN( | | oStatus) |
-
Retrieves the activation state of the workbench name field.
Role: Retrieves the activation state of the workbench name field
- Parameters:
-
- oStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetABND
| public virtual SetABND( | const | iStatus) |
-
Retrieves the activation state of the severity level field "abend".
Role: Retrieves the activation state of the severity level field "abend".
- Parameters:
-
- iStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetCERR
| public virtual SetCERR( | const | iStatus) |
-
Retrieves the activation state of the severity level field "critical error".
Role: Retrieves the activation state of the severity level field "critical error".
- Parameters:
-
- iStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetCMND
| public virtual SetCMND( | const | iStatus) |
-
Retrieves the activation state of the command name field.
Role: Retrieves the activation state of the command name field
- Parameters:
-
- iStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetCOMT
| public virtual SetCOMT( | const | iStatus) |
-
Retrieves the activation state of the severity level field "comment".
Role: Retrieves the activation state of the severity level field "comment".
- Parameters:
-
- iStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetMSGE
| public virtual SetMSGE( | const | iStatus) |
-
Retrieves the activation state of the message field.
Role: Retrieves the activation state of the message field
- Parameters:
-
- iStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetUREP
| public virtual SetUREP( | const | iStatus) |
-
Retrieves the activation state of the severity level field "user report".
Role: Retrieves the activation state of the severity level field "user report".
- Parameters:
-
- iStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetWARN
| public virtual SetWARN( | const | iStatus) |
-
Retrieves the activation state of the severity level field "warning".
Role: Retrieves the activation state of the severity level field "warning".
- Parameters:
-
- iStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetWKBN
| public virtual SetWKBN( | const | iStatus) |
-
Retrieves the activation state of the workbench name field.
Role: Retrieves the activation state of the workbench name field
- Parameters:
-
- iStatus
- Legal values:
TRUE : activated
FALSE: not activated
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
This object is included in the file: CATISysErrorlogStatisticsSettingAtt.h
If needed, your Imakefile.mk should include the module: JS0GROUP