All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bond.demo.Scheduler.scServer

java.lang.Object
   |
   +----bond.object.bondObject
           |
           +----bond.runnable.bondExecutable
                   |
                   +----bond.runnable.server.bondServer
                           |
                           +----bond.demo.Scheduler.scServer

public class scServer
extends bondServer
Class scServer defines the Schedule Coordinator Server

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

Constructor Index

 o scServer()
Constructor

Method Index

 o main(String[])
Main function
 o run()
Run method for the Thread of this object
 o say(bondKQML, bondObject)
Message handler of this object

Constructors

 o scServer
 public scServer()
Constructor

Methods

 o run
 public void run()
Run method for the Thread of this object

Overrides:
run in class bondExecutable
 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 the message
Overrides:
say in class bondObject
 o main
 public static void main(String argv[])
Main function


All Packages  Class Hierarchy  This Package  Previous  Next  Index