org.apache.commons.cache.remote
Class ClearAllRequest

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

public class ClearAllRequest
extends Object
implements CacheRequest

tk.

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

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

Constructor Detail

ClearAllRequest

public ClearAllRequest()
Method Detail

equals

public boolean equals(ClearAllRequest req)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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