org.apache.commons.cache.remote
Class ObjectArrayResponse

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

public class ObjectArrayResponse
extends Object
implements CacheResponse

tk.

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

Field Summary
protected  Serializable[] _sers
           
 
Constructor Summary
ObjectArrayResponse(Serializable[] sers)
           
 
Method Summary
 boolean equals(ObjectArrayResponse res)
           
 Serializable[] getArray()
           
 int getLength()
           
 Serializable getObject(int i)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_sers

protected Serializable[] _sers
Constructor Detail

ObjectArrayResponse

public ObjectArrayResponse(Serializable[] sers)
Method Detail

getArray

public Serializable[] getArray()

getObject

public Serializable getObject(int i)

getLength

public int getLength()

equals

public boolean equals(ObjectArrayResponse res)

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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