|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Context nested represents any object that can be retrieved or set to any specific data context. The classic example of this is the DBObject where we call setDataContext() with every instantiation. Other examples include c.j.e.core.security.User
| Method Summary | |
String |
getDataContext()
Retrieve the data context for this particular object implementation |
void |
setDataContext(String newContext)
Sets the data context for this particular object implementation. |
| Method Detail |
public void setDataContext(String newContext)
newContext - the new Data context.
IllegalArgumentException - if the data context is null.public String getDataContext()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||