C# Class K2Informatics.Erlnet.Links

Afficher le fichier Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Méthodes publiques

Méthode Description
Links ( ) : System
Links ( int initialSize ) : System
addLink ( OtpErlangPid local, OtpErlangPid remote ) : void
clearLinks ( ) : K2Informatics.Erlnet.Link[]
exists ( OtpErlangPid local, OtpErlangPid remote ) : bool
find ( OtpErlangPid local, OtpErlangPid remote ) : int
localPids ( ) : K2Informatics.Erlnet.OtpErlangPid[]
remotePids ( ) : K2Informatics.Erlnet.OtpErlangPid[]
removeLink ( OtpErlangPid local, OtpErlangPid remote ) : void

Method Details

Links() public méthode

public Links ( ) : System
Résultat System

Links() public méthode

public Links ( int initialSize ) : System
initialSize int
Résultat System

addLink() public méthode

public addLink ( OtpErlangPid local, OtpErlangPid remote ) : void
local OtpErlangPid
remote OtpErlangPid
Résultat void

clearLinks() public méthode

public clearLinks ( ) : K2Informatics.Erlnet.Link[]
Résultat K2Informatics.Erlnet.Link[]

exists() public méthode

public exists ( OtpErlangPid local, OtpErlangPid remote ) : bool
local OtpErlangPid
remote OtpErlangPid
Résultat bool

find() public méthode

public find ( OtpErlangPid local, OtpErlangPid remote ) : int
local OtpErlangPid
remote OtpErlangPid
Résultat int

localPids() public méthode

public localPids ( ) : K2Informatics.Erlnet.OtpErlangPid[]
Résultat K2Informatics.Erlnet.OtpErlangPid[]

remotePids() public méthode

public remotePids ( ) : K2Informatics.Erlnet.OtpErlangPid[]
Résultat K2Informatics.Erlnet.OtpErlangPid[]

removeLink() public méthode

public removeLink ( OtpErlangPid local, OtpErlangPid remote ) : void
local OtpErlangPid
remote OtpErlangPid
Résultat void