org.jboss.test.testbean.interfaces
Interface BMTStateless

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

public interface BMTStateless
extends EJBObject (src)


Method Summary
 java.lang.String txBegin()
           
 java.lang.String txCommit()
           
 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