TIBCO Enterprise Message Service
Version 4.3.0

com.tibco.tibjms.admin
Class BridgeTarget

java.lang.Object
  extended bycom.tibco.tibjms.admin.BridgeTarget

public class BridgeTarget
extends java.lang.Object

This class represents the target destination of a bridge.


Method Summary
 java.lang.String getName()
          Get the name of the destination being bridged to.
 java.lang.String getSelector()
          Get the selector.
 int getType()
          Get the type of the destination being bridged to.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Get the name of the destination being bridged to.

Returns:
the name of the destination.

getType

public int getType()
Get the type of the destination being bridged to.

Returns:
DestinationInfo.QUEUE_TYPE if the destination being bridged to is a queue or DestinationInfo.TOPIC_TYPE if it is a topic.

getSelector

public java.lang.String getSelector()
Get the selector. Only messages matching the selector will be bridged to this destination.

Returns:
the selector or null if one is not set.

toString

public java.lang.String toString()

TIBCO Enterprise Message Service
Version 4.3.0

Copyright © TIBCO Software Inc. All rights reserved