TIBCO EMS .NET API 8.4
TIBCO EMS .NET API 8.4
|
A Queue object encapsulates a TIBCO EMS specific queue name. More...
Public Member Functions | |
Queue (string address) | |
Constructs a new Queue object with the given address. More... | |
Queue (TIBCO.EMS.Queue queue) | |
Constructs a new Queue object with the given TIBCO.EMS.Queue object. 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... | |
![]() | |
Destination (TIBCO.EMS.Destination destination) | |
Constructs a TIBCO.EMS.UFO Destination object with the given TIBCO.EMS.Destination 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... | |
Properties | |
virtual string | QueueName [get] |
Gets the name of the queue More... | |
A Queue object encapsulates a TIBCO EMS specific queue name.
Queues store messages in a point-to-point messaging model in which each message has one producer and one consumer.
|
inline |
Constructs a new Queue object with the given address.
address | address of the queue |
|
inline |
Constructs a new Queue object with the given TIBCO.EMS.Queue object.
queue | object of TIBCO.EMS.Queue |
|
inlinevirtual |
Implementation of ICloneable. Overrides the cloning process.
Reimplemented from TIBCO.EMS.UFO.Destination.
Reimplemented in TIBCO.EMS.UFO.TemporaryQueue.
|
inline |
Compare with another object for equality.
The current instance is said to be equals to another object when the latter is also a Queue
instance and both have the same address.
obj | The object to compare with |
Queue
and has the same address as the current instance, false otherwise.
|
inline |
Returns a hashcode representing the current object
Queue
.
|
get |
Gets the name of the queue
Each queue has a name that is unique among all queues.