de.danet.an.workflow.tools.util
Interface SimpleApplicationDirectoryLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface SimpleApplicationDirectoryLocalHome
extends javax.ejb.EJBLocalHome

Local home interface for SimpleApplicationDirectory.

See Also:
de.danet.an.workflow.util

Field Summary
static java.lang.String COMP_NAME
           
static java.lang.String JNDI_NAME
           
 
Method Summary
 SimpleApplicationDirectoryLocal create()
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COMP_NAME

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

JNDI_NAME

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

create

public SimpleApplicationDirectoryLocal create()
                                       throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException