public interface IEventLogTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
clearLog() |
void |
discardQuery(java.lang.String queryID) |
EventLogSettings |
getEventLogSettings() |
LogLevel |
getLogLevel() |
EventLogFieldMetaData[] |
getMetaData() |
GetQueryDataOutput |
getQueryData(GetQueryDataInput input) |
EventLogFileMetaData[] |
listFiles() |
LogReturn |
log(NewEventLogEntry entry) |
RunQueryOutput |
runQuery(RunQueryInput input) |
void |
updateEventLogSettings(EventLogSettings settings) |
LogReturn log(NewEventLogEntry entry) throws java.rmi.RemoteException
java.rmi.RemoteExceptionEventLogFileMetaData[] listFiles() throws java.rmi.RemoteException
java.rmi.RemoteExceptionLogLevel getLogLevel() throws java.rmi.RemoteException
java.rmi.RemoteExceptionEventLogSettings getEventLogSettings() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateEventLogSettings(EventLogSettings settings) throws java.rmi.RemoteException
java.rmi.RemoteExceptionEventLogFieldMetaData[] getMetaData() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid clearLog()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid discardQuery(java.lang.String queryID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionGetQueryDataOutput getQueryData(GetQueryDataInput input) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRunQueryOutput runQuery(RunQueryInput input) throws java.rmi.RemoteException
java.rmi.RemoteException