org.jboss.test.txpropiiop.interfaces.a
Interface SessionA

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

public interface SessionA
extends EJBObject (src)

A SessionA.


Method Summary
 void invokeSessionB()
           
 void testNoTxToMandatory()
           
 void testNoTxToNever()
           
 void testNoTxToNotSupported()
           
 void testNoTxToRequired()
           
 void testNoTxToRequiresNew()
           
 void testNoTxToSupports()
           
 void testTxToMandatory()
           
 void testTxToNever()
           
 void testTxToNotSupported()
           
 void testTxToRequired()
           
 void testTxToRequiresNew()
           
 void testTxToSupports()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

invokeSessionB

public void invokeSessionB()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testTxToNotSupported

public void testTxToNotSupported()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testTxToRequired

public void testTxToRequired()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testTxToSupports

public void testTxToSupports()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testTxToRequiresNew

public void testTxToRequiresNew()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testTxToMandatory

public void testTxToMandatory()
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testTxToNever

public void testTxToNever()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testNoTxToNotSupported

public void testNoTxToNotSupported()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testNoTxToRequired

public void testNoTxToRequired()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testNoTxToSupports

public void testNoTxToSupports()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testNoTxToRequiresNew

public void testNoTxToRequiresNew()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testNoTxToMandatory

public void testNoTxToMandatory()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

testNoTxToNever

public void testNoTxToNever()
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException