public interface Connection
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Set |
getCredentials() |
RegistryService |
getRegistryService() |
boolean |
isClosed() |
boolean |
isSynchronous() |
void |
setCredentials(Set credentials) |
void |
setSynchronous(boolean synch) |
void close()
throws JAXRException
JAXRExceptionSet getCredentials() throws JAXRException
JAXRExceptionRegistryService getRegistryService() throws JAXRException
JAXRExceptionboolean isClosed()
throws JAXRException
JAXRExceptionboolean isSynchronous()
throws JAXRException
JAXRExceptionvoid setCredentials(Set credentials) throws JAXRException
JAXRExceptionvoid setSynchronous(boolean synch)
throws JAXRException
JAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.