TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
TIBCO.EMS.UFO.Destination Class Reference

A Destination object encapsulates a TIBCO EMS specific address. More...

Inheritance diagram for TIBCO.EMS.UFO.Destination:
TIBCO.EMS.UFO.Queue TIBCO.EMS.UFO.Topic TIBCO.EMS.UFO.TemporaryQueue TIBCO.EMS.UFO.TemporaryTopic

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

TIBCO.EMS.UFO.Destination.Destination ( TIBCO.EMS.Destination  destination)
inline

Constructs a TIBCO.EMS.UFO Destination object with the given TIBCO.EMS.Destination object.

Parameters
destinationobject of TIBCO.EMS.Destination

Member Function Documentation

virtual object TIBCO.EMS.UFO.Destination.Clone ( )
inlinevirtual
override bool TIBCO.EMS.UFO.Destination.Equals ( object  obj)
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.

Parameters
objThe object to compare with
Returns
true if the object passed is also of type Queue and has the same address as the current instance, false otherwise.
override int TIBCO.EMS.UFO.Destination.GetHashCode ( )
inline

Returns a hashcode representing the current object

Returns
A hashcode based on the Destination's address.
override string TIBCO.EMS.UFO.Destination.ToString ( )
inline

Returns a string representation of the destination.

Returns
A string representation of the destination.

Copyright © Cloud Software Group, Inc. All rights reserved.