Uses of Interface
simpledb.remote.RemoteConnection

Packages that use RemoteConnection
simpledb.remote   
 

Uses of RemoteConnection in simpledb.remote
 

Classes in simpledb.remote that implement RemoteConnection
(package private)  class RemoteConnectionImpl
          The RMI server-side implementation of RemoteConnection.
 

Methods in simpledb.remote that return RemoteConnection
 RemoteConnection RemoteDriverImpl.connect()
          Creates a new RemoteConnectionImpl object and returns it.
 RemoteConnection RemoteDriver.connect()
           
 

Constructors in simpledb.remote with parameters of type RemoteConnection
SimpleConnection(RemoteConnection c)