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...
|
override string | ToString () |
| Returns a String that represents the current Object More...
|
|
This class represents the definition of a bridge. A bridge consists of a source destination name and type and 1 or more BridgeTarget objects.
override string TIBCO.EMS.ADMIN.BridgeInfo.ToString |
( |
| ) |
|
|
inline |
Returns a String that represents the current Object
string TIBCO.EMS.ADMIN.BridgeInfo.Name |
|
get |
Get the name of the destination being bridged from.
- Returns
- the name of the destination.
Get the destinations being bridged to
- Returns
- an array of BridgeTarget objects.
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.