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