C# 클래스 K2Informatics.Erlnet.GenericQueue

파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet 1 사용 예제들

공개 메소드들

메소드 설명
GenericQueue ( ) : System
close ( ) : void
flush ( ) : void
get ( ) : Object
get ( long timeout ) : Object
getCount ( ) : int
put ( Object o ) : void
tryGet ( ) : Object

비공개 메소드들

메소드 설명
currentTimeMillis ( ) : long
init ( ) : void

메소드 상세

GenericQueue() 공개 메소드

public GenericQueue ( ) : System
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

flush() 공개 메소드

public flush ( ) : void
리턴 void

get() 공개 메소드

public get ( ) : Object
리턴 Object

get() 공개 메소드

public get ( long timeout ) : Object
timeout long
리턴 Object

getCount() 공개 메소드

public getCount ( ) : int
리턴 int

put() 공개 메소드

public put ( Object o ) : void
o Object
리턴 void

tryGet() 공개 메소드

public tryGet ( ) : Object
리턴 Object