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.RemoteException
EventLogFileMetaData[] listFiles() throws java.rmi.RemoteException
java.rmi.RemoteException
LogLevel getLogLevel() throws java.rmi.RemoteException
java.rmi.RemoteException
EventLogSettings getEventLogSettings() throws java.rmi.RemoteException
java.rmi.RemoteException
void updateEventLogSettings(EventLogSettings settings) throws java.rmi.RemoteException
java.rmi.RemoteException
EventLogFieldMetaData[] getMetaData() throws java.rmi.RemoteException
java.rmi.RemoteException
void clearLog() throws java.rmi.RemoteException
java.rmi.RemoteException
void discardQuery(java.lang.String queryID) throws java.rmi.RemoteException
java.rmi.RemoteException
GetQueryDataOutput getQueryData(GetQueryDataInput input) throws java.rmi.RemoteException
java.rmi.RemoteException
RunQueryOutput runQuery(RunQueryInput input) throws java.rmi.RemoteException
java.rmi.RemoteException