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

Quick Search    Search Deep

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

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

public class request_getobjectlist
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_getobjectlist()
           
 
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_getobjectlist

public request_getobjectlist()
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)