org.objectweb.jonas.jtests.beans.transacted
Interface SimpleEHome
- public interface SimpleEHome
create
public Simple create(int i)
throws java.rmi.RemoteException,
javax.ejb.CreateException
createForRequired
public Simple createForRequired(long i)
throws java.rmi.RemoteException,
javax.ejb.CreateException
createForNever
public Simple createForNever(short i)
throws java.rmi.RemoteException,
javax.ejb.CreateException
createForRequiresNew
public Simple createForRequiresNew(java.lang.String i)
throws java.rmi.RemoteException,
javax.ejb.CreateException
createForMandatory
public Simple createForMandatory(char i)
throws java.rmi.RemoteException,
javax.ejb.CreateException
createForSupports
public Simple createForSupports(boolean i)
throws java.rmi.RemoteException,
javax.ejb.CreateException
findByPrimaryKey
public Simple findByPrimaryKey(java.lang.String pk)
throws java.rmi.RemoteException,
javax.ejb.FinderException
finder_notsupported
public Simple finder_notsupported()
throws java.rmi.RemoteException,
javax.ejb.FinderException
finder_required
public Simple finder_required()
throws java.rmi.RemoteException,
javax.ejb.FinderException
finder_supports
public Simple finder_supports(boolean i)
throws java.rmi.RemoteException,
javax.ejb.FinderException
finder_requiresnew
public Simple finder_requiresnew()
throws java.rmi.RemoteException,
javax.ejb.FinderException
finder_mandatory
public Simple finder_mandatory()
throws java.rmi.RemoteException,
javax.ejb.FinderException
finder_never
public Simple finder_never()
throws java.rmi.RemoteException,
javax.ejb.FinderException
opwith_notsupported
public boolean opwith_notsupported()
throws java.rmi.RemoteException
opwith_requires_new
public boolean opwith_requires_new()
throws java.rmi.RemoteException
opwith_required
public boolean opwith_required()
throws java.rmi.RemoteException
opwith_mandatory
public boolean opwith_mandatory()
throws java.rmi.RemoteException
opwith_supports
public boolean opwith_supports()
throws java.rmi.RemoteException
opwith_never
public boolean opwith_never()
throws java.rmi.RemoteException