All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bond.demo.Scheduler.scServerThread

java.lang.Object
   |
   +----bond.object.bondObject
           |
           +----bond.demo.Scheduler.scServerThread

public class scServerThread
extends bondObject
implements Runnable
Class scServerThread contains code of the Server Thread

Version:
1.0,11/28/1998
Author:
Vadim Gorbach

Constructor Index

 o scServerThread(bondKQML, scServer)
Constructor

Method Index

 o run()
Main body of scServerThread, it will be called automaticlly when this server object is created and will be running as a seperate thread
 o say(bondKQML, bondObject)
Message handler of this object

Constructors

 o scServerThread
 public scServerThread(bondKQML m,
                       scServer SCserver)
Constructor

Parameters:
m: - message that needs to be processed
SCserver: - the Schedule Coordination Server which generates this thread

Methods

 o run
 public void run()
Main body of scServerThread, it will be called automaticlly when this server object is created and will be running as a seperate thread

 o say
 public void say(bondKQML m,
                 bondObject sender)
Message handler of this object

Parameters:
m: - message that needs to be processed
sender: - sender of them message
Overrides:
say in class bondObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index