com.metamatrix.common.comm.platform.socket.server
Class ServerWorkItem

java.lang.Object
  extended by com.metamatrix.common.comm.platform.socket.server.ServerWorkItem
All Implemented Interfaces:
java.lang.Runnable

public class ServerWorkItem
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
ServerWorkItem(ClientInstance socketClientInstance, java.io.Serializable messageKey, Message message, ClientServiceRegistry server, SessionServiceInterface sessionService)
           
 
Method Summary
 void run()
          main entry point for remote method calls.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerWorkItem

public ServerWorkItem(ClientInstance socketClientInstance,
                      java.io.Serializable messageKey,
                      Message message,
                      ClientServiceRegistry server,
                      SessionServiceInterface sessionService)
Method Detail

run

public void run()
main entry point for remote method calls. encryption/decryption is handled here so that it won't be done by the io thread

Specified by:
run in interface java.lang.Runnable


Copyright © 2009. All Rights Reserved.