com.esri.arcgis.server
Interface IServerLog2

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

public interface IServerLog2
extends java.io.Serializable

COM Interface 'IServerLog2'. 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 IIDb7729ab3_6fd1_402d_9162_ae21b9ec545e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void releaseLog()
          Release the server log back to the server so it can be used by another client.
 

Field Detail

IIDb7729ab3_6fd1_402d_9162_ae21b9ec545e

static final int IIDb7729ab3_6fd1_402d_9162_ae21b9ec545e
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

releaseLog

void releaseLog()
                throws java.io.IOException,
                       AutomationException
Release the server log back to the server so it can be used by another client.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.