org.objectweb.jonas.jtests.beans.message
Interface MRecordHome
- public interface MRecordHome
Home interface for the bean MRecord
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