C# 클래스 Apache.NMS.Commands.TempQueue

A Temporary Queue
상속: TempDestination, ITemporaryQueue
파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Object
CreateDestination ( String name ) : Destination
GetDestinationType ( ) : int
GetQueueName ( ) : String
TempQueue ( ) : System
TempQueue ( String name ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

CreateDestination() 공개 메소드

public CreateDestination ( String name ) : Destination
name String
리턴 Destination

GetDestinationType() 공개 메소드

public GetDestinationType ( ) : int
리턴 int

GetQueueName() 공개 메소드

public GetQueueName ( ) : String
리턴 String

TempQueue() 공개 메소드

public TempQueue ( ) : System
리턴 System

TempQueue() 공개 메소드

public TempQueue ( String name ) : System
name String
리턴 System