Class ClearMissedNotificationChangesAlarmExtendedRequest

java.lang.Object
com.unboundid.ldap.sdk.LDAPRequest
com.unboundid.ldap.sdk.ExtendedRequest
com.unboundid.ldap.sdk.unboundidds.extensions.ClearMissedNotificationChangesAlarmExtendedRequest
All Implemented Interfaces:
ProtocolOp, ReadOnlyLDAPRequest, Serializable

This class provides an extended request that may be used to clear a server alarm condition about missed change notifications.
NOTE: This class, and other classes within the com.unboundid.ldap.sdk.unboundidds package structure, are only supported for use against Ping Identity, UnboundID, and Nokia/Alcatel-Lucent 8661 server products. These classes provide support for proprietary functionality or for external specifications that are not considered stable or mature enough to be guaranteed to work in an interoperable way with other types of LDAP servers.

The request has an OID of 1.3.6.1.4.1.30221.2.6.42 and a value with the following encoding:

   ClearMissedNotificationChangesAlarmRequest ::= SEQUENCE {
        notificationManagerID         OCTET STRING,
        notificationDestinationID     OCTET STRING }
 
See Also: