org.jboss.test.testbean.interfaces
Interface BMTStateful

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

public interface BMTStateful
extends EJBObject (src)


Method Summary
 void createTable()
           
 java.lang.String dbCommit()
           
 java.lang.String dbRollback()
           
 void dropTable()
           
 java.lang.String getDbField()
           
 java.lang.String txBegin()
           
 java.lang.String txCommit()
           
 java.lang.String txEnd()
           
 java.lang.String txExists()
           
 java.lang.String txRollback()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

txExists

public java.lang.String txExists()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

txCommit

public java.lang.String txCommit()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

txRollback

public java.lang.String txRollback()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

txBegin

public java.lang.String txBegin()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

txEnd

public java.lang.String txEnd()
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

dbCommit

public java.lang.String dbCommit()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

dbRollback

public java.lang.String dbRollback()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDbField

public java.lang.String getDbField()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createTable

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

dropTable

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