org.apache.commons.cache.remote
Class GetCacheStatRequest

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

public class GetCacheStatRequest
extends Object
implements CacheRequest

tk.

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

Field Summary
protected  CacheStat[] _stats
           
 
Constructor Summary
GetCacheStatRequest(CacheStat stat)
           
GetCacheStatRequest(CacheStat[] stats)
           
 
Method Summary
 boolean equals(GetCacheStatRequest req)
           
 CacheStat[] getCacheStats()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_stats

protected CacheStat[] _stats
Constructor Detail

GetCacheStatRequest

public GetCacheStatRequest(CacheStat stat)

GetCacheStatRequest

public GetCacheStatRequest(CacheStat[] stats)
Method Detail

getCacheStats

public CacheStat[] getCacheStats()

equals

public boolean equals(GetCacheStatRequest req)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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