|
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()
Stateexpire in interface Statepublic boolean isExpired()
StateisExpired in interface Statepublic abstract java.lang.String getID()
StategetID in interface Statepublic abstract StateManager getManager()
StategetManager in interface Statepublic java.lang.Object getValue(java.lang.Object key)
StategetValue in interface Stateoracle.cabo.servlet.state.StateMutableState.putValue(java.lang.Object, java.lang.Object)
public void putValue(java.lang.Object key,
java.lang.Object value)
MutableStateputValue in interface MutableStatepublic java.util.Enumeration keys()
keys in interface Statepublic 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 | ||||||||