edu.iastate.metnet.interfaces
Interface MyMetnetServiceHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface MyMetnetServiceHome
extends javax.ejb.EJBHome

Home interface for MyMetnetService.

Version:
${version}
Author:
XDoclet

Field Summary
static java.lang.String COMP_NAME
           
static java.lang.String JNDI_NAME
           
 
Method Summary
 MyMetnetService create()
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

COMP_NAME

static final java.lang.String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

static final java.lang.String JNDI_NAME
See Also:
Constant Field Values
Method Detail

create

MyMetnetService create()
                       throws javax.ejb.CreateException,
                              java.rmi.RemoteException
Throws:
javax.ejb.CreateException
java.rmi.RemoteException