biz.hammurapi.config
Interface MutableContext

All Superinterfaces:
Context
All Known Subinterfaces:
PersistentPropertySet, PropertySet
All Known Implementing Classes:
MapPropertySet, PersistentPropertySetFilter, PropertySetFilter, PropertySubSet, SimpleContext

public interface MutableContext
extends Context

Context which entries can be modified.

Author:
Pavel

Method Summary
 boolean remove(java.lang.String name)
          Removes context value.
 void set(java.lang.String name, java.lang.Object value)
          Sets context value.
 
Methods inherited from interface biz.hammurapi.config.Context
get
 

Method Detail

set

void set(java.lang.String name,
         java.lang.Object value)
Sets context value.

Parameters:
name -
value -

remove

boolean remove(java.lang.String name)
Removes context value.

Parameters:
name -
Returns:
true if operation was successful. In some cases removal of name/value pair may not be supported (e.g. chained contexts).


Copyright © 2003 Hammurapi Group. All Rights Reserved.