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 SummaryFields Modifier and Type Field Description static intDELIVERY_MODE_ALLDeprecated.SmartSockets ALL delivery mode.static intDELIVERY_MODE_BEST_EFFORTDeprecated.SmartSockets BEST_EFFORT delivery mode.static intDELIVERY_MODE_ORDEREDDeprecated.SmartSockets ORDERED delivery mode.static intDELIVERY_MODE_PERSISTENTDeprecated.SmartSockets PERSISTENT delivery mode.static intDELIVERY_MODE_SOMEDeprecated.SmartSockets SOME delivery mode.static intIMPORT_SS_HEADERS_ALLDeprecated.All SmartSockets headers will be imported.static intIMPORT_SS_HEADERS_NONEDeprecated.The SmartSockets sender is the only header that will be imported.static intIMPORT_SS_HEADERS_TYPE_NUMDeprecated.The SmartSockets sender and the SmartSockets message type are the only headers that will be imported.static intLOAD_BALANCE_MODE_NONEDeprecated.SmartSockets NONE load balance mode.static intLOAD_BALANCE_MODE_ROUND_ROBINDeprecated.SmartSockets ROUND_ROBIN load balance mode.static intLOAD_BALANCE_MODE_SORTEDDeprecated.SmartSockets SORTED load balance mode.static intLOAD_BALANCE_MODE_WEIGHTEDDeprecated.SmartSockets WEIGHTED load balance mode.static intPRESERVE_GMD_ALWAYSDeprecated.Always preserve failed SmartSockets GMD messages in the EMS undelivered queue.static intPRESERVE_GMD_NEVERDeprecated.Never preserve failed SmartSockets GMD messages in the EMS undelivered queue.static intPRESERVE_GMD_RECEIVERSDeprecated.Only preserve failed SmartSockets GMD messages in the EMS undelivered queue if that GMD message had one or more receivers.static intSUBSCRIBE_MODE_ALLDeprecated.As of release 5.0 subscribe mode is not configurable.static intSUBSCRIBE_MODE_EXACTDeprecated.As of release 5.0 subscribe mode is not configurable.- 
Fields inherited from class com.tibco.tibjms.admin.TransportInfoNON_PERSISTENT, PERSISTENT, RELIABLE, TPORT_ALL, TPORT_FTL, TPORT_PULSAR, TPORT_RV, TPORT_RVCM, TPORT_SS
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetDeliveryMode()Deprecated.Get the quality of service which delivers messages to the SmartSockets server over this transport.booleangetGmdFileDelete()Deprecated.Indicates whether or not the EMS server should delete the GMD store file and create a new one when creating this transport.intgetImportSSHeaders()Deprecated.Indicates which SmartSockets headers will be imported.intgetLoadBalanceMode()Deprecated.Get the load balancing regimen for messages that this transport exports to the SmartSockets server.booleangetOverrideLoadBalanceMode()Deprecated.Indicates whether or not the RTserver should deliver all messages on this client connection, even if other clients participate in load balancing.intgetPreserveGMD()Deprecated.Indicates what happens to messages when a failure occurs when they are being exported via SmartSockets GMD.java.lang.StringgetProject()Deprecated.Get the SmartSockets project name.java.lang.StringgetServerNames()Deprecated.Get the names of the RTservers this transport connects to.intgetSubscribeMode()Deprecated.As of release 5.0 subscribe mode is not configurable.java.lang.StringgetUsername()Deprecated.Get the username used by the EMS server to authenticate itself to the SmartSockets server.java.lang.StringtoString()Deprecated.- 
Methods inherited from class com.tibco.tibjms.admin.TransportInfogetExportHeaders, getExportProperties, getName, getQueueImportDeliveryMode, getTopicImportDeliveryMode, getType
 
- 
 
- 
- 
- 
Field Detail- 
DELIVERY_MODE_BEST_EFFORTpublic static final int DELIVERY_MODE_BEST_EFFORT Deprecated.SmartSockets BEST_EFFORT delivery mode.- See Also:
- Constant Field Values
 
 - 
DELIVERY_MODE_SOMEpublic static final int DELIVERY_MODE_SOME Deprecated.SmartSockets SOME delivery mode.- See Also:
- Constant Field Values
 
 - 
DELIVERY_MODE_ALLpublic static final int DELIVERY_MODE_ALL Deprecated.SmartSockets ALL delivery mode.- See Also:
- Constant Field Values
 
 - 
DELIVERY_MODE_ORDEREDpublic static final int DELIVERY_MODE_ORDERED Deprecated.SmartSockets ORDERED delivery mode.- See Also:
- Constant Field Values
 
 - 
DELIVERY_MODE_PERSISTENTpublic static final int DELIVERY_MODE_PERSISTENT Deprecated.SmartSockets PERSISTENT delivery mode.- See Also:
- Constant Field Values
 
 - 
LOAD_BALANCE_MODE_NONEpublic static final int LOAD_BALANCE_MODE_NONE Deprecated.SmartSockets NONE load balance mode.- See Also:
- Constant Field Values
 
 - 
LOAD_BALANCE_MODE_ROUND_ROBINpublic static final int LOAD_BALANCE_MODE_ROUND_ROBIN Deprecated.SmartSockets ROUND_ROBIN load balance mode.- See Also:
- Constant Field Values
 
 - 
LOAD_BALANCE_MODE_WEIGHTEDpublic static final int LOAD_BALANCE_MODE_WEIGHTED Deprecated.SmartSockets WEIGHTED load balance mode.- See Also:
- Constant Field Values
 
 - 
LOAD_BALANCE_MODE_SORTEDpublic 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_NONEpublic 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_NUMpublic 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_ALLpublic 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_NEVERpublic 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_ALWAYSpublic 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_RECEIVERSpublic 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- 
getServerNamespublic java.lang.String getServerNames() Deprecated.Get the names of the RTservers this transport connects to.- Returns:
- the server names
 
 - 
getUsernamepublic java.lang.String getUsername() Deprecated.Get the username used by the EMS server to authenticate itself to the SmartSockets server.- Returns:
- the username
 
 - 
getProjectpublic java.lang.String getProject() Deprecated.Get the SmartSockets project name.- Returns:
- the project name
 
 - 
getDeliveryModepublic int getDeliveryMode() Deprecated.Get the quality of service which delivers messages to the SmartSockets server over this transport.- Returns:
- the delivery mode
 
 - 
getLoadBalanceModepublic int getLoadBalanceMode() Deprecated.Get the load balancing regimen for messages that this transport exports to the SmartSockets server.- Returns:
- the load balancing regimen
 
 - 
getOverrideLoadBalanceModepublic 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
 
 - 
getGmdFileDeletepublic 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
 
 - 
getImportSSHeaderspublic int getImportSSHeaders() Deprecated.Indicates which SmartSockets headers will be imported. Possible values areIMPORT_SS_HEADERS_NONE,IMPORT_SS_HEADERS_TYPE_NUMandIMPORT_SS_HEADERS_ALL- Returns:
- the headers that will be imported
- Since:
- EMS 4.2
 
 - 
getPreserveGMDpublic 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_ALWAYSandPRESERVE_GMD_RECEIVERS.- Returns:
- situations when failed messages will be preserved in the EMS undelivered queue.
- Since:
- EMS 4.2
 
 - 
toStringpublic java.lang.String toString() Deprecated.- Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-