Class EnterpriseIntitalContext

java.lang.Object
javax.naming.InitialContext
org.apache.synapse.commons.beanstalk.enterprise.EnterpriseIntitalContext
All Implemented Interfaces:
Context

public class EnterpriseIntitalContext extends InitialContext
Enterprise specific Initial context which is avoiding allows to setup the user defined properties to the context
  • Constructor Details

    • EnterpriseIntitalContext

      public EnterpriseIntitalContext() throws NamingException
      Throws:
      NamingException
    • EnterpriseIntitalContext

      public EnterpriseIntitalContext(Hashtable<?,?> environment) throws NamingException
      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