public class IEventLogTaskStub extends org.apache.axis.client.Stub implements IEventLogTask
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
| Constructor and Description |
|---|
IEventLogTaskStub() |
IEventLogTaskStub(javax.xml.rpc.Service service) |
IEventLogTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
void |
clearLog() |
protected org.apache.axis.client.Call |
createCall() |
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) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IEventLogTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IEventLogTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IEventLogTaskStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprivate void addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic LogReturn log(NewEventLogEntry entry) throws java.rmi.RemoteException
log in interface IEventLogTaskjava.rmi.RemoteExceptionpublic EventLogFileMetaData[] listFiles() throws java.rmi.RemoteException
listFiles in interface IEventLogTaskjava.rmi.RemoteExceptionpublic LogLevel getLogLevel() throws java.rmi.RemoteException
getLogLevel in interface IEventLogTaskjava.rmi.RemoteExceptionpublic EventLogSettings getEventLogSettings() throws java.rmi.RemoteException
getEventLogSettings in interface IEventLogTaskjava.rmi.RemoteExceptionpublic void updateEventLogSettings(EventLogSettings settings) throws java.rmi.RemoteException
updateEventLogSettings in interface IEventLogTaskjava.rmi.RemoteExceptionpublic EventLogFieldMetaData[] getMetaData() throws java.rmi.RemoteException
getMetaData in interface IEventLogTaskjava.rmi.RemoteExceptionpublic void clearLog()
throws java.rmi.RemoteException
clearLog in interface IEventLogTaskjava.rmi.RemoteExceptionpublic void discardQuery(java.lang.String queryID)
throws java.rmi.RemoteException
discardQuery in interface IEventLogTaskjava.rmi.RemoteExceptionpublic GetQueryDataOutput getQueryData(GetQueryDataInput input) throws java.rmi.RemoteException
getQueryData in interface IEventLogTaskjava.rmi.RemoteExceptionpublic RunQueryOutput runQuery(RunQueryInput input) throws java.rmi.RemoteException
runQuery in interface IEventLogTaskjava.rmi.RemoteException