service.id
Class PingData

java.lang.Object
  extended by service.id.IdentificationData
      extended by service.id.PingData
All Implemented Interfaces:
java.io.Serializable

public class PingData
extends IdentificationData

Data for managing heartbreak. There is nothing in it. Has just to be correctly received for considering the receiver alive.

See Also:
Serialized Form

Constructor Summary
PingData()
           
 
Method Summary
 
Methods inherited from class service.id.IdentificationData
serialize, unserialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingData

public PingData()