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 - :RemoteExceptionvoid startgetLogLinesFromFile(String logFile47, int maxLogs48, int start49, int end50, LogViewerCallbackHandler callback) throws RemoteException
getLogLinesFromFile46 - RemoteExceptionboolean isLogEventReciverConfigured()
throws RemoteException
isLogEventReciverConfigured53 - RemoteExceptionvoid startisLogEventReciverConfigured(LogViewerCallbackHandler callback) throws RemoteException
isLogEventReciverConfigured53 - RemoteExceptionPaginatedLogEvent getPaginatedLogEvents(int pageNumber57, String type58, String keyword59, String tenantDomain60, String serverKey61) throws RemoteException, LogViewerLogViewerException
getPaginatedLogEvents56 - LogViewerLogViewerException - :RemoteExceptionvoid startgetPaginatedLogEvents(int pageNumber57,
String type58,
String keyword59,
String tenantDomain60,
String serverKey61,
LogViewerCallbackHandler callback)
throws RemoteException
getPaginatedLogEvents56 - RemoteExceptionboolean isManager()
throws RemoteException
isManager64 - RemoteExceptionvoid startisManager(LogViewerCallbackHandler callback) throws RemoteException
isManager64 - RemoteExceptionString[] getServiceNames() throws RemoteException, LogViewerLogViewerException
getServiceNames67 - LogViewerLogViewerException - :RemoteExceptionvoid startgetServiceNames(LogViewerCallbackHandler callback) throws RemoteException
getServiceNames67 - RemoteExceptionLogEvent[] getAllSystemLogs() throws RemoteException, LogViewerLogViewerException
getAllSystemLogs70 - LogViewerLogViewerException - :RemoteExceptionvoid startgetAllSystemLogs(LogViewerCallbackHandler callback) throws RemoteException
getAllSystemLogs70 - RemoteExceptionboolean isValidTenantDomain(String tenantDomain74) throws RemoteException
isValidTenantDomain73 - RemoteExceptionvoid startisValidTenantDomain(String tenantDomain74, LogViewerCallbackHandler callback) throws RemoteException
isValidTenantDomain73 - RemoteExceptionboolean isFileAppenderConfiguredForST()
throws RemoteException
isFileAppenderConfiguredForST77 - RemoteExceptionvoid startisFileAppenderConfiguredForST(LogViewerCallbackHandler callback) throws RemoteException
isFileAppenderConfiguredForST77 - RemoteExceptionPaginatedLogFileInfo getLocalLogFiles(int pageNumber81, String tenantDomain82, String serverKey83) throws RemoteException, LogViewerLogViewerException
getLocalLogFiles80 - LogViewerLogViewerException - :RemoteExceptionvoid startgetLocalLogFiles(int pageNumber81,
String tenantDomain82,
String serverKey83,
LogViewerCallbackHandler callback)
throws RemoteException
getLocalLogFiles80 - RemoteExceptionint getNoOfLogEvents(String tenantDomain87, String serverKey88) throws RemoteException, LogViewerLogViewerException
getNoOfLogEvents86 - LogViewerLogViewerException - :RemoteExceptionvoid startgetNoOfLogEvents(String tenantDomain87, String serverKey88, LogViewerCallbackHandler callback) throws RemoteException
getNoOfLogEvents86 - RemoteExceptionPaginatedLogFileInfo getPaginatedLogFileInfo(int pageNumber92, String tenantDomain93, String serviceName94) throws RemoteException, LogViewerLogViewerException
getPaginatedLogFileInfo91 - LogViewerLogViewerException - :RemoteExceptionvoid startgetPaginatedLogFileInfo(int pageNumber92,
String tenantDomain93,
String serviceName94,
LogViewerCallbackHandler callback)
throws RemoteException
getPaginatedLogFileInfo91 - RemoteExceptionLogEvent[] getLogs(String type98, String keyword99, String tenantDomain100, String serverKey101) throws RemoteException, LogViewerLogViewerException
getLogs97 - LogViewerLogViewerException - :RemoteExceptionvoid startgetLogs(String type98, String keyword99, String tenantDomain100, String serverKey101, LogViewerCallbackHandler callback) throws RemoteException
getLogs97 - RemoteExceptionboolean clearLogs()
throws RemoteException
clearLogs104 - RemoteExceptionvoid startclearLogs(LogViewerCallbackHandler callback) throws RemoteException
clearLogs104 - RemoteExceptionDataHandler downloadArchivedLogFiles(String logFile108, String tenantDomain109, String serverKey110) throws RemoteException, LogViewerException
downloadArchivedLogFiles107 - LogViewerException - :RemoteExceptionvoid startdownloadArchivedLogFiles(String logFile108, String tenantDomain109, String serverKey110, LogViewerCallbackHandler callback) throws RemoteException
downloadArchivedLogFiles107 - RemoteExceptionString[] getApplicationNames(String tenantDomain114, String serverKey115) throws RemoteException, LogViewerLogViewerException
getApplicationNames113 - LogViewerLogViewerException - :RemoteExceptionvoid startgetApplicationNames(String tenantDomain114, String serverKey115, LogViewerCallbackHandler callback) throws RemoteException
getApplicationNames113 - RemoteExceptionLogEvent[] getApplicationLogs(String type119, String keyword120, String appName121, String tenantDomain122, String serverKey123) throws RemoteException, LogViewerLogViewerException
getApplicationLogs118 - LogViewerLogViewerException - :RemoteExceptionvoid startgetApplicationLogs(String type119, String keyword120, String appName121, String tenantDomain122, String serverKey123, LogViewerCallbackHandler callback) throws RemoteException
getApplicationLogs118 - RemoteExceptionPaginatedLogEvent getPaginatedApplicationLogEvents(int pageNumber127, String type128, String keyword129, String applicationName130, String tenantDomain131, String serverKey132) throws RemoteException, LogViewerException
getPaginatedApplicationLogEvents126 - LogViewerException - :RemoteExceptionvoid startgetPaginatedApplicationLogEvents(int pageNumber127,
String type128,
String keyword129,
String applicationName130,
String tenantDomain131,
String serverKey132,
LogViewerCallbackHandler callback)
throws RemoteException
getPaginatedApplicationLogEvents126 - RemoteExceptionboolean isValidTenant(String tenantDomain136) throws RemoteException
isValidTenant135 - RemoteExceptionvoid startisValidTenant(String tenantDomain136, LogViewerCallbackHandler callback) throws RemoteException
isValidTenant135 - RemoteExceptionint getLineNumbers(String logFile140) throws RemoteException, LogViewerException
getLineNumbers139 - LogViewerException - :RemoteExceptionvoid startgetLineNumbers(String logFile140, LogViewerCallbackHandler callback) throws RemoteException
getLineNumbers139 - RemoteExceptionCopyright © 2018 WSO2. All rights reserved.