| java.lang.Object net.wastl.webmail.xml.XMLGenericModel
All known Subclasses: net.wastl.webmail.xml.XMLAdminModel, net.wastl.webmail.xml.XMLUserModel,
XMLGenericModel | public class XMLGenericModel (Code) | | A generic representation of WebMail data. Contains mainly state information
and the system configuration
author: Sebastian Schaffert |
current_id | protected long current_id(Code) | | |
getNextID | public String getNextID()(Code) | | Create a unique ID.
Important: This returns a new Unique ID within this session.
It should be used to generate IDs for Folders and messages so that they can be easily referenced
|
initRoot | protected void initRoot()(Code) | | |
removeAllStateVars | public synchronized void removeAllStateVars(String name)(Code) | | We need to synchronize that because it can cause problems with multiple threads
|
setStateVar | public synchronized void setStateVar(String name, String value)(Code) | | We need to synchronize that to avoid problems, but this should be fast anyway
|
update | public void update()(Code) | | |
|
|