C# Класс Apache.NMS.Commands.Destination

Summary description for Destination.
Наследование: IDestination, ICloneable
Показать файл Открыть проект Примеры использования класса

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