TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
|
The FederatedQueue class represents the queue entry in the naming server. A FederatedQueue object is the query result of a queue name lookup, the return value of the NameSearcher.Lookup
method.
More...
Properties | |
string | Name [get] |
Gets the name property of the object. The name string uniquely identfies the queue and can be used as the entry name of a DirectoryEntry in ASDI. More... | |
![]() | |
string | QueueName [get] |
Gets the name of the queue More... | |
Additional Inherited Members | |
![]() | |
Queue (string name) | |
Constructs a new Queue object with the given name. More... | |
override Object | Clone () |
Implementation of ICloneable. Overrides the cloning process. More... | |
override bool | Equals (Object obj) |
Compare with another object for equality. More... | |
override int | GetHashCode () |
Returns a hashcode representing the current object More... | |
override string | ToString () |
Returns a string representation of this Queue object. More... | |
![]() | |
override string | ToString () |
Returns a string representation of the destination. More... | |
override bool | Equals (Object obj) |
Compare with another object for equality. More... | |
override int | GetHashCode () |
Returns a hashcode representing the current object More... | |
The FederatedQueue class represents the queue entry in the naming server. A FederatedQueue object is the query result of a queue name lookup, the return value of the NameSearcher.Lookup
method.
A FederatedQueue object has a Name
property that uniquely identifies the queue entry in the naming server. If we want to store the reference of query result into a 3rd-party directory server, this property can be used as the entry name of a System.DirectoryServices.DirectoryEntry in ASDI.
|
get |
Gets the name property of the object. The name string uniquely identfies the queue and can be used as the entry name of a DirectoryEntry in ASDI.