org.openejb.test.beans
Interface Database

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface Database
extends javax.ejb.EJBObject


Method Summary
 boolean execute(java.lang.String statement)
           
 void executeQuery(java.lang.String statement)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

executeQuery

void executeQuery(java.lang.String statement)
                  throws java.rmi.RemoteException,
                         java.sql.SQLException
Throws:
java.rmi.RemoteException
java.sql.SQLException

execute

boolean execute(java.lang.String statement)
                throws java.rmi.RemoteException,
                       java.sql.SQLException
Throws:
java.rmi.RemoteException
java.sql.SQLException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.