org.jboss.test.xa.interfaces
Interface XATest

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

public interface XATest
extends EJBObject (src)


Method Summary
 void clearData()
           
 void createTables()
           
 void doWork()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

createTables

public void createTables()
                  throws javax.naming.NamingException,
                         java.sql.SQLException,
                         java.rmi.RemoteException
Throws:
javax.naming.NamingException
java.sql.SQLException
java.rmi.RemoteException

clearData

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

doWork

public void doWork()
            throws CantSeeDataException (src) ,
                   java.rmi.RemoteException
Throws:
CantSeeDataException (src)
java.rmi.RemoteException