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

Quick Search    Search Deep

konspire.common
Class Ping  view Ping download Ping.java

java.lang.Object
  extended bykonspire.common.Ping
All Implemented Interfaces:
Message, java.io.Serializable

public class Ping
extends java.lang.Object
implements Message

Ping message letting anothe host know that this host is alive. Designed to be sent through a maintained socket, so no information about this host is provided (e.g., host address).


Constructor Summary
Ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ping

public Ping()