C# 클래스 gov.va.medora.mdo.dao.ConnectionSet

파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Remove ( string sourceId ) : void

비공개 메소드들

메소드 설명
buildResults ( ) : IndexedHashtable

메소드 상세

Add() 공개 메소드

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

Add() 공개 메소드

public Add ( DataSource source, string authenticationMethod ) : void
source DataSource
authenticationMethod string
리턴 void

Add() 공개 메소드

public Add ( DataSource>.Dictionary sources ) : void
sources DataSource>.Dictionary
리턴 void

Add() 공개 메소드

public Add ( List sources, string authenticationMethod ) : void
sources List
authenticationMethod string
리턴 void

Clear() 공개 메소드

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

ConnectionSet() 공개 메소드

public ConnectionSet ( ) : System
리턴 System

ConnectionSet() 공개 메소드

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

ConnectionSet() 공개 메소드

public ConnectionSet ( AbstractConnection>.Dictionary someCxns ) : System
someCxns AbstractConnection>.Dictionary
리턴 System

ConnectionSet() 공개 메소드

public ConnectionSet ( List sources, string authenticationMethod ) : System
sources List
authenticationMethod string
리턴 System

HasConnection() 공개 메소드

public HasConnection ( string siteId ) : bool
siteId string
리턴 bool

IsConnected() 공개 메소드

public IsConnected ( string siteId ) : bool
siteId string
리턴 bool

Remove() 보호된 메소드

protected Remove ( string sourceId ) : void
sourceId string
리턴 void

Status() 공개 메소드

public Status ( string siteId ) : string
siteId string
리턴 string

connect() 공개 메소드

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

disconnectAll() 공개 메소드

public disconnectAll ( ) : IndexedHashtable
리턴 IndexedHashtable

disconnectRemotes() 공개 메소드

public disconnectRemotes ( ) : IndexedHashtable
리턴 IndexedHashtable

getConnection() 공개 메소드

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

query() 공개 메소드

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

setLocalPids() 공개 메소드

public setLocalPids ( string globalPid ) : IndexedHashtable
globalPid string
리턴 IndexedHashtable