public interface NamingProvider extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the provider.
|
URI |
getProviderUri()
Get the provider URI of this provider.
|
URI getProviderUri()
void close()
throws NamingException
InitialContext is closed. This method
should be idempotent.close in interface AutoCloseableNamingException - if an error occurred while closing this providerCopyright © 2016 JBoss by Red Hat. All rights reserved.