javax.xml.registry
Interface Connection

All Known Subinterfaces:
FederatedConnection (src)

public interface Connection


Method Summary
 void close()
           
 java.util.Set getCredentials()
           
 RegistryService (src) getRegistryService()
           
 boolean isClosed()
           
 boolean isSynchronous()
           
 void setCredentials(java.util.Set credentials)
           
 void setSynchronous(boolean synch)
           
 

Method Detail

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)