C# Class Apache.NMS.ActiveMQ.Commands.ActiveMQDestination

Summary description for ActiveMQDestination.
Inheritance: BaseDataStructure, IDestination
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Private Properties

Свойство Type Description
setPhysicalName void

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
ActiveMQDestination ( ) : System

The Default Constructor

ActiveMQDestination ( String name ) : System

Construct the Destination with a defined physical name;

Private Methods

Méthode Description
setPhysicalName ( string name ) : void

Method Details

ActiveMQDestination() protected méthode

The Default Constructor
protected ActiveMQDestination ( ) : System
Résultat System

ActiveMQDestination() protected méthode

Construct the Destination with a defined physical name;
protected ActiveMQDestination ( String name ) : System
name String
Résultat System

Clone() public méthode

public Clone ( ) : Object
Résultat Object

CompareTo() public méthode

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

CompareTo() public méthode

public CompareTo ( Object o ) : int
o Object object to compare
Résultat int

CreateDestination() public abstract méthode

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

CreateDestination() public static méthode

Create a Destination
public static CreateDestination ( int type, String pyhsicalName ) : ActiveMQDestination
type int
pyhsicalName String
Résultat ActiveMQDestination

CreateTemporaryName() public static méthode

Create a temporary name from the clientId
public static CreateTemporaryName ( String clientId ) : String
clientId String
Résultat String

Equals() public méthode

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

GetClientId() public static méthode

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

GetDestinationType() public abstract méthode

public abstract GetDestinationType ( ) : int
Résultat int

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetOrderedTarget() public méthode

public GetOrderedTarget ( ) : String
Résultat String

Inspect() public static méthode

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

IsAdvisory() public méthode

public IsAdvisory ( ) : bool
Résultat bool

IsConnectionAdvisory() public méthode

public IsConnectionAdvisory ( ) : bool
Résultat bool

IsConsumerAdvisory() public méthode

public IsConsumerAdvisory ( ) : bool
Résultat bool

IsExclusive() public méthode

public IsExclusive ( ) : bool
Résultat bool

IsOrdered() public méthode

public IsOrdered ( ) : bool
Résultat bool

IsProducerAdvisory() public méthode

public IsProducerAdvisory ( ) : bool
Résultat bool

IsWildcard() public méthode

public IsWildcard ( ) : bool
Résultat bool

SetAdvisory() public méthode

public SetAdvisory ( bool advisory ) : void
advisory bool The advisory to set.
Résultat void

SetExclusive() public méthode

public SetExclusive ( bool exclusive ) : void
exclusive bool The exclusive to set.
Résultat void

SetOrdered() public méthode

public SetOrdered ( bool ordered ) : void
ordered bool The ordered to set.
Résultat void

SetOrderedTarget() public méthode

public SetOrderedTarget ( String orderedTarget ) : void
orderedTarget String The orderedTarget to set.
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String

Transform() public static méthode

public static Transform ( IDestination destination ) : ActiveMQDestination
destination IDestination
Résultat ActiveMQDestination