|
Préférences
Moteurs de recherche
|
||||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.xml.registry
|
Method Summary | |
---|---|
void |
close()
Closes a Connection when it is no longer needed. |
Set |
getCredentials()
Gets the credentials associated with this client. |
RegistryService |
getRegistryService()
Gets the RegistryService interface associated with the Connection. |
boolean |
isClosed()
Indicated whether this Connection has been closed or not. |
boolean |
isSynchronous()
Indicates whether a client uses synchronous communication with JAXR provider or not. |
void |
setCredentials(Set credentials)
Sets the Credentials associated with this client. |
void |
setSynchronous(boolean sync)
Sets whether the client uses synchronous communication or not. |
Method Detail |
---|
RegistryService getRegistryService() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorRegistryService
void close() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorboolean isClosed() throws JAXRException
true
if Connection is closed; false
otherwise
JAXRException
- If the JAXR provider encounters an internal errorboolean isSynchronous() throws JAXRException
true
if Connection is synchronous (default); false
otherwise
JAXRException
- If the JAXR provider encounters an internal errorvoid setSynchronous(boolean sync) throws JAXRException
sync
- true
if Connection is desired to be synchronous; false
otherwise
JAXRException
- If the JAXR provider encounters an internal errorvoid setCredentials(Set credentials) throws JAXRException
credentials
- a Collection oj java.lang.Objects which provide identity related information for the caller.
JAXRException
- If the JAXR provider encounters an internal errorSet getCredentials() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal error