public interface Connection
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.Set |
getCredentials() |
RegistryService |
getRegistryService() |
boolean |
isClosed() |
boolean |
isSynchronous() |
void |
setCredentials(java.util.Set credentials) |
void |
setSynchronous(boolean sync) |
void close()
throws JAXRException
JAXRExceptionjava.util.Set getCredentials()
throws JAXRException
JAXRExceptionRegistryService getRegistryService() throws JAXRException
JAXRExceptionboolean isClosed()
throws JAXRException
JAXRExceptionboolean isSynchronous()
throws JAXRException
JAXRExceptionvoid setCredentials(java.util.Set credentials)
throws JAXRException
JAXRExceptionvoid setSynchronous(boolean sync)
throws JAXRException
JAXRException