|
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.cz.common.CZAppsContext
Extends the oracle.apps.fnd.common.AppsContext to provide the logging/timing capabilities needed by a CZ runtime session.
AppsContext| Field Summary | |
static java.lang.String |
DEAD_CONNECTION_LOG |
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 | |
CZAppsContext(java.lang.String gatewayUserId, java.lang.String twoTask, java.lang.String fndName, java.lang.String serverId)Constructs a new CZAppsContext. |
|
| 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 CZAppsContext. |
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.AppsContext |
addPoolListener, clone, 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, getSessionId, 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
public static final java.lang.String DEAD_CONNECTION_LOG
| Constructor Detail |
public CZAppsContext(java.lang.String gatewayUserId,
java.lang.String twoTask,
java.lang.String fndName,
java.lang.String serverId)
gatewayUserId - the value of GWYUID environment variable.twoTask - the value of TWO_TASK environment variable i.e. the database name.serverId - the value of the APPL_SERVER_ID environment variable.| 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 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 boolean isAlive()
ICZContextisAlive in interface ICZContextpublic boolean isSessionAlive()
ICZContextisSessionAlive 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.