Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com
Class NotificationFilter

java.lang.Object
  extended by com.genesyslab.platform.applicationblocks.com.NotificationFilter
All Implemented Interfaces:
Predicate<ConfEvent>

public class NotificationFilter
extends java.lang.Object
implements Predicate<ConfEvent>

This class is used to retrieve events from the Configuration Server.

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

Constructor Summary
NotificationFilter(NotificationQuery notifQuery)
          Creates a new instance of the NotificationFilter.
 
Method Summary
 boolean invoke(ConfEvent obj)
          Used to evaluate whether the specified event passes this filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationFilter

public NotificationFilter(NotificationQuery notifQuery)
Creates a new instance of the NotificationFilter.

Parameters:
notifQuery - the query which this filter is based on
Method Detail

invoke

public boolean invoke(ConfEvent obj)
Used to evaluate whether the specified event passes this filter.

Specified by:
invoke in interface Predicate<ConfEvent>
Parameters:
obj - the event to evaluate
Returns:
true if the event passes the filter, false otherwise

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.