C# 클래스 Twingly.Gearman.GearmanConnectionManager

상속: IDisposable
파일 보기 프로젝트 열기: twingly/GearmanSharp

공개 메소드들

메소드 설명
AddServer ( string host ) : void
AddServer ( string host, int port ) : void
DisconnectAll ( ) : void
Dispose ( ) : void

보호된 메소드들

메소드 설명
CleanUpManagedResources ( ) : void
GearmanConnectionManager ( ) : System
GearmanConnectionManager ( ClusterConfigurationElement clusterConfiguration ) : System
GearmanConnectionManager ( string clusterName ) : System
GetAliveConnections ( ) : IEnumerable
OnConnectionConnected ( IGearmanConnection connection ) : void

비공개 메소드들

메소드 설명
AddConnection ( IGearmanConnection connection ) : void
ParseConfiguration ( ClusterConfigurationElement cluster ) : void

메소드 상세

AddServer() 공개 메소드

public AddServer ( string host ) : void
host string
리턴 void

AddServer() 공개 메소드

public AddServer ( string host, int port ) : void
host string
port int
리턴 void

CleanUpManagedResources() 보호된 메소드

protected CleanUpManagedResources ( ) : void
리턴 void

DisconnectAll() 공개 메소드

public DisconnectAll ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GearmanConnectionManager() 보호된 메소드

protected GearmanConnectionManager ( ) : System
리턴 System

GearmanConnectionManager() 보호된 메소드

protected GearmanConnectionManager ( ClusterConfigurationElement clusterConfiguration ) : System
clusterConfiguration Twingly.Gearman.Configuration.ClusterConfigurationElement
리턴 System

GearmanConnectionManager() 보호된 메소드

protected GearmanConnectionManager ( string clusterName ) : System
clusterName string
리턴 System

GetAliveConnections() 보호된 메소드

protected GetAliveConnections ( ) : IEnumerable
리턴 IEnumerable

OnConnectionConnected() 보호된 메소드

protected OnConnectionConnected ( IGearmanConnection connection ) : void
connection IGearmanConnection
리턴 void