public interface NotifyPrx
| 限定符和类型 | 方法和说明 |
|---|---|
void |
async_getNotifyInfo(NotifyPrxCallback callback,
NotifyKey stKey)
Get report information
|
void |
async_getNotifyInfo(NotifyPrxCallback callback,
NotifyKey stKey,
Map<String,String> ctx)
Get report information
|
void |
async_notifyServer(NotifyPrxCallback callback,
String sServerName,
int level,
String sMessage)
Business reported information, used for alarm
|
void |
async_notifyServer(NotifyPrxCallback callback,
String sServerName,
int level,
String sMessage,
Map<String,String> ctx)
Business reported information, used for alarm
|
void |
async_reportNotifyInfo(NotifyPrxCallback callback,
ReportInfo info) |
void |
async_reportNotifyInfo(NotifyPrxCallback callback,
ReportInfo info,
Map<String,String> ctx) |
void |
async_reportServer(NotifyPrxCallback callback,
String sServerName,
String sThreadId,
String sMessage)
The information reported by the framework is stored in the database
|
void |
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 |
getNotifyInfo(NotifyKey stKey,
Holder<NotifyInfo> stInfo)
Get report information
|
int |
getNotifyInfo(NotifyKey stKey,
Holder<NotifyInfo> stInfo,
Map<String,String> ctx)
Get report information
|
void |
notifyServer(String sServerName,
int level,
String sMessage)
Business reported information, used for alarm
|
void |
notifyServer(String sServerName,
int level,
String sMessage,
Map<String,String> ctx)
Business reported information, used for alarm
|
void |
reportNotifyInfo(ReportInfo info) |
void |
reportNotifyInfo(ReportInfo info,
Map<String,String> ctx) |
void |
reportServer(String sServerName,
String sThreadId,
String sMessage)
The information reported by the framework is stored in the database
|
void |
reportServer(String sServerName,
String sThreadId,
String sMessage,
Map<String,String> ctx)
The information reported by the framework is stored in the database
|
void reportServer(String sServerName, String sThreadId, String sMessage)
sServerName, - server namesThreadId, - server current thread idsMessage, - messagevoid reportServer(String sServerName, String sThreadId, String sMessage, Map<String,String> ctx)
sServerName, - server namesThreadId, - server current thread idsMessage, - messagevoid async_reportServer(NotifyPrxCallback callback, String sServerName, String sThreadId, String sMessage)
sServerName, - server namesThreadId, - server current thread idsMessage, - messagevoid async_reportServer(NotifyPrxCallback callback, String sServerName, String sThreadId, String sMessage, Map<String,String> ctx)
sServerName, - server namesThreadId, - server current thread idsMessage, - messagevoid notifyServer(String sServerName, int level, String sMessage)
sServerName, - server namelevel, - notify levelsMessage, - messagevoid notifyServer(String sServerName, int level, String sMessage, Map<String,String> ctx)
sServerName, - server namelevel, - notify levelsMessage, - messagevoid async_notifyServer(NotifyPrxCallback callback, String sServerName, int level, String sMessage)
sServerName, - server namelevel, - notify levelsMessage, - messagevoid async_notifyServer(NotifyPrxCallback callback, String sServerName, int level, String sMessage, Map<String,String> ctx)
sServerName, - server namelevel, - notify levelsMessage, - messageint getNotifyInfo(NotifyKey stKey, Holder<NotifyInfo> stInfo)
sServerName, - server nameout - , notify info detailint getNotifyInfo(NotifyKey stKey, Holder<NotifyInfo> stInfo, Map<String,String> ctx)
sServerName, - server nameout - , notify info detailvoid async_getNotifyInfo(NotifyPrxCallback callback, NotifyKey stKey)
sServerName, - server nameout - , notify info detailvoid async_getNotifyInfo(NotifyPrxCallback callback, NotifyKey stKey, Map<String,String> ctx)
sServerName, - server nameout - , notify info detailvoid reportNotifyInfo(ReportInfo info)
void reportNotifyInfo(ReportInfo info, Map<String,String> ctx)
void async_reportNotifyInfo(NotifyPrxCallback callback, ReportInfo info)
void async_reportNotifyInfo(NotifyPrxCallback callback, ReportInfo info, Map<String,String> ctx)
Copyright © 2020. All Rights Reserved.