|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfEvent
This interface represents an event fired by Configuration Server.
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 |
---|
ConfEvent.EventType getEventType()
boolean isUnsolicited()
CfgObjectType getObjectType()
int getObjectId()
ICfgObject getCfgObject()
int getUnsolicitedEventNumber()
RequestHistoryLog
to
poll previously sent notifications from Configuration Server.
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |