com.atlassian.confluence.plugins.emailgateway.blacklist
Interface Blacklist<T>

All Known Implementing Classes:
RealTimeBlacklist

public interface Blacklist<T>

Since:
v5.0

Method Summary
 boolean incrementAndCheckBlacklist(T key)
          Registers an event for the given key and check if that key is now black-listed
 boolean isBlackListed(T key)
          Checks to see if the give key is currently blacklisted
 

Method Detail

incrementAndCheckBlacklist

boolean incrementAndCheckBlacklist(T key)
Registers an event for the given key and check if that key is now black-listed


isBlackListed

boolean isBlackListed(T key)
Checks to see if the give key is currently blacklisted



Copyright © 2003-2014 Atlassian. All Rights Reserved.