All Packages Class Hierarchy This Package Previous Next Index
Class edu.cmu.paid.network.CSession
java.lang.Object
|
+----java.lang.Thread
|
+----edu.cmu.paid.network.CSession
- public class CSession
- extends Thread
- implements ISession
A Session thread. Instantiated on the server to satisfy each request.
- Author:
- Will Ross
-
CSession(IClient, Vector)
- Create a new Session thread.
-
killDownload()
- Kill this Session - download is terminated.
-
run()
- Tell the Session to start transmitting.
CSession
public CSession(IClient client,
Vector v)
- Create a new Session thread.
- Parameters:
- client - Proxy to the receiving client.
- v - Vector of DataObjects to send.
run
public void run()
- Tell the Session to start transmitting.
- Overrides:
- run in class Thread
killDownload
public void killDownload()
- Kill this Session - download is terminated.
All Packages Class Hierarchy This Package Previous Next Index
This page is hosted by the Chair for Applied Software Engineering of the Technische Universität München.
Imprint (Impressum)