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.AxisFault
public IEventLogTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IEventLogTaskStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
private 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.RemoteException
public LogReturn log(NewEventLogEntry entry) throws java.rmi.RemoteException
log
in interface IEventLogTask
java.rmi.RemoteException
public EventLogFileMetaData[] listFiles() throws java.rmi.RemoteException
listFiles
in interface IEventLogTask
java.rmi.RemoteException
public LogLevel getLogLevel() throws java.rmi.RemoteException
getLogLevel
in interface IEventLogTask
java.rmi.RemoteException
public EventLogSettings getEventLogSettings() throws java.rmi.RemoteException
getEventLogSettings
in interface IEventLogTask
java.rmi.RemoteException
public void updateEventLogSettings(EventLogSettings settings) throws java.rmi.RemoteException
updateEventLogSettings
in interface IEventLogTask
java.rmi.RemoteException
public EventLogFieldMetaData[] getMetaData() throws java.rmi.RemoteException
getMetaData
in interface IEventLogTask
java.rmi.RemoteException
public void clearLog() throws java.rmi.RemoteException
clearLog
in interface IEventLogTask
java.rmi.RemoteException
public void discardQuery(java.lang.String queryID) throws java.rmi.RemoteException
discardQuery
in interface IEventLogTask
java.rmi.RemoteException
public GetQueryDataOutput getQueryData(GetQueryDataInput input) throws java.rmi.RemoteException
getQueryData
in interface IEventLogTask
java.rmi.RemoteException
public RunQueryOutput runQuery(RunQueryInput input) throws java.rmi.RemoteException
runQuery
in interface IEventLogTask
java.rmi.RemoteException