TIBCO EMS .NET API 8.4
TIBCO EMS .NET API 8.4
|
This class represents FTL parameters. More...
Public Attributes | |
const string | FTL_URL = "ftl_url" |
String parameter for the FTL realm server URL. More... | |
const string | FTL_URL_SECONDARY = "ftl_url_sec" |
String parameter for the FTL realm server secondary URL. More... | |
const string | FTL_USERNAME = "ftl_un" |
String parameter for the FTL username. More... | |
const string | FTL_LOG_LEVEL = "ftl_ll" |
String parameter for the FTL log level. More... | |
const string | FTL_DISCARD_POLICY = "ftl_dp" |
String parameter for the FTL discard policy. More... | |
const string | FTL_DISCARD_AMOUNT = "ftl_da" |
String parameter for the FTL event queue discard amount. More... | |
const string | FTL_MAX_EVENTS = "ftl_me" |
String parameter for the FTL event queue maximum event count. More... | |
Additional Inherited Members | |
![]() | |
override string | ToString () |
Generate a string representation of parameters. More... | |
This class represents FTL parameters.
const string TIBCO.EMS.ADMIN.FTLParams.FTL_DISCARD_AMOUNT = "ftl_da" |
String parameter for the FTL event queue discard amount.
const string TIBCO.EMS.ADMIN.FTLParams.FTL_DISCARD_POLICY = "ftl_dp" |
String parameter for the FTL discard policy.
const string TIBCO.EMS.ADMIN.FTLParams.FTL_LOG_LEVEL = "ftl_ll" |
String parameter for the FTL log level.
const string TIBCO.EMS.ADMIN.FTLParams.FTL_MAX_EVENTS = "ftl_me" |
String parameter for the FTL event queue maximum event count.
const string TIBCO.EMS.ADMIN.FTLParams.FTL_URL = "ftl_url" |
String parameter for the FTL realm server URL.
const string TIBCO.EMS.ADMIN.FTLParams.FTL_URL_SECONDARY = "ftl_url_sec" |
String parameter for the FTL realm server secondary URL.
const string TIBCO.EMS.ADMIN.FTLParams.FTL_USERNAME = "ftl_un" |
String parameter for the FTL username.