KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > bsf > remoteIterator > server > RemoteIteratorServiceLocal


1 /*
2  * Generated by XDoclet - Do not edit!
3  */

4 package org.bsf.remoteIterator.server;
5
6 /**
7  * Local interface for RemoteIteratorService.
8  * @see org.bsf.remoteIterator.server.RemoteIteratorBean
9  */

10 public interface RemoteIteratorServiceLocal
11    extends javax.ejb.EJBLocalObject JavaDoc
12 {
13
14    public org.bsf.remoteIterator.server.RemoteIterator getRemoteIterator( java.lang.String JavaDoc p_query ) ;
15
16 }
17
Popular Tags