C# Class gov.va.medora.mdo.dao.ConnectionSet

Exibir arquivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
Add ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : void
Add ( DataSource source, string authenticationMethod ) : void
Add ( DataSource>.Dictionary sources ) : void
Add ( List sources, string authenticationMethod ) : void
Clear ( ) : void

Disconnects all connections and removes them from the connection set

ConnectionSet ( ) : System
ConnectionSet ( gov.va.medora.mdo.dao.AbstractConnection c ) : System
ConnectionSet ( AbstractConnection>.Dictionary someCxns ) : System
ConnectionSet ( List sources, string authenticationMethod ) : System
HasConnection ( string siteId ) : bool
IsConnected ( string siteId ) : bool
Status ( string siteId ) : string
connect ( AbstractCredentials credentials, AbstractPermission permission, DataSource validationDataSource ) : IndexedHashtable
disconnectAll ( ) : IndexedHashtable
disconnectRemotes ( ) : IndexedHashtable
getConnection ( string siteId ) : gov.va.medora.mdo.dao.AbstractConnection
query ( string daoName, string methodName, object args ) : IndexedHashtable
setLocalPids ( string globalPid ) : IndexedHashtable

Protected Methods

Method Description
Remove ( string sourceId ) : void

Private Methods

Method Description
buildResults ( ) : IndexedHashtable

Method Details

Add() public method

public Add ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : void
cxn gov.va.medora.mdo.dao.AbstractConnection
return void

Add() public method

public Add ( DataSource source, string authenticationMethod ) : void
source DataSource
authenticationMethod string
return void

Add() public method

public Add ( DataSource>.Dictionary sources ) : void
sources DataSource>.Dictionary
return void

Add() public method

public Add ( List sources, string authenticationMethod ) : void
sources List
authenticationMethod string
return void

Clear() public method

Disconnects all connections and removes them from the connection set
public Clear ( ) : void
return void

ConnectionSet() public method

public ConnectionSet ( ) : System
return System

ConnectionSet() public method

public ConnectionSet ( gov.va.medora.mdo.dao.AbstractConnection c ) : System
c gov.va.medora.mdo.dao.AbstractConnection
return System

ConnectionSet() public method

public ConnectionSet ( AbstractConnection>.Dictionary someCxns ) : System
someCxns AbstractConnection>.Dictionary
return System

ConnectionSet() public method

public ConnectionSet ( List sources, string authenticationMethod ) : System
sources List
authenticationMethod string
return System

HasConnection() public method

public HasConnection ( string siteId ) : bool
siteId string
return bool

IsConnected() public method

public IsConnected ( string siteId ) : bool
siteId string
return bool

Remove() protected method

protected Remove ( string sourceId ) : void
sourceId string
return void

Status() public method

public Status ( string siteId ) : string
siteId string
return string

connect() public method

public connect ( AbstractCredentials credentials, AbstractPermission permission, DataSource validationDataSource ) : IndexedHashtable
credentials AbstractCredentials
permission AbstractPermission
validationDataSource DataSource
return IndexedHashtable

disconnectAll() public method

public disconnectAll ( ) : IndexedHashtable
return IndexedHashtable

disconnectRemotes() public method

public disconnectRemotes ( ) : IndexedHashtable
return IndexedHashtable

getConnection() public method

public getConnection ( string siteId ) : gov.va.medora.mdo.dao.AbstractConnection
siteId string
return gov.va.medora.mdo.dao.AbstractConnection

query() public method

public query ( string daoName, string methodName, object args ) : IndexedHashtable
daoName string
methodName string
args object
return IndexedHashtable

setLocalPids() public method

public setLocalPids ( string globalPid ) : IndexedHashtable
globalPid string
return IndexedHashtable