C# Class Spring.Pool.Helper

显示文件 Open project: spring-projects/spring-net

Public Properties

Property Type Description
gone bool
gotFromPool object

Public Methods

Method Description
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

Method Details

Go() public method

public Go ( ) : void
return void

Helper() public method

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

Helper() public method

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

Init() public method

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

UsePool() public method

public UsePool ( ) : void
return void

Property Details

gone public_oe property

public bool gone
return bool

gotFromPool public_oe property

public object gotFromPool
return object