|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJobServerAuditAdmin
The IJobServerAuditAdmin interface provides auditing information to the Central Management Server (CMS) regarding the
Job server. Use this interface to set which actions you would like to audit. Furthermore, when a new IJobServerAuditAdmin
object is created, it supplies its own functionality and inherits the methods that are associated with the IAuditAdmin interface.
| Method Summary | |
|---|---|
boolean |
isJobFailed()
Deprecated. As of version 12.0. |
boolean |
isJobFailedButRetried()
Deprecated. As of version 12.0. |
boolean |
isJobSucceeded()
Deprecated. As of version 12.0. |
void |
setJobFailed(boolean value)
Deprecated. As of version 12.0. |
void |
setJobFailedButRetried(boolean value)
Deprecated. As of version 12.0. |
void |
setJobSucceeded(boolean value)
Deprecated. As of version 12.0. |
| Method Detail |
|---|
boolean isJobSucceeded()
throws SDKException
Returns a boolean indicating whether the CMS audits jobs that succeeded on the Job Server.
boolean indicating whether the CMS audits jobs that succeeded on the Job Server.
SDKException - This is thrown if the process is unsuccessful.
void setJobSucceeded(boolean value)
throws SDKException
Sets whether the CMS audits jobs that succeeded on the Job Server.
value - A boolean indicating whether the CMS audits jobs that succeeded on the Job Server.
SDKException - This is thrown if the process is unsuccessful.
boolean isJobFailed()
throws SDKException
Returns a boolean indicating whether the CMS audits jobs that failed on the Job Server.
boolean indicating whether the CMS audits jobs that failed on the Job Server.
SDKException - This is thrown if the process is unsuccessful.
void setJobFailed(boolean value)
throws SDKException
Sets whether the CMS audits jobs that failed on the Job Server.
value - A boolean indicating whether the CMS audits jobs that failed on the Job Server.
SDKException - This is thrown if the process is unsuccessful.
boolean isJobFailedButRetried()
throws SDKException
Returns a boolean indicating whether the CMS audits jobs that failed on the Job Server, and will be retried again.
boolean indicating whether the CMS audits jobs that failed on the Job Server, and will be retried again.
SDKException - This is thrown if the process is unsuccessful.
void setJobFailedButRetried(boolean value)
throws SDKException
Sets whether the CMS audits jobs that failed on the Job Server, and will be retried again.
value - A boolean indicating whether the CMS audits jobs that failed on the Job Server, and will be retried again.
SDKException - This is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||