javax.xml.registry
Interface Connection
- All Known Subinterfaces:
- FederatedConnection
public interface Connection
- Version:
- $Revision: 57196 $
- Author:
- Scott.Stark@jboss.org
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 synch)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.