org.jboss.test.testbean.interfaces
Interface TxSession
- All Superinterfaces:
- EJBObject (src) , java.rmi.Remote
- public interface TxSession
- extends EJBObject (src)
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