C# 클래스 TSystems.RELOAD.Topology.TopologyPlugin

RELOAD main instance protocol routines
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InboundLeave void
Leave void

공개 메소드들

메소드 설명
Fetch ( ResourceId res_id, StoredDataSpecifier specifier, FetchKindResponse &kindResponse ) : bool
Init ( Machine machine ) : bool
Store ( ResourceId resource_id, StoreKindData kind_data ) : void

This method maintains data storage of incomming store requests.

TopologyPlugin ( Machine machine ) : System

비공개 메소드들

메소드 설명
InboundLeave ( NodeId nodeId ) : void
Leave ( ) : void

메소드 상세

Fetch() 공개 메소드

public Fetch ( ResourceId res_id, StoredDataSpecifier specifier, FetchKindResponse &kindResponse ) : bool
res_id TSystems.RELOAD.Utils.ResourceId
specifier TSystems.RELOAD.Storage.StoredDataSpecifier
kindResponse TSystems.RELOAD.Transport.FetchKindResponse
리턴 bool

Init() 공개 메소드

public Init ( Machine machine ) : bool
machine Machine
리턴 bool

Store() 공개 메소드

This method maintains data storage of incomming store requests.
public Store ( ResourceId resource_id, StoreKindData kind_data ) : void
resource_id TSystems.RELOAD.Utils.ResourceId
kind_data TSystems.RELOAD.Storage.StoreKindData
리턴 void

TopologyPlugin() 공개 메소드

public TopologyPlugin ( Machine machine ) : System
machine Machine
리턴 System