| 
    TIBCO EMS .NET API 8.6
    
   TIBCO EMS .NET API 8.6 
   | 
 
A Topic object encapsulates a TIBCO EMS specific topic name. More...
  
 Public Member Functions | |
| Topic (String name) | |
| Constructs a new Topic 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 Topic object.  More... | |
  Public Member Functions inherited from TIBCO.EMS.Destination | |
| 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 | |
| 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 name.
This constructor either creates a dynamic Topic or obtains a Topic object that is already configured on the server.
This constructor creates only local Topic objects (within the program). It does not attempt to lookup the corresponding server Topic object until the program creates a MessageConsumer or a MessageProducer that uses the topic. That automatic lookup can result in either of two outcomes:
| name | Name of the topic to find or create. | 
      
  | 
  inlinevirtual | 
Implementation of ICloneable. Overrides the cloning process.
Reimplemented from TIBCO.EMS.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. 
      
  | 
  inline | 
Returns a string representation of this Topic object. 
      
  | 
  get | 
Gets the name of the topic
Each topic has a name that is unique among all topics.