C# Класс Apache.NMS.ActiveMQ.Commands.ActiveMQDestination

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

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