Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.xmud.securitymanager.request
Class request_getclientlist  view request_getclientlist download request_getclientlist.java

java.lang.Object
  extended byorg.xmud.net.request.request
      extended byorg.xmud.securitymanager.request.request_getclientlist
All Implemented Interfaces:
java.io.Serializable

public class request_getclientlist
extends org.xmud.net.request.request
implements java.io.Serializable


Field Summary
 
Fields inherited from class org.xmud.net.request.request
clientid, id, ioerror, o_host, o_port, res, token
 
Constructor Summary
request_getclientlist()
           
 
Method Summary
 org.xmud.net.response.response invoke(java.lang.Object target_object)
           
 boolean needReceive()
           
 void readCustom(java.io.DataInputStream in)
           
 void writeCustom(java.io.DataOutputStream out)
           
 
Methods inherited from class org.xmud.net.request.request
getId, getType, hasCustomSerialization, print, setId, shouldCompress, shouldDiscardOld
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

request_getclientlist

public request_getclientlist()
Method Detail

writeCustom

public void writeCustom(java.io.DataOutputStream out)
                 throws java.io.IOException

readCustom

public void readCustom(java.io.DataInputStream in)
                throws java.io.IOException

needReceive

public boolean needReceive()

invoke

public org.xmud.net.response.response invoke(java.lang.Object target_object)