com.intersys.objects
Class ByteArrayHolder

java.lang.Object
  extended bycom.intersys.objects.ByteArrayHolder
All Implemented Interfaces:
Holder, Serializable
Direct Known Subclasses:
ByteHolder

public class ByteArrayHolder
extends Object
implements Serializable, Holder

See Also:
Serialized Form

Field Summary
 byte[] value
           
 
Constructor Summary
ByteArrayHolder(byte[] initvalue)
          Constructs a holder with the specified value
 
Method Summary
 Object getValue()
           
 void set(byte[] x)
           
 void setValue(com.intersys.cache.Dataholder dh)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public byte[] value
Constructor Detail

ByteArrayHolder

public ByteArrayHolder(byte[] initvalue)
Constructs a holder with the specified value

Method Detail

set

public void set(byte[] x)

getValue

public Object getValue()
Specified by:
getValue in interface Holder

setValue

public void setValue(com.intersys.cache.Dataholder dh)
              throws CacheException
Specified by:
setValue in interface Holder
Throws:
CacheException