|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
boolean isEventRegister()
throws SDKException
Returns a boolean indicating whether the Event Server audits event registration.
boolean indicating whether the Event Server audits event registration.
SDKException - This is thrown if the process is unsuccessful.
void setEventRegister(boolean value)
throws SDKException
Sets whether the Event Server audits event registration
value - A boolean indicating whether the Event Server audits event registration.
SDKException - This is thrown if the process is unsuccessful.
boolean isEventUnregister()
throws SDKException
Returns a boolean indicating whether the Event Server audits event unregistration.
boolean indicating whether the Event Server audits event unregistration.
SDKException - This is thrown if the process is unsuccessful.
void setEventUnregister(boolean value)
throws SDKException
Sets whether the Event Server audits event unregistration.
value - A boolean indicating whether the Event Server audits event unregistration.
SDKException - This is thrown if the process is unsuccessful.
boolean isEventUpdate()
throws SDKException
Returns a boolean indicating whether the Event Server audits event update.
boolean indicating whether the Event Server audits event update.
SDKException - This is thrown if the process is unsuccessful.
void setEventUpdate(boolean value)
throws SDKException
Sets whether the the Event Server audits event update.
value - A boolean indicating whether the Event Server audits event update.
SDKException - This is thrown if the process is unsuccessful.
boolean isEventTrigger()
throws SDKException
Returns a boolean indicating whether the Event Server audits event trigger.
A triggered event indicates that an event that was file-based was initiated.
boolean indicating whether the Event Server audits event trigger.
SDKException - This is thrown if the process is unsuccessful.
void setEventTrigger(boolean value)
throws SDKException
Sets whether the Event Server audits event trigger. A triggered event indicates that an event that was file-based was initiated.
value - A boolean indicating whether Event Server audits event trigger.
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 | ||||||||