TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
|
A Destination object encapsulates a TIBCO EMS specific address. More...
Public Member Functions | |
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.
|
inlinevirtual |
Creates a copy of the Destination object.
Reimplemented in TIBCO.EMS.Topic, TIBCO.EMS.Queue, TIBCO.EMS.TemporaryQueue, and TIBCO.EMS.TemporaryTopic.
|
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 |
Destination
and has the same address as the current instance, false otherwise.
|
inline |
Returns a hashcode representing the current object
Destination
's address.
|
inline |
Returns a string representation of the destination.