C# 클래스 Brunet.Transport.LocalDiscovery

Exchange TAs using IP multicast.
상속: Discovery, IRpcHandler
파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
EMPTY_LIST string[]

보호된 프로퍼티들

프로퍼티 타입 설명
_iphandler Brunet.Messaging.IPHandler
_realm string
_rpc Brunet.Messaging.RpcManager

공개 메소드들

메소드 설명
HandleRpc ( ISender caller, string method, IList args, object rs ) : void
LocalDiscovery ( ITAHandler ta_handler, string realm, RpcManager rpc, IPHandler iphandler ) : Brunet.Concurrent

보호된 메소드들

메소드 설명
HandleSeekTAs ( Object o, EventArgs ea ) : void

Incoming TAs are added to the ITAHandler

SeekTAs ( System.DateTime now ) : void

Seek TAs.

메소드 상세

HandleRpc() 공개 메소드

public HandleRpc ( ISender caller, string method, IList args, object rs ) : void
caller ISender
method string
args IList
rs object
리턴 void

HandleSeekTAs() 보호된 메소드

Incoming TAs are added to the ITAHandler
protected HandleSeekTAs ( Object o, EventArgs ea ) : void
o Object
ea System.EventArgs
리턴 void

LocalDiscovery() 공개 메소드

public LocalDiscovery ( ITAHandler ta_handler, string realm, RpcManager rpc, IPHandler iphandler ) : Brunet.Concurrent
ta_handler ITAHandler
realm string
rpc Brunet.Messaging.RpcManager
iphandler Brunet.Messaging.IPHandler
리턴 Brunet.Concurrent

SeekTAs() 보호된 메소드

Seek TAs.
protected SeekTAs ( System.DateTime now ) : void
now System.DateTime
리턴 void

프로퍼티 상세

EMPTY_LIST 공개적으로 정적으로 프로퍼티

public static string[] EMPTY_LIST
리턴 string[]

_iphandler 보호되어 있는 프로퍼티

protected IPHandler,Brunet.Messaging _iphandler
리턴 Brunet.Messaging.IPHandler

_realm 보호되어 있는 프로퍼티

protected string _realm
리턴 string

_rpc 보호되어 있는 프로퍼티

protected RpcManager,Brunet.Messaging _rpc
리턴 Brunet.Messaging.RpcManager