edu.washington.biostr.sig.brainj3d.remoteutil
Class ClientToServer

java.lang.Object
  extended by edu.washington.biostr.sig.brainj3d.remoteutil.CSDispatcher
      extended by edu.washington.biostr.sig.brainj3d.remoteutil.ClientToServer
All Implemented Interfaces:
CallbackFactory, SerializationObserver

public class ClientToServer
extends CSDispatcher
implements CallbackFactory


Constructor Summary
ClientToServer(Executor exec, Session session, ClientManager client)
           
 
Method Summary
 void dispatch(Event[] event)
           
 String getCallbackName()
           
 CallbackRunnable getRunnable()
           
 void kill()
           
 
Methods inherited from class edu.washington.biostr.sig.brainj3d.remoteutil.CSDispatcher
addId, addUnserializedId, get, processEvent, sendEvent, wasRead, wasWritten
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientToServer

public ClientToServer(Executor exec,
                      Session session,
                      ClientManager client)
Method Detail

dispatch

public void dispatch(Event[] event)
Specified by:
dispatch in class CSDispatcher

getCallbackName

public String getCallbackName()

getRunnable

public CallbackRunnable getRunnable()
Specified by:
getRunnable in interface CallbackFactory

kill

public void kill()


Copyright © 2006 University of Washington. All Rights Reserved.