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

상속: ActiveMQDestination
파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Object
CreateDestination ( String name ) : ActiveMQDestination

Method CreateDestination

Delete ( ) : void
GetDataStructureType ( ) : byte
GetDestinationType ( ) : int

Method GetDestinationType

보호된 메소드들

메소드 설명
ActiveMQTempDestination ( ) : System
ActiveMQTempDestination ( String name ) : System

메소드 상세

ActiveMQTempDestination() 보호된 메소드

protected ActiveMQTempDestination ( ) : System
리턴 System

ActiveMQTempDestination() 보호된 메소드

protected ActiveMQTempDestination ( String name ) : System
name String
리턴 System

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

CreateDestination() 공개 메소드

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

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

GetDataStructureType() 공개 메소드

public GetDataStructureType ( ) : byte
리턴 byte

GetDestinationType() 공개 메소드

Method GetDestinationType
public GetDestinationType ( ) : int
리턴 int