[TIBCO.EMS .NET Admin client library 7.0 documentation]

This abstract class contains methods common to both QueueInfo and TopicInfo.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public abstract class DestinationInfo
Public MustInherit Class DestinationInfo
public ref class DestinationInfo abstract

Remarks

It represents a Topic or Queue known to the server. Destinations fall into three categories: static, dynamic, and temporary. Static destinations are explicitly configured and appear in the configuration files on the server. Dynamic destinations are created dynamically by EMS clients or routed servers. Dynamic destinations cannot be modified. Temporary destinations are defined by the JMS specification. Temporary destinations cannot be modified. TopicInfo or QueueInfo objects received via Admin.GetTopic() or Admin.GetQueue() methods do not contain the statistical data about the destination. In order to obtain statistical information about destinations use Admin.GetTopicsStatistics() or Admin.GetQueuesStatistics().

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS.ADMIN..::.DestinationInfo
    TIBCO.EMS.ADMIN..::.QueueInfo
    TIBCO.EMS.ADMIN..::.TopicInfo

See Also