openamf/src/java/org/openamf/invoker PageableResultSetServiceInvoker.java,NONE,1.1

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

Added Files:
	PageableResultSetServiceInvoker.java 
Log Message:
added initial version of PageableResultSetServiceInvoker
it dosen't do anything yet, it's just a stub

--- NEW FILE: PageableResultSetServiceInvoker.java ---
/*
 * Created on Apr 26, 2003
 *
 * To change the template for this generated file go to
 * Window>Preferences>Java>Code Generation>Code and Comments
 */
package org.openamf.invoker;

import javax.servlet.ServletContext;

import org.openamf.ServiceRequest;

/**
 * @author jason
 *
 * To change the template for this generated type comment go to
 * Window>Preferences>Java>Code Generation>Code and Comments
 */
public class PageableResultSetServiceInvoker extends ServiceInvoker {

	public PageableResultSetServiceInvoker(
		ServiceRequest request,
		ServletContext servletContext) {
		super(request, servletContext);
	}

	public Object invokeService() throws ServiceInvocationException {
		// TODO Auto-generated method stub
		return null;
	}

}




-------------------------------------------------------
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.