Platform SDK Java 8.5 API Reference

com.genesyslab.platform.apptemplate.filtering.impl.configuration
Class FilterChainFactory.EntryConfiguration

java.lang.Object
  extended by com.genesyslab.platform.apptemplate.filtering.impl.configuration.FilterChainFactory.EntryConfiguration
Enclosing class:
FilterChainFactory

public static class FilterChainFactory.EntryConfiguration
extends java.lang.Object

Represents entry from the list of filters, assigned to the protocol in the "Connection" tab of application configuration window. In addition to the filter name, entry can have prefix '!' and '-'. The '!' inverts result, returned by the isMessageAccepted(). The '-' means that filter will be processed as 'deny' filter in the chain.


Constructor Summary
FilterChainFactory.EntryConfiguration(java.lang.String filterName, boolean negation, FilterChain.FilterResult result)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getFilterName()
           
 FilterChain.FilterResult getResult()
           
 int hashCode()
           
 boolean isNegative()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterChainFactory.EntryConfiguration

public FilterChainFactory.EntryConfiguration(java.lang.String filterName,
                                             boolean negation,
                                             FilterChain.FilterResult result)
Method Detail

getFilterName

public java.lang.String getFilterName()

isNegative

public boolean isNegative()

getResult

public FilterChain.FilterResult getResult()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

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.