public abstract class TransportInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
NON_PERSISTENT
NON_PERSISTENT delivery mode.
|
static int |
PERSISTENT
PERSISTENT delivery mode.
|
static int |
RELIABLE
RELIABLE delivery mode.
|
static int |
TPORT_ALL
Type indicating all types of transport.
|
static int |
TPORT_FTL
Type indicating a TIBCO FTL transport.
|
static int |
TPORT_RV
Type indicating a TIBCO Rendezvous transport.
|
static int |
TPORT_RVCM
Type indicating a TIBCO Rendezvous Certified Messaging transport.
|
static int |
TPORT_SS
Deprecated.
As of release 8.6
|
Modifier and Type | Method and Description |
---|---|
boolean |
getExportHeaders()
Indicates whether or not EMS header information is included in messages
exported on this transport.
|
boolean |
getExportProperties()
Indicates whether or not the EMS message properties are included in
messages exported on this transport.
|
java.lang.String |
getName()
Get the name of the transport.
|
int |
getQueueImportDeliveryMode()
Get the delivery mode for messages imported from this transport to a
queue.
|
int |
getTopicImportDeliveryMode()
Get the delivery mode for messages imported from this transport to a
topic.
|
int |
getType()
Get the type of the transport.
|
public static final int TPORT_ALL
public static final int TPORT_RV
public static final int TPORT_RVCM
@Deprecated public static final int TPORT_SS
public static final int TPORT_FTL
public static final int NON_PERSISTENT
public static final int PERSISTENT
public static final int RELIABLE
public java.lang.String getName()
public int getType()
public int getTopicImportDeliveryMode()
public int getQueueImportDeliveryMode()
public boolean getExportHeaders()
public boolean getExportProperties()
Copyright © Cloud Software Group, Inc. All rights reserved