01: /*
02: * Generated by XDoclet - Do not edit!
03: */
04: package com.mockrunner.example.ejb.interfaces;
05:
06: /**
07: * Home interface for DBStateful.
08: */
09: public interface DBStatefulHome extends javax.ejb.EJBHome {
10: public static final String COMP_NAME = "java:comp/env/ejb/DBStateful";
11: public static final String JNDI_NAME = "com/mockrunner/example/DBStateful";
12:
13: public com.mockrunner.example.ejb.interfaces.DBStateful create()
14: throws javax.ejb.CreateException, java.rmi.RemoteException;
15:
16: }
|