org.apache.commons.cache.remote
Class CacheStatResponse

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

public class CacheStatResponse
extends Object
implements CacheResponse

tk.

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

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

Field Detail

_stats

protected Long[] _stats
Constructor Detail

CacheStatResponse

public CacheStatResponse(Long stat)

CacheStatResponse

public CacheStatResponse(Long[] stats)
Method Detail

getCacheStats

public Long[] getCacheStats()

equals

public boolean equals(CacheStatResponse res)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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