simpledb.remote
Interface RemoteDriver

All Superinterfaces:
Remote
All Known Implementing Classes:
RemoteDriverImpl

public interface RemoteDriver
extends Remote

The RMI remote interface corresponding to Driver. The method is similar to that of Driver, except that it takes no arguments and throws RemoteExceptions instead of SQLExceptions.

Author:
Edward Sciore

Method Summary
 RemoteConnection connect()
           
 

Method Detail

connect

RemoteConnection connect()
                         throws RemoteException
Throws:
RemoteException


Copyright © 2011. All Rights Reserved.