org.jboss.test.testbean.interfaces
Interface TxSession

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface TxSession
extends EJBObject (src)


Method Summary
 java.lang.String requiredToNotSupported()
           
 java.lang.String requiredToRequiresNew()
           
 java.lang.String requiredToSupports()
           
 java.lang.String txMandatory()
           
 java.lang.String txNever()
           
 java.lang.String txNotSupported()
           
 java.lang.String txRequired()
           
 java.lang.String txRequiresNew()
           
 java.lang.String txSupports()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

txRequired

public java.lang.String txRequired()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

txRequiresNew

public java.lang.String txRequiresNew()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

txSupports

public java.lang.String txSupports()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

txMandatory

public java.lang.String txMandatory()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

txNever

public java.lang.String txNever()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

txNotSupported

public java.lang.String txNotSupported()
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

requiredToSupports

public java.lang.String requiredToSupports()
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

requiredToNotSupported

public java.lang.String requiredToNotSupported()
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

requiredToRequiresNew

public java.lang.String requiredToRequiresNew()
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException