Package com.tibco.tibjms.admin
Class FTLTransportInfo
- java.lang.Object
- 
- com.tibco.tibjms.admin.TransportInfo
- 
- com.tibco.tibjms.admin.FTLTransportInfo
 
 
- 
 public class FTLTransportInfo extends TransportInfo This class represents TIBCO FTL transports that are configured on the EMS server. FTL transports are mechanisms for importing and exporting messages between EMS and FTL.- Since:
- EMS 8.2.0
 
- 
- 
Field Summary- 
Fields inherited from class com.tibco.tibjms.admin.TransportInfoNON_PERSISTENT, PERSISTENT, RELIABLE, TPORT_ALL, TPORT_FTL, TPORT_PULSAR, TPORT_RV, TPORT_RVCM, TPORT_SS
 
- 
 - 
Constructor SummaryConstructors Constructor Description FTLTransportInfo(java.lang.Object json)For Internal use only, may be removed or deprecated in future.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getConstants()Get aMap<String,String>of the transport export constants.java.lang.StringgetEndpointName()Get the name of the endpoint used by the transport.java.lang.StringgetExportFormat()Get the name of the export format of the transport.java.lang.StringgetMatchString()Get the import match string used by the transport's content matcher.java.lang.StringgetSubscriberName()Get the import subscriber name used by the transport.java.lang.StringtoString()- 
Methods inherited from class com.tibco.tibjms.admin.TransportInfogetExportHeaders, getExportProperties, getName, getQueueImportDeliveryMode, getTopicImportDeliveryMode, getType
 
- 
 
- 
- 
- 
Constructor Detail- 
FTLTransportInfopublic FTLTransportInfo(java.lang.Object json) throws JMSExceptionFor Internal use only, may be removed or deprecated in future.- Throws:
- JMSException
 
 
- 
 - 
Method Detail- 
getEndpointNamepublic java.lang.String getEndpointName() Get the name of the endpoint used by the transport.- Returns:
- the name of the endpoint
- Since:
- EMS 8.2.0
 
 - 
getSubscriberNamepublic java.lang.String getSubscriberName() Get the import subscriber name used by the transport.- Returns:
- the name of the subscriber
- Since:
- EMS 8.2.0
 
 - 
getMatchStringpublic java.lang.String getMatchString() Get the import match string used by the transport's content matcher.- Returns:
- the match string of the transport
- Since:
- EMS 8.2.0
 
 - 
getExportFormatpublic java.lang.String getExportFormat() Get the name of the export format of the transport.- Returns:
- the name of the export format
- Since:
- EMS 8.2.0
 
 - 
getConstantspublic java.util.Map<java.lang.String,java.lang.String> getConstants() Get aMap<String,String>of the transport export constants. The key is the name of the constant, and the value is a string representation of the constant value.- Returns:
- a Map<String,String>of the constant names and values.
- Since:
- EMS 8.2.0
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-