org.apache.commons.cache.remote
Class BooleanResponse

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

public class BooleanResponse
extends Object
implements CacheResponse

tk.

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

Field Summary
protected  boolean _bool
           
 
Constructor Summary
BooleanResponse(boolean val)
           
 
Method Summary
 boolean equals(BooleanResponse req)
           
 boolean getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_bool

protected boolean _bool
Constructor Detail

BooleanResponse

public BooleanResponse(boolean val)
Method Detail

getValue

public boolean getValue()

equals

public boolean equals(BooleanResponse req)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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