com.crystaldecisions.sdk.plugin.admin.auditadmin
Interface IEventServerAuditAdmin


Deprecated. As of version 12.0.

public interface IEventServerAuditAdmin

The IEventServerAuditAdmin interface provides auditing information to the Central Management Server (CMS) regarding the Event server. Use this interface to monitor events that have been registered, triggered, updated, and unregistered. Furthermore, when a new IEventServerAuditAdmin object is created, it supplies its own functionality and inherits the methods that are associated with the IAuditAdmin interface.


Method Summary
 boolean isEventRegister()
          Deprecated. As of version 12.0.
 boolean isEventTrigger()
          Deprecated. As of version 12.0.
 boolean isEventUnregister()
          Deprecated. As of version 12.0.
 boolean isEventUpdate()
          Deprecated. As of version 12.0.
 void setEventRegister(boolean value)
          Deprecated. As of version 12.0.
 void setEventTrigger(boolean value)
          Deprecated. As of version 12.0.
 void setEventUnregister(boolean value)
          Deprecated. As of version 12.0.
 void setEventUpdate(boolean value)
          Deprecated. As of version 12.0.
 

Method Detail

isEventRegister

boolean isEventRegister()
                        throws SDKException
Deprecated. As of version 12.0.

Returns a boolean indicating whether the Event Server audits event registration.

Returns:
A boolean indicating whether the Event Server audits event registration.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setEventRegister

void setEventRegister(boolean value)
                      throws SDKException
Deprecated. As of version 12.0.

Sets whether the Event Server audits event registration

Parameters:
value - A boolean indicating whether the Event Server audits event registration.
Throws:
SDKException - This is thrown if the process is unsuccessful.

isEventUnregister

boolean isEventUnregister()
                          throws SDKException
Deprecated. As of version 12.0.

Returns a boolean indicating whether the Event Server audits event unregistration.

Returns:
A boolean indicating whether the Event Server audits event unregistration.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setEventUnregister

void setEventUnregister(boolean value)
                        throws SDKException
Deprecated. As of version 12.0.

Sets whether the Event Server audits event unregistration.

Parameters:
value - A boolean indicating whether the Event Server audits event unregistration.
Throws:
SDKException - This is thrown if the process is unsuccessful.

isEventUpdate

boolean isEventUpdate()
                      throws SDKException
Deprecated. As of version 12.0.

Returns a boolean indicating whether the Event Server audits event update.

Returns:
A boolean indicating whether the Event Server audits event update.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setEventUpdate

void setEventUpdate(boolean value)
                    throws SDKException
Deprecated. As of version 12.0.

Sets whether the the Event Server audits event update.

Parameters:
value - A boolean indicating whether the Event Server audits event update.
Throws:
SDKException - This is thrown if the process is unsuccessful.

isEventTrigger

boolean isEventTrigger()
                       throws SDKException
Deprecated. As of version 12.0.

Returns a boolean indicating whether the Event Server audits event trigger. A triggered event indicates that an event that was file-based was initiated.

Returns:
A boolean indicating whether the Event Server audits event trigger.
Throws:
SDKException - This is thrown if the process is unsuccessful.

setEventTrigger

void setEventTrigger(boolean value)
                     throws SDKException
Deprecated. As of version 12.0.

Sets whether the Event Server audits event trigger. A triggered event indicates that an event that was file-based was initiated.

Parameters:
value - A boolean indicating whether Event Server audits event trigger.
Throws:
SDKException - This is thrown if the process is unsuccessful.