org.apache.commons.cache.remote
Class ClosingConnection

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

public class ClosingConnection
extends Object
implements CacheRequest, CacheResponse

tk.

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

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

Constructor Detail

ClosingConnection

public ClosingConnection()
Method Detail

equals

public boolean equals(ClosingConnection cc)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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