C# 클래스 Spring.Pool.Helper

파일 보기 프로젝트 열기: spring-projects/spring-net

공개 프로퍼티들

프로퍼티 타입 설명
gone bool
gotFromPool object

공개 메소드들

메소드 설명
Go ( ) : void
Helper ( ISync sync, Spring.Threading.Latch latch ) : System
Helper ( Spring.Threading.Latch latch, ISync sync, IObjectPool objectPool ) : System
Init ( Spring.Threading.Latch latch, ISync sync, IObjectPool objectPool ) : void
UsePool ( ) : void

메소드 상세

Go() 공개 메소드

public Go ( ) : void
리턴 void

Helper() 공개 메소드

public Helper ( ISync sync, Spring.Threading.Latch latch ) : System
sync ISync
latch Spring.Threading.Latch
리턴 System

Helper() 공개 메소드

public Helper ( Spring.Threading.Latch latch, ISync sync, IObjectPool objectPool ) : System
latch Spring.Threading.Latch
sync ISync
objectPool IObjectPool
리턴 System

Init() 공개 메소드

public Init ( Spring.Threading.Latch latch, ISync sync, IObjectPool objectPool ) : void
latch Spring.Threading.Latch
sync ISync
objectPool IObjectPool
리턴 void

UsePool() 공개 메소드

public UsePool ( ) : void
리턴 void

프로퍼티 상세

gone 공개적으로 프로퍼티

public bool gone
리턴 bool

gotFromPool 공개적으로 프로퍼티

public object gotFromPool
리턴 object