org.objectweb.jonas.jtests.beans.message
Interface MRecordHome


public interface MRecordHome

Home interface for the bean MRecord


Method Summary
 MRecord create(java.lang.String uuid, java.lang.String dest, int value, java.lang.String mdb)
           
 java.util.Collection findAll()
           
 MRecord findByPrimaryKey(MRecordPK pk)
           
 java.util.Collection findByValue(int value)
           
 

Method Detail

create

public MRecord create(java.lang.String uuid,
                      java.lang.String dest,
                      int value,
                      java.lang.String mdb)
               throws javax.ejb.CreateException,
                      java.rmi.RemoteException

findByPrimaryKey

public MRecord findByPrimaryKey(MRecordPK pk)
                         throws javax.ejb.FinderException,
                                java.rmi.RemoteException

findByValue

public java.util.Collection findByValue(int value)
                                 throws javax.ejb.FinderException,
                                        java.rmi.RemoteException

findAll

public java.util.Collection findAll()
                             throws javax.ejb.FinderException,
                                    java.rmi.RemoteException