Package com.tibco.tibjms.admin
Class RVTransportInfo
- java.lang.Object
- 
- com.tibco.tibjms.admin.TransportInfo
- 
- com.tibco.tibjms.admin.RVTransportInfo
 
 
- 
 public class RVTransportInfo extends TransportInfo This class represents TIBCO Rendezvous transports that are configured on the EMS server. Rendezvous transports are mechanisms for importing and exporting messages between EMS and TIBCO Rendezvous.
- 
- 
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 RVTransportInfo(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.lang.StringgetDaemon()Get the name of the transport's TIBCO Rendezvous daemon parameter.java.lang.StringgetNetwork()Get the name of the transport's TIBCO Rendezvous network parameter.RVQueuePolicygetPolicy()Returns the discard policy of the TIBCO Rendezvous internal queue used by this transport.java.lang.StringgetService()Get the name of the transport's TIBCO Rendezvous service parameter.java.lang.StringtoString()- 
Methods inherited from class com.tibco.tibjms.admin.TransportInfogetExportHeaders, getExportProperties, getName, getQueueImportDeliveryMode, getTopicImportDeliveryMode, getType
 
- 
 
- 
- 
- 
Constructor Detail- 
RVTransportInfopublic RVTransportInfo(java.lang.Object json) throws JMSExceptionFor Internal use only, may be removed or deprecated in future.- Throws:
- JMSException
 
 
- 
 - 
Method Detail- 
getServicepublic java.lang.String getService() Get the name of the transport's TIBCO Rendezvous service parameter.- Returns:
- the transport's service.
 
 - 
getNetworkpublic java.lang.String getNetwork() Get the name of the transport's TIBCO Rendezvous network parameter.- Returns:
- the transport's network.
 
 - 
getDaemonpublic java.lang.String getDaemon() Get the name of the transport's TIBCO Rendezvous daemon parameter.- Returns:
- the transport's daemon.
 
 - 
getPolicypublic RVQueuePolicy getPolicy() Returns the discard policy of the TIBCO Rendezvous internal queue used by this transport.- Returns:
- the RV Queue policy for this transport
- Since:
- EMS 5.0
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-