All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bond.demo.APIDemo.authenticate.server

java.lang.Object
   |
   +----bond.object.bondObject
           |
           +----bond.runnable.bondExecutable
                   |
                   +----bond.demo.APIDemo.authenticate.server

public class server
extends bondExecutable

Constructor Index

 o server()

Method Index

 o main(String[])
 o run()
run method of runnable interface
 o say(bondKQML, bondObject)
A message is received from the object sender.

Constructors

 o server
 public server()

Methods

 o run
 public void run()
run method of runnable interface

Overrides:
run in class bondExecutable
 o say
 public void say(bondKQML m,
                 bondObject bo)
A message is received from the object sender.

Overrides:
say in class bondObject
 o main
 public static void main(String argv[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index