org.archive.wayback.accesscontrol.oracleclient
Class OracleExclusionFilter

java.lang.Object
  extended by org.archive.wayback.accesscontrol.oracleclient.OracleExclusionFilter
All Implemented Interfaces:
ObjectFilter<CaptureSearchResult>

public class OracleExclusionFilter
extends java.lang.Object
implements ObjectFilter<CaptureSearchResult>


Field Summary
 
Fields inherited from interface org.archive.wayback.util.ObjectFilter
FILTER_ABORT, FILTER_EXCLUDE, FILTER_INCLUDE
 
Constructor Summary
OracleExclusionFilter(java.lang.String oracleUrl, java.lang.String accessGroup)
           
 
Method Summary
 int filterObject(CaptureSearchResult o)
          inpect record and determine if it should be included in the results or not, or if processing of new records should stop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleExclusionFilter

public OracleExclusionFilter(java.lang.String oracleUrl,
                             java.lang.String accessGroup)
Method Detail

filterObject

public int filterObject(CaptureSearchResult o)
Description copied from interface: ObjectFilter
inpect record and determine if it should be included in the results or not, or if processing of new records should stop.

Specified by:
filterObject in interface ObjectFilter<CaptureSearchResult>
Parameters:
o - Object which should be checked for inclusion/exclusion or abort
Returns:
int of FILTER_INCLUDE, FILTER_EXCLUDE, or FILTER_ABORT


Copyright © 2005-2009 Internet Archive. All Rights Reserved.