KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

10 public interface RemoteIteratorServiceLocalHome
11    extends javax.ejb.EJBLocalHome JavaDoc
12 {
13    public static final String JavaDoc COMP_NAME="java:comp/env/ejb/RemoteIteratorServiceLocal";
14    public static final String JavaDoc JNDI_NAME="ejb/RemoteIteratorServiceLocal";
15
16    public org.bsf.remoteIterator.server.RemoteIteratorServiceLocal create()
17       throws javax.ejb.CreateException JavaDoc;
18
19 }
20
Popular Tags