public interface NamingProvider extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the provider.
|
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.