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

Class SSTransportInfo


  • Deprecated. 
    As of release 8.6

    @Deprecated
    public class SSTransportInfo
    extends TransportInfo
    This class represents TIBCO SmartSockets transports that are configured on the EMS server. SmartSockets transports are mechanisms for importing and exporting messages between EMS and TIBCO SmartSockets.
    • Field Detail

      • DELIVERY_MODE_BEST_EFFORT

        public static final int DELIVERY_MODE_BEST_EFFORT
        Deprecated. 
        SmartSockets BEST_EFFORT delivery mode.
        See Also:
        Constant Field Values
      • DELIVERY_MODE_SOME

        public static final int DELIVERY_MODE_SOME
        Deprecated. 
        SmartSockets SOME delivery mode.
        See Also:
        Constant Field Values
      • DELIVERY_MODE_ALL

        public static final int DELIVERY_MODE_ALL
        Deprecated. 
        SmartSockets ALL delivery mode.
        See Also:
        Constant Field Values
      • DELIVERY_MODE_ORDERED

        public static final int DELIVERY_MODE_ORDERED
        Deprecated. 
        SmartSockets ORDERED delivery mode.
        See Also:
        Constant Field Values
      • DELIVERY_MODE_PERSISTENT

        public static final int DELIVERY_MODE_PERSISTENT
        Deprecated. 
        SmartSockets PERSISTENT delivery mode.
        See Also:
        Constant Field Values
      • LOAD_BALANCE_MODE_NONE

        public static final int LOAD_BALANCE_MODE_NONE
        Deprecated. 
        SmartSockets NONE load balance mode.
        See Also:
        Constant Field Values
      • LOAD_BALANCE_MODE_ROUND_ROBIN

        public static final int LOAD_BALANCE_MODE_ROUND_ROBIN
        Deprecated. 
        SmartSockets ROUND_ROBIN load balance mode.
        See Also:
        Constant Field Values
      • LOAD_BALANCE_MODE_WEIGHTED

        public static final int LOAD_BALANCE_MODE_WEIGHTED
        Deprecated. 
        SmartSockets WEIGHTED load balance mode.
        See Also:
        Constant Field Values
      • LOAD_BALANCE_MODE_SORTED

        public static final int LOAD_BALANCE_MODE_SORTED
        Deprecated. 
        SmartSockets SORTED load balance mode.
        See Also:
        Constant Field Values
      • SUBSCRIBE_MODE_EXACT

        @Deprecated
        public static final int SUBSCRIBE_MODE_EXACT
        Deprecated. As of release 5.0 subscribe mode is not configurable.
        SmartSockets EXACT subscribe mode.
        See Also:
        Constant Field Values
      • SUBSCRIBE_MODE_ALL

        @Deprecated
        public static final int SUBSCRIBE_MODE_ALL
        Deprecated. As of release 5.0 subscribe mode is not configurable.
        SmartSockets ALL subscribe mode.
        See Also:
        Constant Field Values
      • IMPORT_SS_HEADERS_NONE

        public static final int IMPORT_SS_HEADERS_NONE
        Deprecated. 
        The SmartSockets sender is the only header that will be imported.
        Since:
        EMS 4.2
        See Also:
        Constant Field Values
      • IMPORT_SS_HEADERS_TYPE_NUM

        public static final int IMPORT_SS_HEADERS_TYPE_NUM
        Deprecated. 
        The SmartSockets sender and the SmartSockets message type are the only headers that will be imported.
        Since:
        EMS 4.2
        See Also:
        Constant Field Values
      • IMPORT_SS_HEADERS_ALL

        public static final int IMPORT_SS_HEADERS_ALL
        Deprecated. 
        All SmartSockets headers will be imported.
        Since:
        EMS 4.2
        See Also:
        Constant Field Values
      • PRESERVE_GMD_NEVER

        public static final int PRESERVE_GMD_NEVER
        Deprecated. 
        Never preserve failed SmartSockets GMD messages in the EMS undelivered queue.
        Since:
        EMS 4.2
        See Also:
        Constant Field Values
      • PRESERVE_GMD_ALWAYS

        public static final int PRESERVE_GMD_ALWAYS
        Deprecated. 
        Always preserve failed SmartSockets GMD messages in the EMS undelivered queue.
        Since:
        EMS 4.2
        See Also:
        Constant Field Values
      • PRESERVE_GMD_RECEIVERS

        public static final int PRESERVE_GMD_RECEIVERS
        Deprecated. 
        Only preserve failed SmartSockets GMD messages in the EMS undelivered queue if that GMD message had one or more receivers.
        Since:
        EMS 4.2
        See Also:
        Constant Field Values
    • Method Detail

      • getServerNames

        public java.lang.String getServerNames()
        Deprecated. 
        Get the names of the RTservers this transport connects to.
        Returns:
        the server names
      • getUsername

        public java.lang.String getUsername()
        Deprecated. 
        Get the username used by the EMS server to authenticate itself to the SmartSockets server.
        Returns:
        the username
      • getProject

        public java.lang.String getProject()
        Deprecated. 
        Get the SmartSockets project name.
        Returns:
        the project name
      • getDeliveryMode

        public int getDeliveryMode()
        Deprecated. 
        Get the quality of service which delivers messages to the SmartSockets server over this transport.
        Returns:
        the delivery mode
      • getLoadBalanceMode

        public int getLoadBalanceMode()
        Deprecated. 
        Get the load balancing regimen for messages that this transport exports to the SmartSockets server.
        Returns:
        the load balancing regimen
      • getOverrideLoadBalanceMode

        public boolean getOverrideLoadBalanceMode()
        Deprecated. 
        Indicates whether or not the RTserver should deliver all messages on this client connection, even if other clients participate in load balancing.
        Returns:
        true if load balancing is to be disabled, false otherwise
      • getGmdFileDelete

        public boolean getGmdFileDelete()
        Deprecated. 
        Indicates whether or not the EMS server should delete the GMD store file and create a new one when creating this transport.
        Returns:
        true if the EMS server should delete the GMD store file, false otherwise
      • getSubscribeMode

        @Deprecated
        public int getSubscribeMode()
        Deprecated. As of release 5.0 subscribe mode is not configurable.
        Get the subscribe mode for the transport.
        Returns:
        the subscribe mode
      • getPreserveGMD

        public int getPreserveGMD()
        Deprecated. 
        Indicates what happens to messages when a failure occurs when they are being exported via SmartSockets GMD. Possible values are PRESERVE_GMD_NEVER, PRESERVE_GMD_ALWAYS and PRESERVE_GMD_RECEIVERS.
        Returns:
        situations when failed messages will be preserved in the EMS undelivered queue.
        Since:
        EMS 4.2
      • toString

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

Copyright © Cloud Software Group, Inc. All rights reserved