cuhk.ale.ejb.interfaces
Interface TagDataServiceHome

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

public interface TagDataServiceHome
extends javax.ejb.EJBHome

Home interface for TagDataService.

Version:
${version}
Author:
XDoclet

Field Summary
static java.lang.String COMP_NAME
           
static java.lang.String JNDI_NAME
           
 
Method Summary
 TagDataService 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

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