KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > Connection

javax.xml.registry
Interface Connection

All Known Subinterfaces:
FederatedConnection
See Also:
Top Examples, Source Code, ConnectionFactory

public void close()
           throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Set getCredentials()
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RegistryService getRegistryService()
                                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isClosed()
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isSynchronous()
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setCredentials(Set credentials)
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setSynchronous(boolean sync)
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags