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
JAXRException
Set getCredentials() throws JAXRException
JAXRException
RegistryService getRegistryService() throws JAXRException
JAXRException
boolean isClosed() throws JAXRException
JAXRException
boolean isSynchronous() throws JAXRException
JAXRException
void setCredentials(Set credentials) throws JAXRException
JAXRException
void setSynchronous(boolean synch) throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.