Class RemoteNamingProviderFactory

    • Constructor Detail

      • RemoteNamingProviderFactory

        public RemoteNamingProviderFactory()
    • Method Detail

      • supportsUriScheme

        public boolean supportsUriScheme​(String providerScheme,
                                         FastHashtable<String,​Object> env)
        Description copied from interface: NamingProviderFactory
        Determine if this provider supports the given PROVIDER_URL scheme.
        Specified by:
        supportsUriScheme in interface NamingProviderFactory
        Parameters:
        providerScheme - the provider URL scheme, or null if no provider URL was given
        env - a copy of the environment which may be used to determine if this provider supports the given scheme
        Returns:
        true if this provider supports the given schemes, false otherwise