org.objectweb.jonas.jtests.beans.cluster
Interface IdentityHome
- public interface IdentityHome
create
public Identity create(java.lang.String n,
int i)
throws javax.ejb.CreateException,
java.rmi.RemoteException
findByPrimaryKey
public Identity findByPrimaryKey(java.lang.String pk)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByNumber
public java.util.Collection findByNumber(int number)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findAll
public java.util.Collection findAll()
throws javax.ejb.FinderException,
java.rmi.RemoteException