C# Class eu.sig.training.ch03.JenkinsUser.Lock

Afficher le fichier Open project: oreillymedia/building_maintainable_software

Méthodes publiques

Méthode Description
doLock ( ) : void
get ( string idkey ) : User
putIfAbsent ( string idkey, User user ) : User
readLock ( ) : Lock
unlock ( ) : void

Method Details

doLock() public méthode

public doLock ( ) : void
Résultat void

get() public méthode

public get ( string idkey ) : User
idkey string
Résultat User

putIfAbsent() public méthode

public putIfAbsent ( string idkey, User user ) : User
idkey string
user User
Résultat User

readLock() public méthode

public readLock ( ) : Lock
Résultat Lock

unlock() public méthode

public unlock ( ) : void
Résultat void