JAVA/CORBA CLASSES
Example
Saves changes made to the agent.
Defined in
Agent
Syntax
public void save() throws NotesException
Usage
Use the save method in an agent triggered by the "Action menu selection." You cannot use the save method in a background agent.
Saving the agent changes the owner immediately. However, if you subsequently call Agent.owner within the same Session, the previous owner's name will be returned. The ownership change is not reflected in properties until the next time a Session is obtained.
You must call Save after setServerName and setEnabled, or the new value is lost.
Language cross-reference
Save method in LotusScript NotesAgent class
Example Example See Also