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

Quick Search    Search Deep

konspire.common
Class Ack  view Ack download Ack.java

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

public class Ack
extends java.lang.Object
implements Message

Acknowledgement message for fault-tolerant message passing schemes. Designed to be sent through a maintained socket, so no information about this host is provided (e.g., host address).


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

Constructor Detail

Ack

public Ack()