@Deprecated public class SSTransportInfo extends TransportInfo
Modifier and Type | Field and 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.
|
NON_PERSISTENT, PERSISTENT, RELIABLE, TPORT_ALL, TPORT_FTL, TPORT_RV, TPORT_RVCM, TPORT_SS
Modifier and Type | Method and 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.
|
getExportHeaders, getExportProperties, getName, getQueueImportDeliveryMode, getTopicImportDeliveryMode, getType
public static final int DELIVERY_MODE_BEST_EFFORT
public static final int DELIVERY_MODE_SOME
public static final int DELIVERY_MODE_ALL
public static final int DELIVERY_MODE_ORDERED
public static final int DELIVERY_MODE_PERSISTENT
public static final int LOAD_BALANCE_MODE_NONE
public static final int LOAD_BALANCE_MODE_ROUND_ROBIN
public static final int LOAD_BALANCE_MODE_WEIGHTED
public static final int LOAD_BALANCE_MODE_SORTED
@Deprecated public static final int SUBSCRIBE_MODE_EXACT
@Deprecated public static final int SUBSCRIBE_MODE_ALL
public static final int IMPORT_SS_HEADERS_NONE
public static final int IMPORT_SS_HEADERS_TYPE_NUM
public static final int IMPORT_SS_HEADERS_ALL
public static final int PRESERVE_GMD_NEVER
public static final int PRESERVE_GMD_ALWAYS
public static final int PRESERVE_GMD_RECEIVERS
public java.lang.String getServerNames()
public java.lang.String getUsername()
public java.lang.String getProject()
public int getDeliveryMode()
public int getLoadBalanceMode()
public boolean getOverrideLoadBalanceMode()
public boolean getGmdFileDelete()
@Deprecated public int getSubscribeMode()
public int getImportSSHeaders()
IMPORT_SS_HEADERS_NONE
, IMPORT_SS_HEADERS_TYPE_NUM
and
IMPORT_SS_HEADERS_ALL
public int getPreserveGMD()
PRESERVE_GMD_NEVER
, PRESERVE_GMD_ALWAYS
and
PRESERVE_GMD_RECEIVERS
.public java.lang.String toString()
toString
in class java.lang.Object
Copyright © Cloud Software Group, Inc. All rights reserved