org.jboss.test.hello.interfaces
Interface LocalHelloLogHome

All Superinterfaces:
EJBLocalHome (src)

public interface LocalHelloLogHome
extends EJBLocalHome (src)


Method Summary
 LocalHelloLog (src) create(java.lang.String msg)
           
 LocalHelloLog (src) findByPrimaryKey(java.lang.String key)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public LocalHelloLog (src)  create(java.lang.String msg)
                     throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public LocalHelloLog (src)  findByPrimaryKey(java.lang.String key)
                               throws FinderException (src) 
Throws:
FinderException (src)