Class ThincCMsgInitRequestAppList

java.lang.Object
  extended by ThincMsg
      extended by ThincCMsg
          extended by ThincCMsgInit
              extended by ThincCMsgInitRequest
                  extended by ThincCMsgInitRequestAppList

Deprecated. JAVA cannot supports this.

public final class ThincCMsgInitRequestAppList
extends ThincCMsgInitRequest

requests appsharing list.


Field Summary
static int INIT_MESSAGE_TYPE
          Deprecated.  
 
Fields inherited from class ThincCMsgInitRequest
MESSAGE_SIZE, MESSAGE_TYPE
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincCMsgInitRequestAppList(ThincMsgHandler h, ThincClientCanvas c)
          Deprecated.  
 
Method Summary
 short messageSize()
          Deprecated. messageSize() returns the total messageSize to send.
 void process()
          Deprecated. process() is general processing method for each thinc messages.
 void putMessage(java.nio.ByteBuffer b)
          Deprecated. putMessage() puts messages to send to server.
 
Methods inherited from class ThincCMsgInitRequest
getMsgType
 
Methods inherited from class ThincCMsg
getFlag, headerSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT_MESSAGE_TYPE

public static final int INIT_MESSAGE_TYPE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ThincCMsgInitRequestAppList

public ThincCMsgInitRequestAppList(ThincMsgHandler h,
                                   ThincClientCanvas c)
Deprecated. 
Method Detail

putMessage

public void putMessage(java.nio.ByteBuffer b)
Deprecated. 
Description copied from class: ThincCMsg
putMessage() puts messages to send to server.

Specified by:
putMessage in class ThincCMsg
Parameters:
b - ByteBuffer object to send

messageSize

public short messageSize()
Deprecated. 
Description copied from class: ThincCMsg
messageSize() returns the total messageSize to send.

Specified by:
messageSize in class ThincCMsg
Returns:
total messageSize refered from ThincMsgHandler class

process

public void process()
Deprecated. 
Description copied from class: ThincMsg
process() is general processing method for each thinc messages. Most of client messages, it simply invokes send() methods in ThincMsgHandler object to send the client messages. In server messages, it interacts with ThincClientCanvas in this method.

Specified by:
process in class ThincMsg