站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Connection (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.xml.registry
Interface Connection

All Known Subinterfaces:
FederatedConnection

public interface Connection

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

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

Method Detail

close

public void close()
           throws JAXRException
Throws:
JAXRException

getCredentials

public Set getCredentials()
                   throws JAXRException
Throws:
JAXRException

getRegistryService

public RegistryService getRegistryService()
                                   throws JAXRException
Throws:
JAXRException

isClosed

public boolean isClosed()
                 throws JAXRException
Throws:
JAXRException

isSynchronous

public boolean isSynchronous()
                      throws JAXRException
Throws:
JAXRException

setCredentials

public void setCredentials(Set credentials)
                    throws JAXRException
Throws:
JAXRException

setSynchronous

public void setSynchronous(boolean synch)
                    throws JAXRException
Throws:
JAXRException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.