Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com
Interface ConfEvent


public interface ConfEvent

This interface represents an event fired by Configuration Server.

Author:
Petr Makagon, Vladislav Baranovsky, Alexander Filatov, Anton Brazhnyk, Sergii Volokh

Nested Class Summary
static class ConfEvent.EventType
          Describes the configuration event types that can be received from Configuration Server.
 
Method Summary
 ICfgObject getCfgObject()
          Attached configuration information.
 ConfEvent.EventType getEventType()
          The type of event received.
 int getObjectId()
          The ID of the object about which we're receiving the event.
 CfgObjectType getObjectType()
          The type of the object about which we're receiving the event.
 int getUnsolicitedEventNumber()
          Exposes unsolicited notification event's number.
 boolean isUnsolicited()
           
 

Method Detail

getEventType

ConfEvent.EventType getEventType()
The type of event received.

Returns:
event type

isUnsolicited

boolean isUnsolicited()

getObjectType

CfgObjectType getObjectType()
The type of the object about which we're receiving the event.

Returns:
configuration object type

getObjectId

int getObjectId()
The ID of the object about which we're receiving the event.

Returns:
object ID

getCfgObject

ICfgObject getCfgObject()
Attached configuration information. It can be object or delta object. Or Null if not applicable.

Returns:
configuration object

getUnsolicitedEventNumber

int getUnsolicitedEventNumber()
Exposes unsolicited notification event's number. Returned value can be used with RequestHistoryLog to poll previously sent notifications from Configuration Server.

Returns:
unsolicited event ID .

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.