C# Class Brunet.Symphony.TraceRpcHandler

Inheritance: IRpcHandler
Show file Open project: pstjuste/brunet

Protected Properties

Property Type Description
_node Node
_rpc Brunet.Messaging.RpcManager

Public Methods

Method Description
HandleRpc ( ISender caller, string method, IList args, object req_state ) : void
TraceRpcHandler ( Node n ) : System

Protected Methods

Method Description
DoTraceRouteTo ( AHAddress a, object req_state ) : void
RecursiveCall ( IList margs, object req_state ) : void

Method Details

DoTraceRouteTo() protected method

protected DoTraceRouteTo ( AHAddress a, object req_state ) : void
a AHAddress
req_state object
return void

HandleRpc() public method

public HandleRpc ( ISender caller, string method, IList args, object req_state ) : void
caller ISender
method string
args IList
req_state object
return void

RecursiveCall() protected method

protected RecursiveCall ( IList margs, object req_state ) : void
margs IList
req_state object
return void

TraceRpcHandler() public method

public TraceRpcHandler ( Node n ) : System
n Node
return System

Property Details

_node protected property

protected Node _node
return Node

_rpc protected property

protected RpcManager,Brunet.Messaging _rpc
return Brunet.Messaging.RpcManager