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

All Known Subinterfaces:
SynchroSimple

public interface Simple

This interface is implemented by different types of beans (EB,SL)


Method Summary
 boolean call_requires_new_on(Simple other)
           
 boolean opwith_mandatory()
           
 boolean opwith_never()
           
 boolean opwith_notsupported()
           
 boolean opwith_required()
           
 boolean opwith_requires_new()
           
 boolean opwith_supports()
           
 boolean required_call_requires_new()
           
 

Method Detail

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

required_call_requires_new

public boolean required_call_requires_new()
                                   throws java.rmi.RemoteException

call_requires_new_on

public boolean call_requires_new_on(Simple other)
                             throws java.rmi.RemoteException