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

Constructor Index

 o CSession(IClient, Vector)
Create a new Session thread.

Method Index

 o killDownload()
Kill this Session - download is terminated.
 o run()
Tell the Session to start transmitting.

Constructors

 o 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.

Methods

 o run
 public void run()
Tell the Session to start transmitting.

Overrides:
run in class Thread
 o 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)