|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.TransportInfo
This abstract class represents the data and behavior common to transports of all types that are configured on the EMS server. Transports are mechanisms for importing and exporting messages between EMS and other messaging systems. Currently the only types of transports supported are TIBCO Rendezvous and Rendezvous Certified Messaging.
Field Summary | |
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_RV
Type indicating a TIBCO Rendezvous transport. |
static int |
TPORT_RVCM
Type indicating a TIBCO Rendezvous Certified Messaging transport. |
static int |
TPORT_SS
Type indicating a TIBCO SmartSockets transport. |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TPORT_ALL
public static final int TPORT_RV
public static final int TPORT_RVCM
public static final int TPORT_SS
public static final int NON_PERSISTENT
public static final int PERSISTENT
public static final int RELIABLE
Method Detail |
public java.lang.String getName()
public int getType()
public int getTopicImportDeliveryMode()
public int getQueueImportDeliveryMode()
public boolean getExportHeaders()
public boolean getExportProperties()
|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |