public interface DBStateful
extends javax.ejb.EJBObject
| Modifier and Type | Method and Description |
|---|---|
void |
beginTransaction() |
void |
endTransaction(boolean commit) |
void |
executeSQL(java.lang.String sql) |
void beginTransaction()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid executeSQL(java.lang.String sql)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid endTransaction(boolean commit)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionCopyright © 2003-2018. All Rights Reserved.