Interface LogViewer
-
- All Known Implementing Classes:
LogViewerStub
public interface LogViewer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearLogs()Auto generated method signature for Asynchronous InvocationsLogEvent[]getAllSystemLogs()Auto generated method signaturevoidstartgetAllSystemLogs(LogViewerCallbackHandler callback)Auto generated method signature for Asynchronous Invocations
-
-
-
Method Detail
-
getAllSystemLogs
LogEvent[] getAllSystemLogs() throws RemoteException
Auto generated method signature- Parameters:
getAllSystemLogs0-- Throws:
RemoteException
-
startgetAllSystemLogs
void startgetAllSystemLogs(LogViewerCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
getAllSystemLogs0-- Throws:
RemoteException
-
clearLogs
void clearLogs() throws RemoteExceptionAuto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
-