|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The IARPersistentObject interface defines methods
for all AR System server objects.
| Method Summary | |
void |
activate()
AR System reserved method. |
void |
clear()
Clears all of the references to member objects. |
void |
create()
Creates this object on the AR System server. |
void |
load()
Populates this object with information from the AR System server. |
void |
passivate()
AR System reserved method. |
void |
remove()
Removes this object on the AR System server. |
void |
setContext(ARServerUser ctxt)
Associates ARServerUser information with this
AR System server object. |
void |
store()
Saves the changes made to this object on the AR System server. |
void |
unsetContext()
Removes the association to a specific user context. |
| Method Detail |
public void setContext(ARServerUser ctxt)
ARServerUser information with this
AR System server object.
public void unsetContext()
setContext(null).
public void create()
throws ARException
ARException - if object is not created
public void remove()
throws ARException
ARException - if object is not removed
public void load()
throws ARException
ARException - if object is not loaded
public void store()
throws ARException
ARException - if object is not savedpublic void clear()
public void activate()
public void passivate()
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||