org.jboss.test.threading.interfaces
Interface EJBThreads

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

public interface EJBThreads
extends EJBObject (src)


Method Summary
 void test()
           
 void testBusinessException()
           
 void testNonTransactional()
           
 void testRuntimeException()
           
 void testTimeOut()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

test

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

testBusinessException

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

testRuntimeException

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

testTimeOut

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

testNonTransactional

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