Skip navigation links
TIBCO Enterprise Message Service
com.tibco.tibjms.admin

Class BridgeInfo



  • public class BridgeInfo
    extends java.lang.Object
    This class represents the definition of a bridge. A bridge consists of a source destination name and type and 1 or more BridgeTarget objects.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Get the name of the destination being bridged from.
      BridgeTarget[] getTargets()
      Get the destinations being bridged to
      int getType()
      Get the type of the destination being bridged from.
      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 from.
        Returns:
        the name of the destination.
      • getType

        public int getType()
        Get the type of the destination being bridged from.
        Returns:
        DestinationInfo.QUEUE_TYPE if the destination being bridged from is a queue or DestinationInfo.TOPIC_TYPE if it is a topic.
      • getTargets

        public BridgeTarget[] getTargets()
        Get the destinations being bridged to
        Returns:
        an array of BridgeTarget objects.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
TIBCO Enterprise Message Service

Copyright © Cloud Software Group, Inc. All rights reserved