ozone core API

org.ozoneDB.core.DbRemote
Class DbInvokeClient

java.lang.Object
  |
  +--org.ozoneDB.DxLib.DxObject
        |
        +--org.ozoneDB.DxLib.net.DxClient
              |
              +--org.ozoneDB.DxLib.net.DxMultiServerClient
                    |
                    +--org.ozoneDB.core.DbRemote.DbInvokeClient
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.lang.Runnable, java.io.Serializable

public class DbInvokeClient
extends DxMultiServerClient

Version:
$Revision: 1.2 $Date: 2002/06/08 00:49:38 $
Author:
SMB
See Also:
Serialized Form

Field Summary
protected  ProxyObjectGate proxyObjectGate
           
 User user
           
 
Fields inherited from class org.ozoneDB.DxLib.net.DxMultiServerClient
 
Fields inherited from class org.ozoneDB.DxLib.net.DxClient
buffSize, in, out, sock
 
Fields inherited from class org.ozoneDB.DxLib.DxObject
 
Constructor Summary
DbInvokeClient(java.net.Socket sock, DxMultiServer server)
           
 
Method Summary
 ProxyObjectGate getProxyObjectGate()
          Returns the ProxyObjectGate for this Client.
 User getUser()
           
 
Methods inherited from class org.ozoneDB.DxLib.net.DxMultiServerClient
close, listen, run, thread
 
Methods inherited from class org.ozoneDB.DxLib.net.DxClient
init, inputStream, objectAvailable, onConnect, onDeconnect, outputStream, receive, 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
 

Field Detail

user

public User user

proxyObjectGate

protected ProxyObjectGate proxyObjectGate
Constructor Detail

DbInvokeClient

public DbInvokeClient(java.net.Socket sock,
                      DxMultiServer server)
               throws java.io.IOException
Method Detail

getUser

public User getUser()

getProxyObjectGate

public ProxyObjectGate getProxyObjectGate()
Returns the ProxyObjectGate for this Client.


ozone core API

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