openamf/src/java/org/openamf/filter ResultFilter.java,NONE,1.1 BeanListToRecordSet.java,1.1,1.2 Filter.java,1.1,NONE

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf/filter
In directory sc8-pr-cvs1:/tmp/cvs-serv8649/src/java/org/openamf/filter

Modified Files:
	BeanListToRecordSet.java 
Added Files:
	ResultFilter.java 
Removed Files:
	Filter.java 
Log Message:
renamed Filter ResultFilter

--- NEW FILE: ResultFilter.java ---
package org.openamf.filter;

import org.openamf.config.FilterConfig;

public interface ResultFilter {
	
	public Object filter(Object value, FilterConfig config) throws FilterException;

}

Index: BeanListToRecordSet.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/filter/BeanListToRecordSet.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** BeanListToRecordSet.java	2 May 2003 04:39:44 -0000	1.1
--- BeanListToRecordSet.java	5 May 2003 00:55:37 -0000	1.2
***************
*** 8,16 ****
  import org.openamf.recordset.ASRecordSet;
  
! public class BeanListToRecordSet implements Filter {
  
  	private static Log log = LogFactory.getLog(BeanListToRecordSet.class);
  
! 	public Object translate(Object value, FilterConfig config)
  		throws FilterException {
  		
--- 8,16 ----
  import org.openamf.recordset.ASRecordSet;
  
! public class BeanListToRecordSet implements ResultFilter {
  
  	private static Log log = LogFactory.getLog(BeanListToRecordSet.class);
  
! 	public Object filter(Object value, FilterConfig config)
  		throws FilterException {
  		

--- Filter.java DELETED ---




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.