|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--oracle.apps.fnd.common.Context
|
+--oracle.apps.fnd.common.AppsContext
|
+--oracle.apps.fnd.common.WebAppsContext
|
+--oracle.apps.cz.common.CZWebAppsContext
Extends the oracle.apps.fnd.common.WebAppsContext to provide the logging/timing capabilities needed by a CZ runtime session
WebAppsContext| Field Summary | |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
| Fields inherited from class oracle.apps.fnd.common.AppsContext |
LOGIN_ID, RESP_APPL_ID, RESP_ID, SECURITY_GROUP_ID, USER_ID |
| Fields inherited from interface oracle.apps.cz.common.ICZContext |
LT_APPS_CONTEXT, LT_APPS_DBC_CONTEXT, LT_CZ_CONTEXT, LT_ICX_CONTEXT, LT_MOBILE_CONTEXT |
| Constructor Summary | |
CZWebAppsContext(java.lang.String dbcFileName)Constructs a new CZWebAppsContext. |
|
CZWebAppsContext(java.lang.String hostName, java.lang.String portNumber, java.lang.String dbcFileName)Constructs a new CZWebAppsContext. |
|
| Method Summary | |
void |
freeContext()Releases the resources associated with the context |
oracle.apps.cz.common.UiXmlInitMessage |
getInitializeMessage()Returns the parsed XML initialization message. |
java.sql.Connection |
getJDBCConnection(java.lang.Object obj)Gets the JDBC Connection for the CZWebAppsContext. |
int |
getLoginType()Gets the context's login type. |
java.lang.String |
getName()Returns the context's moniker |
boolean |
isAlive()Returns true if connection is alive, false otherwise. |
boolean |
isCompatibleConnection(oracle.apps.cz.common.UiXmlInitMessage msg)Returns true if connection is compatible, false otherwise. |
boolean |
isSessionAlive()Returns true if db session is alive, false otherwise. |
void |
releaseJDBCConnection() |
void |
setInitializeMessage(oracle.apps.cz.common.UiXmlInitMessage msg)Sets the parsed XML initialization message. |
void |
setLoginType(int loginType)Sets the context's login type. |
void |
setName(java.lang.String name)Sets the context's moniker |
| Methods inherited from class oracle.apps.fnd.common.WebAppsContext |
checkSession, checkSession, checkSession, clone, convertSession, copy, createAnonymousSession, createSession, createSession, createTransaction, disableUserSession, disableUserSession, freeWebAppsContext, generateDBCPath, getClientEncoding, getCurrentSessionId, getHomeURL, getID, getID, getLoginURL, getRecreateURL, getSessionAttribute, getSessionAttribute, getSessionCookieDomain, getSessionCookieName, getSessionCookieValue, getSessionId, getSessionIdAsInt, getURL, isHosted, isLoaded, isPortalEnabled, isSSOEnabled, isSSOSession, isSSOSession, setNLSContext, setSessionAttribute, setSessionAttribute, updateSessionContext, validateSession, validateSession, validateSession, validateSession, validateSession, validateSession, validateSession |
| Methods inherited from class oracle.apps.fnd.common.AppsContext |
addPoolListener, getAppId, getAppInfo, getAppInfo, getCurrLangCode, getCurrLangInfo, getExtraJDBCConnection, getExtraJDBCConnection, getFNDGlobal, getFndJdbcBufferMin, getGenericFileManager, getJDBCConnection, getJDBCConnection, getLangCode, getLangInfo, getLoginId, getNLSDateFormat, getNLSLang, getNLSLanguage, getNLSLanguage, getRespApplId, getRespId, getSecurityGroupID, getURL, getURL, getURLUtils, getUserId, getValidSecurityGroupIDs, logOut, releaseExtraJDBCConnection, removePoolListener, setContextProperty, setCurrLang, setDateFormat, setDateLanguage, setDBEnv, setDisplayLanguage, setNLSContext, setNumericCharacters, setOrgID, setReleaseLevel, setSecurityGroup, setSecurityGroupID, stockJDBCConnectionPool, stockJDBCConnectionPool, toString |
| Methods inherited from class oracle.apps.fnd.common.Context |
getDatabaseId, getEnvStore, getErrorStack, getExtraJDBCConnection, getExtraJDBCConnection, getJDBCConnection, getLog, getPreferenceStore, getProfileStore, getResourceStore, getSessionManager, releaseJDBCConnection, setContextProperties, setContextProperty, setContextProperty, setLog, setPreferenceStore, setResourceStore |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
| Constructor Detail |
public CZWebAppsContext(java.lang.String hostName,
java.lang.String portNumber,
java.lang.String dbcFileName)
hostName - the host name of the webserver.portNumber - the port number of the webserver.dbcFileName - the name of the dbc file which contains values of some environment variables.public CZWebAppsContext(java.lang.String dbcFileName)
dbcFileName - the name of the dbc file which contains values of some environment variables.| Method Detail |
public void setLoginType(int loginType)
ICZContextsetLoginType in interface ICZContextloginType - Login typepublic int getLoginType()
ICZContextgetLoginType in interface ICZContextpublic oracle.apps.cz.common.UiXmlInitMessage getInitializeMessage()
ICZContextgetInitializeMessage in interface ICZContextpublic void setInitializeMessage(oracle.apps.cz.common.UiXmlInitMessage msg)
ICZContextsetInitializeMessage in interface ICZContextpublic boolean isAlive()
ICZContextisAlive in interface ICZContextpublic boolean isSessionAlive()
ICZContextisSessionAlive in interface ICZContextpublic boolean isCompatibleConnection(oracle.apps.cz.common.UiXmlInitMessage msg)
ICZContextisCompatibleConnection in interface ICZContextpublic java.lang.String getName()
ICZContextgetName in interface ICZContextpublic void setName(java.lang.String name)
ICZContextsetName in interface ICZContextpublic java.sql.Connection getJDBCConnection(java.lang.Object obj)
getJDBCConnection in class oracle.apps.fnd.common.Contextobj - The "this" object of the class calling the method.public void releaseJDBCConnection()
releaseJDBCConnection in class oracle.apps.fnd.common.Contextpublic void freeContext()
ICZContextfreeContext in interface ICZContext
|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.