Свойство | Type | Description | |
---|---|---|---|
setPhysicalName | void |
Méthode | Description | |
---|---|---|
Clone ( ) : Object | ||
CompareTo ( |
Lets sort by name first then lets sort topics greater than queues
|
|
CompareTo ( Object o ) : int |
|
|
CreateDestination ( String name ) : |
Factory method to create a child destination if this destination is a composite
|
|
CreateDestination ( int type, String pyhsicalName ) : |
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 ( |
From a temporary destination find the clientId of the Connection that created it
|
|
GetDestinationType ( ) : int |
|
|
GetHashCode ( ) : int |
|
|
GetOrderedTarget ( ) : String |
|
|
Inspect ( |
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 ) : |
|
Méthode | Description | |
---|---|---|
ActiveMQDestination ( ) : System |
The Default Constructor
|
|
ActiveMQDestination ( String name ) : System |
Construct the Destination with a defined physical name;
|
Méthode | Description | |
---|---|---|
setPhysicalName ( string name ) : void |
protected ActiveMQDestination ( String name ) : System | ||
name | String | |
Résultat | System |
public CompareTo ( |
||
that | another destination to compare against | |
Résultat | int |
public CompareTo ( Object o ) : int | ||
o | Object | object to compare |
Résultat | int |
public abstract CreateDestination ( String name ) : |
||
name | String | |
Résultat |
public static CreateDestination ( int type, String pyhsicalName ) : |
||
type | int | |
pyhsicalName | String | |
Résultat |
public static CreateTemporaryName ( String clientId ) : String | ||
clientId | String | |
Résultat | String |
public Equals ( Object obj ) : bool | ||
obj | Object | the object to compare |
Résultat | bool |
public static GetClientId ( |
||
destination | ||
Résultat | String |
public abstract GetDestinationType ( ) : int | ||
Résultat | int |
public static Inspect ( |
||
destination | ||
Résultat | String |
public SetAdvisory ( bool advisory ) : void | ||
advisory | bool | The advisory to set. |
Résultat | void |
public SetExclusive ( bool exclusive ) : void | ||
exclusive | bool | The exclusive to set. |
Résultat | void |
public SetOrdered ( bool ordered ) : void | ||
ordered | bool | The ordered to set. |
Résultat | void |
public SetOrderedTarget ( String orderedTarget ) : void | ||
orderedTarget | String | The orderedTarget to set. |
Résultat | void |
public static Transform ( IDestination destination ) : |
||
destination | IDestination | |
Résultat |