TIBCO EMS .NET API 10.2
TIBCO EMS .NET API 10.2
|
A Topic object encapsulates a TIBCO EMS specific topic name. More...
Public Member Functions | |
Topic (string address) | |
Constructs a new Topic object with the given address. More... | |
Topic (TIBCO.EMS.Topic topic) | |
Constructs a new Topic object with the given TIBCO.EMS.Topic 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 | TopicName [get] |
Gets the name of the topic More... | |
A Topic object encapsulates a TIBCO EMS specific topic name.
Topics deliver each message to multiple consumers.
|
inline |
Constructs a new Topic object with the given address.
address | address of the topic |
|
inline |
Constructs a new Topic object with the given TIBCO.EMS.Topic object.
topic | object of TIBCO.EMS.Topic |
|
inlinevirtual |
Implementation of ICloneable. Overrides the cloning process.
Reimplemented from TIBCO.EMS.UFO.Destination.
|
inline |
Compare with another object for equality.
The current instance is said to be equals to another object when the latter is also a Topic
instance and both have the same address.
obj | The object to compare with |
Topic
and has the same address as the current instance, false otherwise.
|
inline |
Returns a hashcode representing the current object
Topic
.
|
get |
Gets the name of the topic
Each topic has a name that is unique among all topics.