Class EnterpriseIntitalContext
java.lang.Object
javax.naming.InitialContext
org.apache.synapse.commons.beanstalk.enterprise.EnterpriseIntitalContext
- All Implemented Interfaces:
Context
Enterprise specific Initial context which is avoiding allows to setup the
user defined properties
to the context
-
Field Summary
Fields inherited from class javax.naming.InitialContext
defaultInitCtx, gotDefault, myPropsFields inherited from interface javax.naming.Context
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES -
Constructor Summary
ConstructorsConstructorDescriptionEnterpriseIntitalContext(Hashtable<?, ?> environment) Constructs an initial context using the supplied environment. -
Method Summary
Methods inherited from class javax.naming.InitialContext
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, doLookup, doLookup, getDefaultInitCtx, getEnvironment, getNameInNamespace, getNameParser, getNameParser, getURLOrDefaultInitCtx, init, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind
-
Constructor Details
-
EnterpriseIntitalContext
- Throws:
NamingException
-
EnterpriseIntitalContext
Constructs an initial context using the supplied environment. Environment properties are discussed in the class description.This constructor will not modify environment or save a reference to it, but may save a clone.
- Parameters:
environment- environment used to create the initial context. Null indicates an empty environment.- Throws:
NamingException- if a naming exception is encountered
-
-
Method Details
-
getURLOrDefaultInitCtx
- Overrides:
getURLOrDefaultInitCtxin classInitialContext- Throws:
NamingException
-