public class SessionData
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SessionData() |
Modifier and Type | Method and Description |
---|---|
void |
changesCommitted()
Sets that all changes have been processed.
|
java.io.Serializable |
getData(BoaType type)
Returns the data stored by the given BOA component.
|
boolean |
isChanged() |
boolean |
isEmpty() |
void |
setData(BoaType component,
java.io.Serializable data)
Method used to set the data to be saved by a BOA component.
|
public java.io.Serializable getData(BoaType type)
type
- of the BOA component.public void setData(BoaType component, java.io.Serializable data)
component
- from which the data is to be saved.data
- to be saved.public boolean isEmpty()
public boolean isChanged()
public void changesCommitted()