com.esri.arcgis.server
Interface IServerLog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServerLogProxy, ServerLogImpl

public interface IServerLog
extends java.io.Serializable

COM Interface 'IServerLog'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to members that query and retrieve log records.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID44dc928c_0350_4bdb_9970_4d5ca68b4117
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IServerLogQuery createQuery()
          Creates an IServerLogQuery for interrogating the ArcGIS server logs.
 java.lang.String getLogRecords(IServerLogQuery pQuery)
          Retrieves ArcGIS Server log records using an IServerLogQuery.
 

Field Detail

IID44dc928c_0350_4bdb_9970_4d5ca68b4117

static final int IID44dc928c_0350_4bdb_9970_4d5ca68b4117
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

createQuery

IServerLogQuery createQuery()
                            throws java.io.IOException,
                                   AutomationException
Creates an IServerLogQuery for interrogating the ArcGIS server logs.

Returns:
A reference to a com.esri.arcgis.server.IServerLogQuery
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLogRecords

java.lang.String getLogRecords(IServerLogQuery pQuery)
                               throws java.io.IOException,
                                      AutomationException
Retrieves ArcGIS Server log records using an IServerLogQuery.

Parameters:
pQuery - A reference to a com.esri.arcgis.server.IServerLogQuery (in)
Returns:
The results
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.