|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The IARPersistentObject interface defines methods
for all AR System server objects.
| Method Summary | |
void |
activate()
Remedy 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()
Remedy 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
public void remove()
throws ARException
public void load()
throws ARException
public void store()
throws ARException
public void clear()
public void activate()
public void passivate()
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||