|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.servlet.state.StateImpl
A default implementation of the State interface.
Constructor Summary | |
StateImpl()
Creates a StateImpl. |
Method Summary | |
void |
expire()
Invalidate this state object. |
abstract java.lang.String |
getID()
Returns the ID of this state. |
abstract StateManager |
getManager()
Gets the state manager that created and maintains this State. |
java.lang.Object |
getValue(java.lang.Object key)
Gets a value stored on the State. |
boolean |
isExpired()
Tests whether the State has been expired. |
java.util.Enumeration |
keys()
Returns an enumeration of value keys, or null if none have been added. |
void |
putValue(java.lang.Object key,
java.lang.Object value)
Stores a value on the MutableState. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StateImpl()
Method Detail |
public void expire()
State
expire
in interface State
public boolean isExpired()
State
isExpired
in interface State
public abstract java.lang.String getID()
State
getID
in interface State
public abstract StateManager getManager()
State
getManager
in interface State
public java.lang.Object getValue(java.lang.Object key)
State
getValue
in interface State
oracle.cabo.servlet.state.State
MutableState.putValue(java.lang.Object, java.lang.Object)
public void putValue(java.lang.Object key, java.lang.Object value)
MutableState
putValue
in interface MutableState
public java.util.Enumeration keys()
keys
in interface State
public java.lang.String toString()
toString
in class java.lang.Object
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |