|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.TransportInfo
com.tibco.tibjms.admin.RVTransportInfo
public class RVTransportInfo
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.TransportInfo |
---|
NON_PERSISTENT, PERSISTENT, RELIABLE, TPORT_ALL, TPORT_RV, TPORT_RVCM, TPORT_SS |
Method Summary | |
---|---|
java.lang.String |
getDaemon()
Get the name of the transport's TIBCO Rendezvous daemon parameter. |
java.lang.String |
getNetwork()
Get the name of the transport's TIBCO Rendezvous network parameter. |
RVQueuePolicy |
getPolicy()
Returns the discard policy of the TIBCO Rendezvous internal queue used by this transport. |
java.lang.String |
getService()
Get the name of the transport's TIBCO Rendezvous service parameter. |
java.lang.String |
toString()
|
Methods inherited from class com.tibco.tibjms.admin.TransportInfo |
---|
getExportHeaders, getExportProperties, getName, getQueueImportDeliveryMode, getTopicImportDeliveryMode, getType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getService()
public java.lang.String getNetwork()
public java.lang.String getDaemon()
public RVQueuePolicy getPolicy()
public java.lang.String toString()
toString
in class java.lang.Object
|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |