org.apache.commons.cache.remote
Class GetKeysForGroupRequest

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

public class GetKeysForGroupRequest
extends Object
implements CacheRequest

tk.

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

Field Summary
protected  Serializable _group
           
 
Constructor Summary
GetKeysForGroupRequest(Serializable group)
           
 
Method Summary
 boolean equals(GetKeysForGroupRequest req)
           
 Serializable getGroup()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_group

protected Serializable _group
Constructor Detail

GetKeysForGroupRequest

public GetKeysForGroupRequest(Serializable group)
Method Detail

getGroup

public Serializable getGroup()

equals

public boolean equals(GetKeysForGroupRequest req)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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