Свойство | Type | Description | |
---|---|---|---|
_info | string | ||
_inst_tab_sync | object | ||
_instance_table | ReqrepManager>.WeakValueTable | ||
_prefix | |||
_reply_cache | |||
_reply_id_table | UidGenerator |
||
_req_state_table | UidGenerator |
||
_to_mgr | TimeOutManager |
Méthode | Description | |
---|---|---|
GetInstance ( string context ) : |
||
HandleData ( |
||
LookupReplyStateByUri ( object ctx, string uri ) : ReplyState | ||
ReqrepManager ( string info ) : System | ||
ReqrepManager ( string info, |
||
RequestActive ( int request_id ) : bool | ||
SendRequest ( ISender sender, ReqrepType reqt, ICopyable data, IReplyHandler reply, object state ) : int | ||
StopRequest ( int request_id, IReplyHandler handler ) : void | ||
TimeoutChecker ( object o, |
Méthode | Description | |
---|---|---|
GenerateReplyState ( |
||
HandleError ( ReqrepType rt, int idnum, |
||
HandleReply ( ReqrepType rt, int idnum, |
||
HandleReplyAck ( ReqrepType rt, int idnum, |
||
HandleReplyCacheEviction ( object cache, |
||
HandleRequest ( ReqrepType rt, int idnum, |
||
HandleRequestAck ( ReqrepType rt, int idnum, |
||
MakeRequest ( ReqrepType rt, int next_rep, ICopyable data ) : ICopyable | ||
ReleaseReplyState ( ReplyState rs ) : void |
Méthode | Description | |
---|---|---|
ReqrepManager ( ) : System |
protected GenerateReplyState ( |
||
prefix | ||
rk | RequestKey | |
Résultat | ReplyState |
public static GetInstance ( string context ) : |
||
context | string | |
Résultat |
public HandleData ( |
||
p | ||
from | ISender | |
state | object | |
Résultat | void |
protected HandleError ( ReqrepType rt, int idnum, |
||
rt | ReqrepType | |
idnum | int | |
err_data | ||
ret_path | ISender | |
Résultat | void |
protected HandleReply ( ReqrepType rt, int idnum, |
||
rt | ReqrepType | |
idnum | int | |
rest | ||
ret_path | ISender | |
Résultat | void |
protected HandleReplyAck ( ReqrepType rt, int idnum, |
||
rt | ReqrepType | |
idnum | int | |
err_data | ||
ret_path | ISender | |
Résultat | void |
protected HandleReplyCacheEviction ( object cache, |
||
cache | object | |
ev_args | ||
Résultat | void |
protected HandleRequest ( ReqrepType rt, int idnum, |
||
rt | ReqrepType | |
idnum | int | |
rest | ||
retpath | ISender | |
Résultat | void |
protected HandleRequestAck ( ReqrepType rt, int idnum, |
||
rt | ReqrepType | |
idnum | int | |
rest | ||
ret_path | ISender | |
Résultat | void |
public static LookupReplyStateByUri ( object ctx, string uri ) : ReplyState | ||
ctx | object | |
uri | string | |
Résultat | ReplyState |
protected MakeRequest ( ReqrepType rt, int next_rep, ICopyable data ) : ICopyable | ||
rt | ReqrepType | |
next_rep | int | |
data | ICopyable | |
Résultat | ICopyable |
protected ReleaseReplyState ( ReplyState rs ) : void | ||
rs | ReplyState | |
Résultat | void |
public ReqrepManager ( string info ) : System | ||
info | string | |
Résultat | System |
public ReqrepManager ( string info, |
||
info | string | |
prefix | ||
Résultat | System |
public RequestActive ( int request_id ) : bool | ||
request_id | int | |
Résultat | bool |
public SendRequest ( ISender sender, ReqrepType reqt, ICopyable data, IReplyHandler reply, object state ) : int | ||
sender | ISender | |
reqt | ReqrepType | |
data | ICopyable | |
reply | IReplyHandler | |
state | object | |
Résultat | int |
public StopRequest ( int request_id, IReplyHandler handler ) : void | ||
request_id | int | |
handler | IReplyHandler | |
Résultat | void |
public TimeoutChecker ( object o, |
||
o | object | |
args | ||
Résultat | void |
protected static object _inst_tab_sync | ||
Résultat | object |
protected static WeakValueTable |
||
Résultat | ReqrepManager>.WeakValueTable |
protected Cache,Brunet.Collections _reply_cache | ||
Résultat |
protected UidGenerator |
||
Résultat | UidGenerator |