org.objectweb.jonas.jtests.beans.transacted
Interface SimpleEHome


public interface SimpleEHome


Method Summary
 Simple create(int i)
           
 Simple createForMandatory(char i)
           
 Simple createForNever(short i)
           
 Simple createForRequired(long i)
           
 Simple createForRequiresNew(java.lang.String i)
           
 Simple createForSupports(boolean i)
           
 Simple findByPrimaryKey(java.lang.String pk)
           
 Simple finder_mandatory()
           
 Simple finder_never()
           
 Simple finder_notsupported()
           
 Simple finder_required()
           
 Simple finder_requiresnew()
           
 Simple finder_supports(boolean i)
           
 boolean opwith_mandatory()
           
 boolean opwith_never()
           
 boolean opwith_notsupported()
           
 boolean opwith_required()
           
 boolean opwith_requires_new()
           
 boolean opwith_supports()
           
 

Method Detail

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