Interface LogViewer
-
- All Known Implementing Classes:
LogViewerStub
public interface LogViewer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearLogs()
Auto generated method signature for Asynchronous InvocationsLogEvent[]
getAllSystemLogs()
Auto generated method signaturevoid
startgetAllSystemLogs(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 RemoteException
Auto generated method signature for Asynchronous Invocations- Throws:
RemoteException
-
-