ozone core API

org.ozoneDB.core.DbRemote
Class DbRemoteClient

java.lang.Object
  extended byorg.ozoneDB.DxLib.DxObject
      extended byorg.ozoneDB.DxLib.net.DxClient
          extended byorg.ozoneDB.core.DbRemote.DbClient
              extended byorg.ozoneDB.core.DbRemote.DbRemoteClient
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.io.Serializable

public class DbRemoteClient
extends DbClient

Version:
$Revision: 1.4 $Date: 2002/09/18 06:54:16 $
Author:
SMB
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ozoneDB.core.DbRemote.DbClient
db, user
 
Fields inherited from class org.ozoneDB.DxLib.net.DxClient
buffSize, in, out, sock
 
Fields inherited from class org.ozoneDB.DxLib.DxObject
 
Constructor Summary
DbRemoteClient(org.ozoneDB.ExternalDatabase _db, java.lang.String _host, int _port, java.lang.String _user)
           
 
Method Summary
 java.lang.Object receive()
          Receive object and handle proxy link conversion.
 
Methods inherited from class org.ozoneDB.core.DbRemote.DbClient
user
 
Methods inherited from class org.ozoneDB.DxLib.net.DxClient
close, init, inputStream, objectAvailable, onConnect, onDeconnect, outputStream, send
 
Methods inherited from class org.ozoneDB.DxLib.DxObject
clone, isLess
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals
 

Constructor Detail

DbRemoteClient

public DbRemoteClient(org.ozoneDB.ExternalDatabase _db,
                      java.lang.String _host,
                      int _port,
                      java.lang.String _user)
               throws java.io.IOException
Method Detail

receive

public java.lang.Object receive()
                         throws java.io.IOException,
                                java.lang.ClassNotFoundException
Receive object and handle proxy link conversion.

Overrides:
receive in class DbClient
Throws:
java.io.IOException
java.lang.ClassNotFoundException

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.