org.apache.commons.cache.remote
Class OkResponse

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

public class OkResponse
extends Object
implements CacheResponse

tk.

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

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

Constructor Detail

OkResponse

public OkResponse()
Method Detail

equals

public boolean equals(OkResponse res)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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