com.ibm.cics.server
Class KeyHolder

java.lang.Object
  extended by com.ibm.cics.server.KeyHolder

public class KeyHolder
extends java.lang.Object

This class holds an array of bytes that is the key of a file. The actual data is an instance variable of type byte[] with the name value.

Version:
1.2
Author:
John Colgrave

Field Summary
 byte[] value
          The array of bytes comprising the item.
 
Constructor Summary
KeyHolder()
          Constructs a KeyHolder without a value.
KeyHolder(byte[] initialValue)
          Constructs a KeyHolder without a value.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public byte[] value
The array of bytes comprising the item.

Constructor Detail

KeyHolder

public KeyHolder()
Constructs a KeyHolder without a value.


KeyHolder

public KeyHolder(byte[] initialValue)
Constructs a KeyHolder without a value.

Parameters:
initialValue - the initial value