TIBCO EMS .NET API 8.4
TIBCO EMS .NET API 8.4
TIBCO.EMS.ADMIN.BridgeInfo Class Reference

This class represents the definition of a bridge. A bridge consists of a source destination name and type and 1 or more BridgeTarget objects. More...

Public Member Functions

override string ToString ()
 Returns a String that represents the current Object More...
 

Properties

string Name [get]
 Get the name of the destination being bridged from. More...
 
DestinationType Type [get]
 Get the type of the destination being bridged from. More...
 
BridgeTarget[] Targets [get]
 Get the destinations being bridged to More...
 

Detailed Description

This class represents the definition of a bridge. A bridge consists of a source destination name and type and 1 or more BridgeTarget objects.

Member Function Documentation

override string TIBCO.EMS.ADMIN.BridgeInfo.ToString ( )
inline

Returns a String that represents the current Object

Property Documentation

string TIBCO.EMS.ADMIN.BridgeInfo.Name
get

Get the name of the destination being bridged from.

Returns
the name of the destination.
BridgeTarget [] TIBCO.EMS.ADMIN.BridgeInfo.Targets
get

Get the destinations being bridged to

Returns
an array of BridgeTarget objects.
DestinationType TIBCO.EMS.ADMIN.BridgeInfo.Type
get

Get the type of the destination being bridged from.

Returns
DestinationType.Queue if the destination being bridged from is a queue or DestinationType.Topic if it is a topic.

Copyright © TIBCO Software Inc. All rights reserved.