Class ThincSMsgInitReplyCacheSize

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgInit
              extended by ThincSMsgInitReply
                  extended by ThincSMsgInitReplyCacheSize

public final class ThincSMsgInitReplyCacheSize
extends ThincSMsgInitReply

initialize the cache size for bitmap,pixmap and image caches.

Author:
Young Jin Yoon
See Also:
ThincSMsgInitReply

Field Summary
static int INIT_MESSAGE_TYPE
           
static int MESSAGE_SIZE
           
 
Fields inherited from class ThincSMsgInitReply
MESSAGE_TYPE
 
Fields inherited from class ThincSMsgInit
client
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincSMsgInitReplyCacheSize(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyCacheSize object.
 
Method Summary
 void process()
          process() gets the information for caches and set it using createCache() method from ThincClientCanvas class.
 
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
See Also:
Constant Field Values

MESSAGE_SIZE

public static final int MESSAGE_SIZE
See Also:
Constant Field Values
Constructor Detail

ThincSMsgInitReplyCacheSize

public ThincSMsgInitReplyCacheSize(ThincClient tc,
                                   ThincMsgHandler h,
                                   ThincClientCanvas cs)
creates ThincSMsgInitReplyCacheSize object.

Parameters:
tc - ThincClient to get the information for handshaking.
h - ThincMsgHandler to handle the message
cs - ThincClientCanvas to get the information
Method Detail

process

public void process()
             throws ThincException
process() gets the information for caches and set it using createCache() method from ThincClientCanvas class.

Specified by:
process in class ThincMsg
Throws:
ThincException