Interface NamingProvisioningHolder.NamingProvisioning

  • Enclosing class:
    NamingProvisioningHolder

    public static interface NamingProvisioningHolder.NamingProvisioning
    Interface registered by the Z2 hosted naming system implementation
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.naming.spi.InitialContextFactory findInitialContextFactory​(java.lang.String initCtxtFactoryName, java.util.Hashtable<?,​?> env)
      Find an InitialContextFactory given the name and env.
      javax.naming.spi.ObjectFactory findURLContextFactory​(java.lang.String scheme, java.util.Hashtable<?,​?> env)
      Find a URL Context Factory for the schema and env.
    • Method Detail

      • findInitialContextFactory

        javax.naming.spi.InitialContextFactory findInitialContextFactory​(java.lang.String initCtxtFactoryName,
                                                                         java.util.Hashtable<?,​?> env)
                                                                  throws javax.naming.NamingException
        Find an InitialContextFactory given the name and env. Never returns null.
        Throws:
        javax.naming.NamingException
      • findURLContextFactory

        javax.naming.spi.ObjectFactory findURLContextFactory​(java.lang.String scheme,
                                                             java.util.Hashtable<?,​?> env)
                                                      throws javax.naming.NamingException
        Find a URL Context Factory for the schema and env. Never returns null.
        Throws:
        javax.naming.NamingException