org.starhope.appius.messaging
Interface AbstractCensor

All Known Implementing Classes:
Filter

public interface AbstractCensor

WRITEME: The documentation for this type (AbstractCensor) is incomplete. (brpocock@star-hope.org, Nov 19, 2009)

Author:
brpocock@star-hope.org

Method Summary
 FilterResult checkLists(String token)
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 FilterResult filterMessage(String text)
          Filter the message.
 int getWhiteListLength()
          WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)
 void loadLists(Connection databaseConnection)
          WRITEME: Document this method brpocock@star-hope.org
 void prime(Connection databaseConnection)
          WRITEME: Document this method brpocock@star-hope.org
 void reloadLists(Connection databaseConnection)
          WRITEME: Document this method brpocock@star-hope.org
 

Method Detail

checkLists

FilterResult checkLists(String token)
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Parameters:
token - WRITEME
Returns:
WRITEME

filterMessage

FilterResult filterMessage(String text)
Filter the message.

Parameters:
text - WRITEME
Returns:
true if message should be filtered.

getWhiteListLength

int getWhiteListLength()
WRITEME: document this method (brpocock@star-hope.org, Oct 13, 2009)

Returns:
WRITEME

loadLists

void loadLists(Connection databaseConnection)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
databaseConnection - WRITEME

prime

void prime(Connection databaseConnection)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
databaseConnection - WRITEME

reloadLists

void reloadLists(Connection databaseConnection)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
databaseConnection - WRITEME