public class ApplicationOM extends Object implements Serializable
| Constructor and Description |
|---|
ApplicationOM(SessionInfo sessionInfo)
The ApplicationOM constructor with SessionInfo object as a parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
closeWebSession()
Deprecated.
- this method is deprecated, use SessionOM.closeSession();
|
protected void |
initialize()
init's the OM object.
|
void |
keepAlive()
Keep the session alive.
|
void |
setCurrentModule(MODULE_ID_ENUM moduleId)
Sets the current module information.
|
public ApplicationOM(SessionInfo sessionInfo) throws HFMException
sessionInfo - - session info object , can be retrived after opening the application.HFMException - - Exception.protected void initialize()
throws HFMException
HFMException - - throws HFM exception.@Deprecated public void closeWebSession() throws HFMException
HFMException - - throws HFMExceptionpublic void setCurrentModule(MODULE_ID_ENUM moduleId) throws HFMException
moduleId - - the module id.HFMException - - throws HFMException.public void keepAlive()
throws HFMException
HFMExceptionCopyright 2007, 2026, Oracle. All rights reserved.