TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
|
A Destination object encapsulates a TIBCO EMS specific address. More...
Public Member Functions | |
Destination (TIBCO.EMS.Destination destination) | |
Constructs a TIBCO.EMS.UFO Destination object with the given TIBCO.EMS.Destination object. More... | |
virtual object | Clone () |
Creates a copy of the 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... | |
A Destination object encapsulates a TIBCO EMS specific address.
Administrators define destinations in the server. Client programs access them using methods of LookupContext.
The Destination class defines the root behavior of all destinations. Programs do not create instances of this class; instead, they create instances of its subclasses.
|
inline |
Constructs a TIBCO.EMS.UFO Destination object with the given TIBCO.EMS.Destination object.
destination | object of TIBCO.EMS.Destination |
|
inlinevirtual |
Creates a copy of the Destination object.
Reimplemented in TIBCO.EMS.UFO.TemporaryQueue, TIBCO.EMS.UFO.TemporaryTopic, TIBCO.EMS.UFO.Topic, and TIBCO.EMS.UFO.Queue.
|
inline |
Compare with another object for equality.
The current instance is said to be equals to another object when the latter is also a Destination
instance and both have the same address.
obj | The object to compare with |
|
inline |
Returns a hashcode representing the current object
|
inline |
Returns a string representation of the destination.