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

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

Private Properties

프로퍼티 타입 설명
setPhysicalName void

공개 메소드들

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

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

CompareTo ( Object o ) : int

CreateDestination ( String name ) : Destination

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

CreateDestination ( int type, String pyhsicalName ) : Destination

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 ( Destination destination ) : String

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

GetDestinationType ( ) : int

GetHashCode ( ) : int

ToString ( ) : String

Transform ( IDestination destination ) : Destination

보호된 메소드들

메소드 설명
Destination ( ) : System

The Default Constructor

Destination ( String name ) : System

Construct the Destination with a defined physical name;

비공개 메소드들

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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

CompareTo() 공개 메소드

Lets sort by name first then lets sort topics greater than queues
public CompareTo ( Destination that ) : int
that Destination 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 ) : Destination
name String
리턴 Destination

CreateDestination() 공개 정적인 메소드

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

CreateTemporaryName() 공개 정적인 메소드

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

Destination() 보호된 메소드

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

Destination() 보호된 메소드

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

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 ( Destination destination ) : String
destination Destination
리턴 String

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

public abstract GetDestinationType ( ) : int
리턴 int

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

Transform() 공개 정적인 메소드

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