All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.protocol.http.micp.Probe

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----w3c.www.protocol.http.micp.Probe

public class Probe
extends Panel
implements Runnable, ActionListener

Constructor Index

 o Probe(InetAddress, int, long)

Method Index

 o actionPerformed(ActionEvent)
ActionListener implementation - exit on exit button.
 o main(String[])
 o run()
 o tick()
 o usage()

Constructors

 o Probe
 public Probe(InetAddress addr,
              int port,
              long refresh) throws UnknownHostException, IOException

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
ActionListener implementation - exit on exit button.

Parameters:
e - The event.
 o tick
 protected synchronized void tick()
 o run
 public void run()
 o usage
 public static void usage()
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index