public class InitialContextImpl extends JboInitialContext
Initial context implementation for the LOCAL_PLATFORM. Provides the ApplicationModuleHome for LOCAL platfrom i.e 2-tier environment.
APPLICATION_PACKAGES, APPLICATION_PATH, CONNECTION_MODE, CONNECTION_PORT, DEPLOY_PLATFORM, HOST_NAME, JBO_CONTEXT_FACTORY, JBO_PROJECT, ORACLE_SID, PLATFORM_COLO, PLATFORM_EJB, PLATFORM_EJB_IAS, PLATFORM_LOCAL, PLATFORM_ORACLE8I, PLATFORM_SDO, PLATFORM_VB, PLATFORM_WLS, USE_APPLET, USE_DEFAULT_CONTEXT| Constructor and Description |
|---|
InitialContextImpl(java.util.Hashtable env)
Create a initial context for the given environment
|
| Modifier and Type | Method and Description |
|---|---|
protected JboHome |
createJboHome(java.lang.String publishedName)
Factory method for creating ApplicationModuleHome pertinent for the
local platfrom.
|
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getEnvironment, getNameInNamespace, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbindpublic InitialContextImpl(java.util.Hashtable env)
env - Internal: Applications should not use this class or method.protected JboHome createJboHome(java.lang.String publishedName) throws javax.naming.NamingException
createJboHome in class JboInitialContextpublishedName - Defname of the the application module for which the home is being requested.javax.naming.NamingException - If the definition is invalid or cannot be loaded
Internal: Applications should not use this class or method.