javax.xml.registry
Interface Connection

All Known Subinterfaces:
FederatedConnection

public interface Connection

Version:
$Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200(mer, 25 ott 2006) $

Method Summary
 void close()
           
 Set getCredentials()
           
 RegistryService getRegistryService()
           
 boolean isClosed()
           
 boolean isSynchronous()
           
 void setCredentials(Set credentials)
           
 void setSynchronous(boolean sync)
           
 

Method Detail

close

void close()
           throws JAXRException
Throws:
JAXRException

getCredentials

Set getCredentials()
                   throws JAXRException
Throws:
JAXRException

getRegistryService

RegistryService getRegistryService()
                                   throws JAXRException
Throws:
JAXRException

isClosed

boolean isClosed()
                 throws JAXRException
Throws:
JAXRException

isSynchronous

boolean isSynchronous()
                      throws JAXRException
Throws:
JAXRException

setCredentials

void setCredentials(Set credentials)
                    throws JAXRException
Throws:
JAXRException

setSynchronous

void setSynchronous(boolean sync)
                    throws JAXRException
Throws:
JAXRException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.