edu.wisc.trace.uch
Class UCHStore

java.lang.Object
  extended by edu.wisc.trace.uch.UCHStore
All Implemented Interfaces:
IUCHStore

public class UCHStore
extends Object
implements IUCHStore

Maintain the Store and provide methods to get/set information.

Version:
$Revision: 1.15 $
Author:
Parikshit Thakur & Team, Trace R&D Center

Constructor Summary
UCHStore()
          Default Constructor
 
Method Summary
 Object getValue(String key)
          Get the Value from store from the value of key.
 void setValue(String key, Object value)
          Set the key-value pair in store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UCHStore

public UCHStore()
Default Constructor

Method Detail

getValue

public Object getValue(String key)
Get the Value from store from the value of key.

Specified by:
getValue in interface IUCHStore
Parameters:
key - a String value of key
Returns:
an Object of value

setValue

public void setValue(String key,
                     Object value)
Set the key-value pair in store.

Specified by:
setValue in interface IUCHStore
Parameters:
key - a String value of key
value - an Object of value


Copyright © 2006-2008 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.