org.jboss.test.testbean.interfaces
Interface BMTStateful
- All Superinterfaces:
- EJBObject (src) , java.rmi.Remote
- public interface BMTStateful
- extends EJBObject (src)
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