javax.xml.registry
Interface Connection
- All Known Subinterfaces:
- FederatedConnection (src)
- public interface Connection
close
public void close()
throws JAXRException (src)
- Throws:
JAXRException (src)
getCredentials
public java.util.Set getCredentials()
throws JAXRException (src)
- Throws:
JAXRException (src)
getRegistryService
public RegistryService (src) getRegistryService()
throws JAXRException (src)
- Throws:
JAXRException (src)
isClosed
public boolean isClosed()
throws JAXRException (src)
- Throws:
JAXRException (src)
isSynchronous
public boolean isSynchronous()
throws JAXRException (src)
- Throws:
JAXRException (src)
setCredentials
public void setCredentials(java.util.Set credentials)
throws JAXRException (src)
- Throws:
JAXRException (src)
setSynchronous
public void setSynchronous(boolean synch)
throws JAXRException (src)
- Throws:
JAXRException (src)