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

Summary description for ActiveMQDestination.
상속: BaseDataStructure, IDestination
파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

Private Properties

프로퍼티 타입 설명
setPhysicalName void

공개 메소드들

메소드 설명
Clone ( ) : Object
CompareTo ( ActiveMQDestination that ) : int

Lets sort by name first then lets sort topics greater than queues

CompareTo ( Object o ) : int

CreateDestination ( String name ) : ActiveMQDestination

Factory method to create a child destination if this destination is a composite

CreateDestination ( int type, String pyhsicalName ) : ActiveMQDestination

Create a Destination

CreateTemporaryName ( String clientId ) : String

Create a temporary name from the clientId

Equals ( Object obj ) : bool

if the object passed in is equivalent, return true

GetClientId ( ActiveMQDestination destination ) : String

From a temporary destination find the clientId of the Connection that created it

GetDestinationType ( ) : int

GetHashCode ( ) : int

GetOrderedTarget ( ) : String

Inspect ( ActiveMQDestination destination ) : String

A helper method to return a descriptive string for the topic or queue

IsAdvisory ( ) : bool

IsConnectionAdvisory ( ) : bool

IsConsumerAdvisory ( ) : bool

IsExclusive ( ) : bool

IsOrdered ( ) : bool

IsProducerAdvisory ( ) : bool

IsWildcard ( ) : bool

SetAdvisory ( bool advisory ) : void

SetExclusive ( bool exclusive ) : void

SetOrdered ( bool ordered ) : void

SetOrderedTarget ( String orderedTarget ) : void

ToString ( ) : String

Transform ( IDestination destination ) : ActiveMQDestination

보호된 메소드들

메소드 설명
ActiveMQDestination ( ) : System

The Default Constructor

ActiveMQDestination ( String name ) : System

Construct the Destination with a defined physical name;

비공개 메소드들

메소드 설명
setPhysicalName ( string name ) : void

메소드 상세

ActiveMQDestination() 보호된 메소드

The Default Constructor
protected ActiveMQDestination ( ) : System
리턴 System

ActiveMQDestination() 보호된 메소드

Construct the Destination with a defined physical name;
protected ActiveMQDestination ( String name ) : System
name String
리턴 System

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

CompareTo() 공개 메소드

Lets sort by name first then lets sort topics greater than queues
public CompareTo ( ActiveMQDestination that ) : int
that ActiveMQDestination another destination to compare against
리턴 int

CompareTo() 공개 메소드

public CompareTo ( Object o ) : int
o Object object to compare
리턴 int

CreateDestination() 공개 추상적인 메소드

Factory method to create a child destination if this destination is a composite
public abstract CreateDestination ( String name ) : ActiveMQDestination
name String
리턴 ActiveMQDestination

CreateDestination() 공개 정적인 메소드

Create a Destination
public static CreateDestination ( int type, String pyhsicalName ) : ActiveMQDestination
type int
pyhsicalName String
리턴 ActiveMQDestination

CreateTemporaryName() 공개 정적인 메소드

Create a temporary name from the clientId
public static CreateTemporaryName ( String clientId ) : String
clientId String
리턴 String

Equals() 공개 메소드

if the object passed in is equivalent, return true
public Equals ( Object obj ) : bool
obj Object the object to compare
리턴 bool

GetClientId() 공개 정적인 메소드

From a temporary destination find the clientId of the Connection that created it
public static GetClientId ( ActiveMQDestination destination ) : String
destination ActiveMQDestination
리턴 String

GetDestinationType() 공개 추상적인 메소드

public abstract GetDestinationType ( ) : int
리턴 int

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetOrderedTarget() 공개 메소드

public GetOrderedTarget ( ) : String
리턴 String

Inspect() 공개 정적인 메소드

A helper method to return a descriptive string for the topic or queue
public static Inspect ( ActiveMQDestination destination ) : String
destination ActiveMQDestination
리턴 String

IsAdvisory() 공개 메소드

public IsAdvisory ( ) : bool
리턴 bool

IsConnectionAdvisory() 공개 메소드

public IsConnectionAdvisory ( ) : bool
리턴 bool

IsConsumerAdvisory() 공개 메소드

public IsConsumerAdvisory ( ) : bool
리턴 bool

IsExclusive() 공개 메소드

public IsExclusive ( ) : bool
리턴 bool

IsOrdered() 공개 메소드

public IsOrdered ( ) : bool
리턴 bool

IsProducerAdvisory() 공개 메소드

public IsProducerAdvisory ( ) : bool
리턴 bool

IsWildcard() 공개 메소드

public IsWildcard ( ) : bool
리턴 bool

SetAdvisory() 공개 메소드

public SetAdvisory ( bool advisory ) : void
advisory bool The advisory to set.
리턴 void

SetExclusive() 공개 메소드

public SetExclusive ( bool exclusive ) : void
exclusive bool The exclusive to set.
리턴 void

SetOrdered() 공개 메소드

public SetOrdered ( bool ordered ) : void
ordered bool The ordered to set.
리턴 void

SetOrderedTarget() 공개 메소드

public SetOrderedTarget ( String orderedTarget ) : void
orderedTarget String The orderedTarget to set.
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

Transform() 공개 정적인 메소드

public static Transform ( IDestination destination ) : ActiveMQDestination
destination IDestination
리턴 ActiveMQDestination