erland.util
Class ObjectStorageMap

java.lang.Object
  extended by erland.util.ObjectStorageMap
All Implemented Interfaces:
ObjectStorageInterface

public class ObjectStorageMap
extends Object
implements ObjectStorageInterface


Constructor Summary
ObjectStorageMap(Map parameters)
           
 
Method Summary
 void delete(String name)
          Delete a object
 Object get(String name)
          Get a object
 void set(String name, Object value)
          Set a object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectStorageMap

public ObjectStorageMap(Map parameters)
Method Detail

get

public Object get(String name)
Description copied from interface: ObjectStorageInterface
Get a object

Specified by:
get in interface ObjectStorageInterface
Parameters:
name - The name of the bject
Returns:
The object, will be null if the parameter does not exist

set

public void set(String name,
                Object value)
Description copied from interface: ObjectStorageInterface
Set a object

Specified by:
set in interface ObjectStorageInterface
Parameters:
name - The name of the object
value - The object

delete

public void delete(String name)
Description copied from interface: ObjectStorageInterface
Delete a object

Specified by:
delete in interface ObjectStorageInterface
Parameters:
name - The name of the object


Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.