Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.tucson.ide
Class Ping  view Ping download Ping.java

java.lang.Object
  extended byalice.tucson.ide.Ping

public class Ping
extends java.lang.Object

Version:

Field Summary
private  java.lang.String node_name
           
private  java.lang.Long node_time
           
 
Constructor Summary
Ping()
          Creates new Ping
 
Method Summary
static void main(java.lang.String[] args)
           
protected  boolean test(java.lang.String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node_name

private java.lang.String node_name

node_time

private java.lang.Long node_time
Constructor Detail

Ping

public Ping()
Creates new Ping

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

test

protected boolean test(java.lang.String host,
                       int port)