C# Class K2Informatics.Erlnet.GenericQueue

显示文件 Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Public Methods

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

Private Methods

Method Description
currentTimeMillis ( ) : long
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 Object

get() public method

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

getCount() public method

public getCount ( ) : int
return int

put() public method

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

tryGet() public method

public tryGet ( ) : Object
return Object