Package org.sblim.cimclient.internal.wbem.indications
package org.sblim.cimclient.internal.wbem.indications
Internal implemenation of the indication processing.
The classes and interfaces herein are for internal use of the SBLIM Client for Java only
and might therefore be modified or removed without notice.
- Since:
- 2.0.0
-
ClassesClassDescriptionClass CIMEvent is required for indication handling.Class CIMEventDispatcher is required for indication handling.Handles the HTTP connections, providing the necessary interfaces for CIMListener server.
ReliableIndicationHandler
is responsible for determining when to dispatch reliable indications, which includes queuing unexpected indications, caching all indications for the duration of their sequence identifier lifetime, and logging missing, duplicate and out-of-order indications.