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.RemoteException
void executeSQL(java.lang.String sql) throws java.rmi.RemoteException
java.rmi.RemoteException
void endTransaction(boolean commit) throws java.rmi.RemoteException
java.rmi.RemoteException
Copyright © 2003-2018. All Rights Reserved.