public class RVCMTransportInfo extends TransportInfo
NON_PERSISTENT, PERSISTENT, RELIABLE, TPORT_ALL, TPORT_FTL, TPORT_RV, TPORT_RVCM, TPORT_SS
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCMName()
Get the certified messaging name used by this transport for
TIBCO Rendezvous Certified Messaging.
|
double |
getDefaultTimeLimit()
Get the default time-to-live for TIBCO Rendezvous Certified Messages
sent on this transport by the server to TIBCO Rendezvous clients.
|
boolean |
getExlicitConfigOnly()
Deprecated.
as of EMS 6.0, use the correctly spelled API getExplicitConfigOnly()
|
boolean |
getExplicitConfigOnly()
Indicates whether or not only TIBCO Rendezvous Certified listeners that
have been explicitly configured are allowed to receive messages
exported by the EMS server.
|
java.lang.String |
getLedger()
Get the name of the ledger file used by this transport for
TIBCO Rendezvous Certified Messaging.
|
RVQueuePolicy |
getPolicy()
Returns the discard policy of the TIBCO Rendezvous internal queue
used by this transport.
|
boolean |
getRequestOld()
Indicates whether or not TIBCO Rendezvous Certified Messages that were
sent by certified senders while the EMS server was not running should be
requested when the EMS server starts up.
|
java.lang.String |
getRVTransportName()
Get the name of this transport's TIBCO Rendezvous transport.
|
boolean |
getSyncLedger()
Indicates whether or not the EMS server is to use a synchronous ledger
file when participating in TIBCO Rendezvous Certified Messaging on this
transport.
|
java.lang.String |
toString() |
getExportHeaders, getExportProperties, getName, getQueueImportDeliveryMode, getTopicImportDeliveryMode, getType
public java.lang.String getRVTransportName()
public java.lang.String getCMName()
public java.lang.String getLedger()
public boolean getSyncLedger()
public boolean getRequestOld()
public double getDefaultTimeLimit()
@Deprecated public boolean getExlicitConfigOnly()
public boolean getExplicitConfigOnly()
public RVQueuePolicy getPolicy()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © Cloud Software Group, Inc. All rights reserved