C# Class Apache.NMS.Commands.Destination

Summary description for Destination.
Inheritance: IDestination, ICloneable
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 ( 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

Méthodes protégées

Méthode Description
Destination ( ) : System

The Default Constructor

Destination ( String name ) : System

Construct the Destination with a defined physical name;

Private Methods

Méthode Description
setPhysicalName ( string name ) : void

Method Details

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 ( Destination that ) : int
that Destination 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 ) : Destination
name String
Résultat Destination

CreateDestination() public static méthode

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

CreateTemporaryName() public static méthode

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

Destination() protected méthode

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

Destination() protected méthode

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

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

ToString() public méthode

public ToString ( ) : String
Résultat String

Transform() public static méthode

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