All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bond.demo.Scheduler.scClient

java.lang.Object
   |
   +----bond.object.bondObject
           |
           +----bond.runnable.bondExecutable
                   |
                   +----bond.demo.Scheduler.scClient

public class scClient
extends bondExecutable
Class scClient defines the Schedule Coordinator Client

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

Constructor Index

 o scClient()
Constructor

Method Index

 o main(String[])
Main function
 o say(bondKQML, bondObject)
Message handler of this object
 o stop()
Stop running of the Client for the Coordinator of Shchedules

Constructors

 o scClient
 public scClient()
Constructor

Methods

 o stop
 public void stop()
Stop running of the Client for the Coordinator of Shchedules

 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