org.sourceforge.jemm.database.remote.server
Class RemoteDatabaseServer

java.lang.Object
  extended by org.sourceforge.jemm.database.remote.server.RemoteDatabaseServer

public class RemoteDatabaseServer
extends java.lang.Object


Constructor Summary
RemoteDatabaseServer(ServerConnectionFactory serverConnectionFactory, Database underlyingDatabase)
           
 
Method Summary
protected  void handleClientDisconnect(RPCClientId rpcClientId)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDatabaseServer

public RemoteDatabaseServer(ServerConnectionFactory serverConnectionFactory,
                            Database underlyingDatabase)
                     throws ConnectionException
Throws:
ConnectionException
Method Detail

handleClientDisconnect

protected void handleClientDisconnect(RPCClientId rpcClientId)

shutdown

public void shutdown()


Copyright © 2009. All Rights Reserved.