public interface LogViewer
Modifier and Type | Method and Description |
---|---|
boolean |
clearLogs()
Auto generated method signature
|
DataHandler |
downloadArchivedLogFiles(String logFile108,
String tenantDomain109,
String serverKey110)
Auto generated method signature
|
LogEvent[] |
getAllSystemLogs()
Auto generated method signature
|
LogEvent[] |
getApplicationLogs(String type119,
String keyword120,
String appName121,
String tenantDomain122,
String serverKey123)
Auto generated method signature
|
String[] |
getApplicationNames(String tenantDomain114,
String serverKey115)
Auto generated method signature
|
int |
getLineNumbers(String logFile140)
Auto generated method signature
|
PaginatedLogFileInfo |
getLocalLogFiles(int pageNumber81,
String tenantDomain82,
String serverKey83)
Auto generated method signature
|
String[] |
getLogLinesFromFile(String logFile47,
int maxLogs48,
int start49,
int end50)
Auto generated method signature
|
LogEvent[] |
getLogs(String type98,
String keyword99,
String tenantDomain100,
String serverKey101)
Auto generated method signature
|
int |
getNoOfLogEvents(String tenantDomain87,
String serverKey88)
Auto generated method signature
|
PaginatedLogEvent |
getPaginatedApplicationLogEvents(int pageNumber127,
String type128,
String keyword129,
String applicationName130,
String tenantDomain131,
String serverKey132)
Auto generated method signature
|
PaginatedLogEvent |
getPaginatedLogEvents(int pageNumber57,
String type58,
String keyword59,
String tenantDomain60,
String serverKey61)
Auto generated method signature
|
PaginatedLogFileInfo |
getPaginatedLogFileInfo(int pageNumber92,
String tenantDomain93,
String serviceName94)
Auto generated method signature
|
String[] |
getServiceNames()
Auto generated method signature
|
boolean |
isFileAppenderConfiguredForST()
Auto generated method signature
|
boolean |
isLogEventReciverConfigured()
Auto generated method signature
|
boolean |
isManager()
Auto generated method signature
|
boolean |
isValidTenant(String tenantDomain136)
Auto generated method signature
|
boolean |
isValidTenantDomain(String tenantDomain74)
Auto generated method signature
|
void |
startclearLogs(LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdownloadArchivedLogFiles(String logFile108,
String tenantDomain109,
String serverKey110,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllSystemLogs(LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApplicationLogs(String type119,
String keyword120,
String appName121,
String tenantDomain122,
String serverKey123,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetApplicationNames(String tenantDomain114,
String serverKey115,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLineNumbers(String logFile140,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLocalLogFiles(int pageNumber81,
String tenantDomain82,
String serverKey83,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLogLinesFromFile(String logFile47,
int maxLogs48,
int start49,
int end50,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLogs(String type98,
String keyword99,
String tenantDomain100,
String serverKey101,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetNoOfLogEvents(String tenantDomain87,
String serverKey88,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedApplicationLogEvents(int pageNumber127,
String type128,
String keyword129,
String applicationName130,
String tenantDomain131,
String serverKey132,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedLogEvents(int pageNumber57,
String type58,
String keyword59,
String tenantDomain60,
String serverKey61,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedLogFileInfo(int pageNumber92,
String tenantDomain93,
String serviceName94,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceNames(LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisFileAppenderConfiguredForST(LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisLogEventReciverConfigured(LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisManager(LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisValidTenant(String tenantDomain136,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisValidTenantDomain(String tenantDomain74,
LogViewerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String[] getLogLinesFromFile(String logFile47, int maxLogs48, int start49, int end50) throws RemoteException, LogViewerLogViewerException
getLogLinesFromFile46
- LogViewerLogViewerException
- :RemoteException
void startgetLogLinesFromFile(String logFile47, int maxLogs48, int start49, int end50, LogViewerCallbackHandler callback) throws RemoteException
getLogLinesFromFile46
- RemoteException
boolean isLogEventReciverConfigured() throws RemoteException
isLogEventReciverConfigured53
- RemoteException
void startisLogEventReciverConfigured(LogViewerCallbackHandler callback) throws RemoteException
isLogEventReciverConfigured53
- RemoteException
PaginatedLogEvent getPaginatedLogEvents(int pageNumber57, String type58, String keyword59, String tenantDomain60, String serverKey61) throws RemoteException, LogViewerLogViewerException
getPaginatedLogEvents56
- LogViewerLogViewerException
- :RemoteException
void startgetPaginatedLogEvents(int pageNumber57, String type58, String keyword59, String tenantDomain60, String serverKey61, LogViewerCallbackHandler callback) throws RemoteException
getPaginatedLogEvents56
- RemoteException
boolean isManager() throws RemoteException
isManager64
- RemoteException
void startisManager(LogViewerCallbackHandler callback) throws RemoteException
isManager64
- RemoteException
String[] getServiceNames() throws RemoteException, LogViewerLogViewerException
getServiceNames67
- LogViewerLogViewerException
- :RemoteException
void startgetServiceNames(LogViewerCallbackHandler callback) throws RemoteException
getServiceNames67
- RemoteException
LogEvent[] getAllSystemLogs() throws RemoteException, LogViewerLogViewerException
getAllSystemLogs70
- LogViewerLogViewerException
- :RemoteException
void startgetAllSystemLogs(LogViewerCallbackHandler callback) throws RemoteException
getAllSystemLogs70
- RemoteException
boolean isValidTenantDomain(String tenantDomain74) throws RemoteException
isValidTenantDomain73
- RemoteException
void startisValidTenantDomain(String tenantDomain74, LogViewerCallbackHandler callback) throws RemoteException
isValidTenantDomain73
- RemoteException
boolean isFileAppenderConfiguredForST() throws RemoteException
isFileAppenderConfiguredForST77
- RemoteException
void startisFileAppenderConfiguredForST(LogViewerCallbackHandler callback) throws RemoteException
isFileAppenderConfiguredForST77
- RemoteException
PaginatedLogFileInfo getLocalLogFiles(int pageNumber81, String tenantDomain82, String serverKey83) throws RemoteException, LogViewerLogViewerException
getLocalLogFiles80
- LogViewerLogViewerException
- :RemoteException
void startgetLocalLogFiles(int pageNumber81, String tenantDomain82, String serverKey83, LogViewerCallbackHandler callback) throws RemoteException
getLocalLogFiles80
- RemoteException
int getNoOfLogEvents(String tenantDomain87, String serverKey88) throws RemoteException, LogViewerLogViewerException
getNoOfLogEvents86
- LogViewerLogViewerException
- :RemoteException
void startgetNoOfLogEvents(String tenantDomain87, String serverKey88, LogViewerCallbackHandler callback) throws RemoteException
getNoOfLogEvents86
- RemoteException
PaginatedLogFileInfo getPaginatedLogFileInfo(int pageNumber92, String tenantDomain93, String serviceName94) throws RemoteException, LogViewerLogViewerException
getPaginatedLogFileInfo91
- LogViewerLogViewerException
- :RemoteException
void startgetPaginatedLogFileInfo(int pageNumber92, String tenantDomain93, String serviceName94, LogViewerCallbackHandler callback) throws RemoteException
getPaginatedLogFileInfo91
- RemoteException
LogEvent[] getLogs(String type98, String keyword99, String tenantDomain100, String serverKey101) throws RemoteException, LogViewerLogViewerException
getLogs97
- LogViewerLogViewerException
- :RemoteException
void startgetLogs(String type98, String keyword99, String tenantDomain100, String serverKey101, LogViewerCallbackHandler callback) throws RemoteException
getLogs97
- RemoteException
boolean clearLogs() throws RemoteException
clearLogs104
- RemoteException
void startclearLogs(LogViewerCallbackHandler callback) throws RemoteException
clearLogs104
- RemoteException
DataHandler downloadArchivedLogFiles(String logFile108, String tenantDomain109, String serverKey110) throws RemoteException, LogViewerException
downloadArchivedLogFiles107
- LogViewerException
- :RemoteException
void startdownloadArchivedLogFiles(String logFile108, String tenantDomain109, String serverKey110, LogViewerCallbackHandler callback) throws RemoteException
downloadArchivedLogFiles107
- RemoteException
String[] getApplicationNames(String tenantDomain114, String serverKey115) throws RemoteException, LogViewerLogViewerException
getApplicationNames113
- LogViewerLogViewerException
- :RemoteException
void startgetApplicationNames(String tenantDomain114, String serverKey115, LogViewerCallbackHandler callback) throws RemoteException
getApplicationNames113
- RemoteException
LogEvent[] getApplicationLogs(String type119, String keyword120, String appName121, String tenantDomain122, String serverKey123) throws RemoteException, LogViewerLogViewerException
getApplicationLogs118
- LogViewerLogViewerException
- :RemoteException
void startgetApplicationLogs(String type119, String keyword120, String appName121, String tenantDomain122, String serverKey123, LogViewerCallbackHandler callback) throws RemoteException
getApplicationLogs118
- RemoteException
PaginatedLogEvent getPaginatedApplicationLogEvents(int pageNumber127, String type128, String keyword129, String applicationName130, String tenantDomain131, String serverKey132) throws RemoteException, LogViewerException
getPaginatedApplicationLogEvents126
- LogViewerException
- :RemoteException
void startgetPaginatedApplicationLogEvents(int pageNumber127, String type128, String keyword129, String applicationName130, String tenantDomain131, String serverKey132, LogViewerCallbackHandler callback) throws RemoteException
getPaginatedApplicationLogEvents126
- RemoteException
boolean isValidTenant(String tenantDomain136) throws RemoteException
isValidTenant135
- RemoteException
void startisValidTenant(String tenantDomain136, LogViewerCallbackHandler callback) throws RemoteException
isValidTenant135
- RemoteException
int getLineNumbers(String logFile140) throws RemoteException, LogViewerException
getLineNumbers139
- LogViewerException
- :RemoteException
void startgetLineNumbers(String logFile140, LogViewerCallbackHandler callback) throws RemoteException
getLineNumbers139
- RemoteException
Copyright © 2019 WSO2. All rights reserved.