TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
TIBCO.EMS.ADMIN.BridgeTarget Class Reference

This class represents the target destination of a bridge. 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 to. More...
 
DestinationType Type [get]
 Get the type of the destination being bridged to. More...
 
string Selector [get]
 Get the selector. More...
 

Detailed Description

This class represents the target destination of a bridge.

Member Function Documentation

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

Returns a String that represents the current Object

Property Documentation

string TIBCO.EMS.ADMIN.BridgeTarget.Name
get

Get the name of the destination being bridged to.

Returns
the name of the destination.
string TIBCO.EMS.ADMIN.BridgeTarget.Selector
get

Get the selector.

Only messages matching the selector will be bridged to this destination.

Returns
the selector or null if one is not set.
DestinationType TIBCO.EMS.ADMIN.BridgeTarget.Type
get

Get the type of the destination being bridged to.

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

Copyright © 1997-2024 Cloud Software Group, Inc. All Rights Reserved.