Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.servlet.state
Interface MutableState

All Superinterfaces:
java.io.Serializable, State
All Known Implementing Classes:
StateImpl

public interface MutableState
extends State

The MutableState interface extends State to be mutable - that is, allow "sets". MutableState objects are returned from the StateManager, but other APIs deal strictly in immutable State objects.


Method Summary
 void putValue(java.lang.Object key, java.lang.Object value)
          Stores a value on the MutableState.
 
Methods inherited from interface oracle.cabo.servlet.state.State
expire, getID, getManager, getValue, isExpired, keys
 

Method Detail

putValue

public void putValue(java.lang.Object key,
                     java.lang.Object value)
Stores a value on the MutableState. Null values are allowed.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.