C# Class Otp.GenericQueue

ファイルを表示 Open project: saleyn/otp.net Class Usage Examples

Public Methods

Method Description
GenericQueue ( ) : System
close ( ) : void
flush ( ) : void
get ( ) : Object
get ( long timeout ) : Object
getCount ( ) : int
put ( System o ) : void
tryGet ( ) : Object

Private Methods

Method Description
get ( bool once ) : Object
init ( ) : void

Method Details

GenericQueue() public method

public GenericQueue ( ) : System
return System

close() public method

public close ( ) : void
return void

flush() public method

public flush ( ) : void
return void

get() public method

public get ( ) : Object
return System.Object

get() public method

public get ( long timeout ) : Object
timeout long
return System.Object

getCount() public method

public getCount ( ) : int
return int

put() public method

public put ( System o ) : void
o System
return void

tryGet() public method

public tryGet ( ) : Object
return System.Object