| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConfigPrx.async_checkConfig(ConfigPrxCallback callback,
String appServerName,
String filename,
String host,
Map<String,String> ctx)
Check whether the configuration file conforms to the TC_Config format
|
void |
ConfigPrx.async_checkConfigByInfo(ConfigPrxCallback callback,
ConfigInfo configInfo,
Map<String,String> ctx)
Check whether the configuration file conforms to the TC_Config format
|
void |
ConfigPrx.async_ListConfig(ConfigPrxCallback callback,
String app,
String server,
Map<String,String> ctx)
Read the configuration file list
|
void |
ConfigPrx.async_ListConfigByInfo(ConfigPrxCallback callback,
ConfigInfo configInfo,
Map<String,String> ctx)
Read the configuration file list of the node where the service is located
|
void |
ConfigPrx.async_loadConfig(ConfigPrxCallback callback,
String app,
String server,
String filename,
Map<String,String> ctx)
Read the configuration file list
|
void |
ConfigPrx.async_loadConfigByHost(ConfigPrxCallback callback,
String appServerName,
String filename,
String host,
Map<String,String> ctx)
Read file according to host
|
void |
ConfigPrx.async_loadConfigByInfo(ConfigPrxCallback callback,
ConfigInfo configInfo,
Map<String,String> ctx)
Read configuration file
|
int |
ConfigPrx.checkConfig(String appServerName,
String filename,
String host,
Holder<String> result,
Map<String,String> ctx)
Check whether the configuration file conforms to the TC_Config format
|
int |
ConfigPrx.checkConfigByInfo(ConfigInfo configInfo,
Holder<String> result,
Map<String,String> ctx)
Check whether the configuration file conforms to the TC_Config format
|
int |
ConfigPrx.ListConfig(String app,
String server,
Holder<List<String>> vf,
Map<String,String> ctx)
Read the configuration file list
|
int |
ConfigPrx.ListConfigByInfo(ConfigInfo configInfo,
Holder<List<String>> vf,
Map<String,String> ctx)
Read the configuration file list of the node where the service is located
|
int |
ConfigPrx.loadConfig(String app,
String server,
String filename,
Holder<String> config,
Map<String,String> ctx)
Read the configuration file list
|
int |
ConfigPrx.loadConfigByHost(String appServerName,
String filename,
String host,
Holder<String> config,
Map<String,String> ctx)
Read file according to host
|
int |
ConfigPrx.loadConfigByInfo(ConfigInfo configInfo,
Holder<String> config,
Map<String,String> ctx)
Read configuration file
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LogPrx.async_logger(LogPrxCallback callback,
String app,
String server,
String file,
String format,
List<String> buffer,
Map<String,String> ctx)
Record remote logs
|
void |
LogPrx.async_loggerbyInfo(LogPrxCallback callback,
LogInfo info,
List<String> buffer,
Map<String,String> ctx)
Record remote logs
|
void |
LogPrx.logger(String app,
String server,
String file,
String format,
List<String> buffer,
Map<String,String> ctx)
Record remote logs
|
void |
LogPrx.loggerbyInfo(LogInfo info,
List<String> buffer,
Map<String,String> ctx)
Record remote logs
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ServerFPrx.async_keepAlive(ServerFPrxCallback callback,
ServerInfo serverInfo,
Map<String,String> ctx)
Report serverInfo to node regularly
|
void |
ServerFPrx.async_reportVersion(ServerFPrxCallback callback,
String app,
String serverName,
String version,
Map<String,String> ctx)
Report TARS version information to node
|
int |
ServerFPrx.keepAlive(ServerInfo serverInfo,
Map<String,String> ctx)
Report serverInfo to node regularly
|
int |
ServerFPrx.reportVersion(String app,
String serverName,
String version,
Map<String,String> ctx)
Report TARS version information to node
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NotifyPrx.async_getNotifyInfo(NotifyPrxCallback callback,
NotifyKey stKey,
Map<String,String> ctx)
Get report information
|
void |
NotifyPrx.async_notifyServer(NotifyPrxCallback callback,
String sServerName,
int level,
String sMessage,
Map<String,String> ctx)
Business reported information, used for alarm
|
void |
NotifyPrx.async_reportNotifyInfo(NotifyPrxCallback callback,
ReportInfo info,
Map<String,String> ctx) |
void |
NotifyPrx.async_reportServer(NotifyPrxCallback callback,
String sServerName,
String sThreadId,
String sMessage,
Map<String,String> ctx)
The information reported by the framework is stored in the database
|
int |
NotifyPrx.getNotifyInfo(NotifyKey stKey,
Holder<NotifyInfo> stInfo,
Map<String,String> ctx)
Get report information
|
void |
NotifyPrx.notifyServer(String sServerName,
int level,
String sMessage,
Map<String,String> ctx)
Business reported information, used for alarm
|
void |
NotifyPrx.reportNotifyInfo(ReportInfo info,
Map<String,String> ctx) |
void |
NotifyPrx.reportServer(String sServerName,
String sThreadId,
String sMessage,
Map<String,String> ctx)
The information reported by the framework is stored in the database
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PropertyFPrx.async_reportPropMsg(PropertyFPrxCallback callback,
Map<StatPropMsgHead,StatPropMsgBody> statmsg,
Map<String,String> ctx)
Report attribute statistics information Prop = property
|
int |
PropertyFPrx.reportPropMsg(Map<StatPropMsgHead,StatPropMsgBody> statmsg,
Map<String,String> ctx)
Report attribute statistics information Prop = property
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
QueryFPrx.async_findObjectById(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Get the object by id
|
void |
QueryFPrx.async_findObjectById4All(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Get all endpoint lists of objects according to id, the function is the same as findObjectByIdInSameGroup
|
void |
QueryFPrx.async_findObjectById4Any(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Gets all objects by id, both active and inactive
|
void |
QueryFPrx.async_findObjectByIdInSameGroup(QueryFPrxCallback callback,
String id,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
void |
QueryFPrx.async_findObjectByIdInSameSet(QueryFPrxCallback callback,
String id,
String setId,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
void |
QueryFPrx.async_findObjectByIdInSameStation(QueryFPrxCallback callback,
String id,
String sStation,
Map<String,String> ctx)
Get the endpoint list of the specified home location of the object according to id
|
List<EndpointF> |
QueryFPrx.findObjectById(String id,
Map<String,String> ctx)
Get the object by id
|
int |
QueryFPrx.findObjectById4All(String id,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp,
Map<String,String> ctx)
Get all endpoint lists of objects according to id, the function is the same as findObjectByIdInSameGroup
|
int |
QueryFPrx.findObjectById4Any(String id,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp,
Map<String,String> ctx)
Gets all objects by id, both active and inactive
|
int |
QueryFPrx.findObjectByIdInSameGroup(String id,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
int |
QueryFPrx.findObjectByIdInSameSet(String id,
String setId,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp,
Map<String,String> ctx)
Get the same group endpoint list of objects according to id
|
int |
QueryFPrx.findObjectByIdInSameStation(String id,
String sStation,
Holder<List<EndpointF>> activeEp,
Holder<List<EndpointF>> inactiveEp,
Map<String,String> ctx)
Get the endpoint list of the specified home location of the object according to id
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StatFPrx.async_reportMicMsg(StatFPrxCallback callback,
Map<StatMicMsgHead,StatMicMsgBody> msg,
boolean bFromClient,
Map<String,String> ctx)
Report calling information between modules Mic = module interval call
|
void |
StatFPrx.async_reportSampleMsg(StatFPrxCallback callback,
List<StatSampleMsg> msg,
Map<String,String> ctx)
上报模块间调用采样信息 Mic = module interval call
|
int |
StatFPrx.reportMicMsg(Map<StatMicMsgHead,StatMicMsgBody> msg,
boolean bFromClient,
Map<String,String> ctx)
Report calling information between modules Mic = module interval call
|
int |
StatFPrx.reportSampleMsg(List<StatSampleMsg> msg,
Map<String,String> ctx)
上报模块间调用采样信息 Mic = module interval call
|
Copyright © 2020. All Rights Reserved.