org.jboss.test.deadlock.interfaces
Interface StatelessSession

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

public interface StatelessSession
extends EJBObject (src)


Method Summary
 void callAB()
           
 void callBA()
           
 void cmrTest(java.lang.String jndiName, java.lang.String start)
           
 void createCMRTestData(java.lang.String jndiName)
           
 void requiresNewTest(boolean first)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

callAB

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

callBA

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

requiresNewTest

public void requiresNewTest(boolean first)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createCMRTestData

public void createCMRTestData(java.lang.String jndiName)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

cmrTest

public void cmrTest(java.lang.String jndiName,
                    java.lang.String start)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException