Package com.tibco.tibjms.admin
Class SSTransportInfo
- java.lang.Object
-
- com.tibco.tibjms.admin.TransportInfo
-
- com.tibco.tibjms.admin.SSTransportInfo
-
@Deprecated public class SSTransportInfo extends TransportInfo
Deprecated.As of release 8.6This 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 Summary
Fields Modifier and Type Field Description static int
DELIVERY_MODE_ALL
Deprecated.SmartSockets ALL delivery mode.static int
DELIVERY_MODE_BEST_EFFORT
Deprecated.SmartSockets BEST_EFFORT delivery mode.static int
DELIVERY_MODE_ORDERED
Deprecated.SmartSockets ORDERED delivery mode.static int
DELIVERY_MODE_PERSISTENT
Deprecated.SmartSockets PERSISTENT delivery mode.static int
DELIVERY_MODE_SOME
Deprecated.SmartSockets SOME delivery mode.static int
IMPORT_SS_HEADERS_ALL
Deprecated.All SmartSockets headers will be imported.static int
IMPORT_SS_HEADERS_NONE
Deprecated.The SmartSockets sender is the only header that will be imported.static int
IMPORT_SS_HEADERS_TYPE_NUM
Deprecated.The SmartSockets sender and the SmartSockets message type are the only headers that will be imported.static int
LOAD_BALANCE_MODE_NONE
Deprecated.SmartSockets NONE load balance mode.static int
LOAD_BALANCE_MODE_ROUND_ROBIN
Deprecated.SmartSockets ROUND_ROBIN load balance mode.static int
LOAD_BALANCE_MODE_SORTED
Deprecated.SmartSockets SORTED load balance mode.static int
LOAD_BALANCE_MODE_WEIGHTED
Deprecated.SmartSockets WEIGHTED load balance mode.static int
PRESERVE_GMD_ALWAYS
Deprecated.Always preserve failed SmartSockets GMD messages in the EMS undelivered queue.static int
PRESERVE_GMD_NEVER
Deprecated.Never preserve failed SmartSockets GMD messages in the EMS undelivered queue.static 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.static int
SUBSCRIBE_MODE_ALL
Deprecated.As of release 5.0 subscribe mode is not configurable.static int
SUBSCRIBE_MODE_EXACT
Deprecated.As of release 5.0 subscribe mode is not configurable.-
Fields inherited from class com.tibco.tibjms.admin.TransportInfo
NON_PERSISTENT, PERSISTENT, RELIABLE, TPORT_ALL, TPORT_FTL, TPORT_RV, TPORT_RVCM, TPORT_SS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getDeliveryMode()
Deprecated.Get the quality of service which delivers messages to the SmartSockets server over this transport.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.int
getImportSSHeaders()
Deprecated.Indicates which SmartSockets headers will be imported.int
getLoadBalanceMode()
Deprecated.Get the load balancing regimen for messages that this transport exports to the SmartSockets server.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.int
getPreserveGMD()
Deprecated.Indicates what happens to messages when a failure occurs when they are being exported via SmartSockets GMD.java.lang.String
getProject()
Deprecated.Get the SmartSockets project name.java.lang.String
getServerNames()
Deprecated.Get the names of the RTservers this transport connects to.int
getSubscribeMode()
Deprecated.As of release 5.0 subscribe mode is not configurable.java.lang.String
getUsername()
Deprecated.Get the username used by the EMS server to authenticate itself to the SmartSockets server.java.lang.String
toString()
Deprecated.-
Methods inherited from class com.tibco.tibjms.admin.TransportInfo
getExportHeaders, getExportProperties, getName, getQueueImportDeliveryMode, getTopicImportDeliveryMode, getType
-
-
-
-
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
-
getImportSSHeaders
public int getImportSSHeaders()
Deprecated.Indicates which SmartSockets headers will be imported. Possible values areIMPORT_SS_HEADERS_NONE
,IMPORT_SS_HEADERS_TYPE_NUM
andIMPORT_SS_HEADERS_ALL
- Returns:
- the headers that will be imported
- Since:
- EMS 4.2
-
getPreserveGMD
public int getPreserveGMD()
Deprecated.Indicates what happens to messages when a failure occurs when they are being exported via SmartSockets GMD. Possible values arePRESERVE_GMD_NEVER
,PRESERVE_GMD_ALWAYS
andPRESERVE_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 classjava.lang.Object
-
-