C# 클래스 Apache.NMS.ActiveMQ.Commands.ActiveMQTempQueue

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

공개 메소드들

메소드 설명
ActiveMQTempQueue ( ) : System
ActiveMQTempQueue ( String name ) : System
Clone ( ) : Object
CreateDestination ( String name ) : ActiveMQDestination
GetDataStructureType ( ) : byte
GetDestinationType ( ) : int
GetQueueName ( ) : String

메소드 상세

ActiveMQTempQueue() 공개 메소드

public ActiveMQTempQueue ( ) : System
리턴 System

ActiveMQTempQueue() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

CreateDestination() 공개 메소드

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

GetDataStructureType() 공개 메소드

public GetDataStructureType ( ) : byte
리턴 byte

GetDestinationType() 공개 메소드

public GetDestinationType ( ) : int
리턴 int

GetQueueName() 공개 메소드

public GetQueueName ( ) : String
리턴 String