simpledb.remote
Class RemoteDriverImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
simpledb.remote.RemoteDriverImpl
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, RemoteDriver
public class RemoteDriverImpl
- extends java.rmi.server.UnicastRemoteObject
- implements RemoteDriver
The RMI server-side implementation of RemoteDriver.
- Author:
- Edward Sciore
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
RemoteDriverImpl
public RemoteDriverImpl()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
connect
public RemoteConnection connect()
throws java.rmi.RemoteException
- Creates a new RemoteConnectionImpl object and
returns it.
- Specified by:
connect
in interface RemoteDriver
- Throws:
java.rmi.RemoteException
- See Also:
RemoteDriver.connect()