|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICacheServerAuditAdmin
The ICacheServerAuditAdmin interface provides the Central Management Server (CMS) with auditing information
regarding the Crystal Reports Cache Server. Use this interface to set which actions you would like to audit. Furthermore, when a
new ICacheServerAuditAdmin object is created, it supplies its own functionality and inherits the methods that are
associated with the IAuditAdmin interface.
| Method Summary | |
|---|---|
boolean |
isViewFailed()
Deprecated. As of version 12.0. |
boolean |
isViewSucceeded()
Deprecated. As of version 12.0. |
void |
setViewFailed(boolean value)
Deprecated. As of version 12.0. |
void |
setViewSucceeded(boolean value)
Deprecated. As of version 12.0. |
| Method Detail |
|---|
boolean isViewSucceeded()
throws SDKException
Returns a boolean indicating whether successful attempts to view report objects are audited by the Cache Server.
boolean indicating whether successful attempts to view report objects are audited by the Cache Server.
SDKException - This is thrown if the process is unsuccessful.
void setViewSucceeded(boolean value)
throws SDKException
Sets whether successful attempts to view report objects are audited by the Cache Server.
value - A boolean indicating whether successful attempts to view report objects are audited by the Cache Server.
If set to true, the Cache Server audits successful attempts to view report objects, false otherwise.
SDKException - This is thrown if the process is unsuccessful.
boolean isViewFailed()
throws SDKException
Returns a boolean indicating whether failed attempts to view report objects are audited by the Cache Server.
boolean indicating whether failed attempts to view report objects are audited by the Cache Server.
SDKException - This is thrown if the process is unsuccessful.
void setViewFailed(boolean value)
throws SDKException
Sets whether failed attempts to view report objects are audited by the Cache Server.
value - A boolean indicating whether failed attempts to view report objects are audited by the Cache Server.
If set to true, the Cache Server audits failed attempts to view report objects, false otherwise.
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||