Package | Description |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.applicationblocks.com.cache | |
com.genesyslab.platform.applicationblocks.commons | |
com.genesyslab.platform.applicationblocks.commons.broker | |
com.genesyslab.platform.apptemplate.application |
This package provides helper components for connectivity with Genesys Configuration Framework.
|
Modifier and Type | Class | Description |
---|---|---|
class |
NotificationFilter |
This class is used to retrieve events from the Configuration Server.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ConfService.register(Action<ConfEvent> handler,
Predicate<ConfEvent> filter) |
Registers custom handler for ConfigurationEvent's handling.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ConfCacheFilter |
A filter for ConfCacheEvents.
|
Modifier and Type | Method | Description |
---|---|---|
Predicate<ConfEvent> |
DefaultConfCache.getFilter() |
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultConfCache.register(Action<ConfCacheEvent> handler,
Predicate<ConfCacheEvent> filter) |
Registers a delegate for receiving notifications from the cache
based on the specified filter.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AndPredicate<T> |
Deprecated.
Message Broker Application Block is deprecated.
Use
setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
CompositePredicateBase<T> |
Deprecated.
Message Broker Application Block is deprecated.
Use
setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
OrPredicate<T> |
Deprecated.
Message Broker Application Block is deprecated.
Use
setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
PredicateBase<T> |
Deprecated.
Message Broker Application Block is deprecated.
Use
setMessageHandler(handler) to handle incoming messages asynchronously. |
Modifier and Type | Method | Description |
---|---|---|
protected java.util.ArrayList<Predicate<T>> |
CompositePredicateBase.getPredicates() |
Deprecated.
Gets list of atomic predicates.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CompositePredicateBase.addPredicate(Predicate<T> predicate) |
Deprecated.
Adds a predicate to the predicates' set.
|
void |
CompositePredicateBase.removePredicate(Predicate<T> predicate) |
Deprecated.
Removes a predicate from the predicates' set.
|
Constructor | Description |
---|---|
AndPredicate(Predicate<T> predicate0,
Predicate<T> predicate1) |
Deprecated.
Creates an instance of
AndPredicate class. |
CompositePredicateBase(Predicate<T> p0,
Predicate<T> p1) |
Deprecated.
Creates an instance of
CompositePredicateBase class. |
OrPredicate(Predicate<T> predicate0,
Predicate<T> predicate1) |
Deprecated.
OrPredicate predicate created with this constructor is an analog
of an 'OR' binary logical operation. |
Modifier and Type | Class | Description |
---|---|---|
class |
MessageFilter |
Deprecated.
Message Broker Application Block is deprecated.
Use
setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
MessageIdFilter |
Deprecated.
Message Broker Application Block is deprecated.
Use
setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
MessageNameFilter |
Deprecated.
Message Broker Application Block is deprecated.
Use
setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
MessageRangeFilter |
Deprecated.
Message Broker Application Block is deprecated.
Use
setMessageHandler(handler) to handle incoming messages asynchronously. |
class |
RequestFilter |
Deprecated.
Message Broker Application Block is deprecated.
Use
setMessageHandler(handler) to handle incoming messages asynchronously. |
Modifier and Type | Method | Description |
---|---|---|
Predicate<T> |
Subscriber.getFilter() |
Gets filter predicate that allows checking whether publishing
event should be processed or ignored.
|
Predicate<Message> |
RequestFilter.getMessageFilter() |
Deprecated.
Gets message filter.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BrokerServiceBase.register(Action<T> handler,
Predicate<T> filter) |
Deprecated.
Subscribes an action to be performed when a publishing event occurs.
|
void |
SubscriptionService.register(Action<T> handler,
Predicate<T> filter) |
Registers an action to be performed when a publishing event occurs.
|
void |
RequestFilter.setMessageFilter(Predicate<Message> value) |
Deprecated.
Sets message filter.
|
Constructor | Description |
---|---|
RequestFilter(Predicate<Message> filter) |
Deprecated.
Creates an instance of RequestFilter class.
|
Modifier and Type | Class | Description |
---|---|---|
protected static class |
GFAppCfgLogOptionsEventListener.TheAppLogOptionsFilter |
|
protected static class |
GFAppCfgOptionsEventListener.TheAppConfigDataFilter |
Modifier and Type | Field | Description |
---|---|---|
static Predicate<GFAppCfgEvent> |
GFAppCfgOptionsEventListener.THE_APP_CONFIGDATA_FILTER |
|
static Predicate<GFAppCfgEvent> |
GFAppCfgLogOptionsEventListener.THE_APP_LOG_OPTIONS_FILTER |
Modifier and Type | Method | Description |
---|---|---|
Predicate<GFAppCfgEvent> |
GFAppCfgLogOptionsEventListener.getFilter() |
|
Predicate<GFAppCfgEvent> |
GFAppCfgOptionsEventListener.getFilter() |
Modifier and Type | Method | Description |
---|---|---|
void |
GFApplicationConfigurationManager.register(Action<GFAppCfgEvent> handler,
Predicate<GFAppCfgEvent> filter) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.