Predicate<ConfCacheEvent>
public final class ConfCacheFilter extends java.lang.Object implements Predicate<ConfCacheEvent>
Constructor | Description |
---|---|
ConfCacheFilter() |
Modifier and Type | Method | Description |
---|---|---|
int |
getObjectDbid() |
The dbid of the object regarding which events
are to be sent to the subscriber.
|
CfgObjectType |
getObjectType() |
The type of object regarding which events
are to be sent to the subscriber.
|
ConfCacheUpdateType |
getUpdateType() |
The type of update regarding which events
are to be sent to the subscriber.
|
boolean |
invoke(ConfCacheEvent cacheEvent) |
Evaluate filter's condition on truth or false.
|
void |
setObjectDbid(int value) |
The dbid of the object regarding which events
are to be sent to the subscriber.
|
void |
setObjectType(CfgObjectType value) |
The type of object regarding which events
are to be sent to the subscriber.
|
void |
setUpdateType(ConfCacheUpdateType value) |
The type of update regarding which events
are to be sent to the subscriber.
|
public int getObjectDbid()
public void setObjectDbid(int value)
value
- dbid filter value or -1public CfgObjectType getObjectType()
public void setObjectType(CfgObjectType value)
value
- object type filter valuepublic ConfCacheUpdateType getUpdateType()
public void setUpdateType(ConfCacheUpdateType value)
value
- cache event typepublic boolean invoke(ConfCacheEvent cacheEvent)
invoke
in interface Predicate<ConfCacheEvent>
cacheEvent
- event instance to be used for checking the filter conditionSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.