org.objectweb.jonas.jtests.beans.folder
Interface FileHome


public interface FileHome

Home interface for the bean FileECB


Method Summary
 File create(java.lang.String name)
           
 File findByPrimaryKey(java.lang.String pk)
           
 

Method Detail

create

public File create(java.lang.String name)
            throws javax.ejb.CreateException,
                   java.rmi.RemoteException

findByPrimaryKey

public File findByPrimaryKey(java.lang.String pk)
                      throws javax.ejb.FinderException,
                             java.rmi.RemoteException