Method | Description | |
---|---|---|
ConnectionManager ( Connection cxn ) : System | ||
ConnectionManager ( DataSource src ) : System | ||
ConnectionManager ( string modality ) : System | ||
addConnection ( Connection cxn ) : void | ||
addConnection ( DataSource src ) : void | ||
addConnections ( DataSource sources ) : void | ||
addConnections ( IndexedHashtable t ) : void | ||
addConnections ( string sitelist, SiteTable siteTbl ) : void | ||
connect ( ) : IndexedHashtable | ||
disconnect ( ) : IndexedHashtable | ||
disconnectRemoteSites ( ) : IndexedHashtable | ||
getConnection ( string id ) : Connection | ||
isAuthorizedForSite ( string sitecode ) : bool | ||
removeConnection ( string siteId ) : void |
Method | Description | |
---|---|---|
checkModality ( Connection cxn ) : void | ||
checkModality ( DataSource src ) : void | ||
checkModality ( string modality ) : void | ||
getConnections ( ) : IndexedHashtable |
public ConnectionManager ( Connection cxn ) : System | ||
cxn | Connection | |
return | System |
public ConnectionManager ( DataSource src ) : System | ||
src | DataSource | |
return | System |
public ConnectionManager ( string modality ) : System | ||
modality | string | |
return | System |
public addConnection ( Connection cxn ) : void | ||
cxn | Connection | |
return | void |
public addConnection ( DataSource src ) : void | ||
src | DataSource | |
return | void |
public addConnections ( DataSource sources ) : void | ||
sources | DataSource | |
return | void |
public addConnections ( IndexedHashtable t ) : void | ||
t | IndexedHashtable | |
return | void |
public addConnections ( string sitelist, SiteTable siteTbl ) : void | ||
sitelist | string | |
siteTbl | SiteTable | |
return | void |
public disconnectRemoteSites ( ) : IndexedHashtable | ||
return | IndexedHashtable |
public getConnection ( string id ) : Connection | ||
id | string | |
return | Connection |
public isAuthorizedForSite ( string sitecode ) : bool | ||
sitecode | string | |
return | bool |
public removeConnection ( string siteId ) : void | ||
siteId | string | |
return | void |