org.apache.commons.cache.remote
Class Ack

java.lang.Object
  extended by org.apache.commons.cache.remote.Ack
All Implemented Interfaces:
Serializable, CacheRequest, CacheResponse

public class Ack
extends Object
implements CacheResponse, CacheRequest

tk.

Version:
$Id: Ack.java 155435 2005-02-26 13:17:27Z dirkv $
Author:
Rodney Waldhoff
See Also:
Serialized Form

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

Constructor Detail

Ack

public Ack()
Method Detail

equals

public boolean equals(Ack ack)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.