com.esri.arcgis.server
Interface IServerLogQuery

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServerLogQueryProxy

public interface IServerLogQuery
extends java.io.Serializable

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

Description: 'Provides access to members that configure a query to the ArcGIS Server logs.' 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 IID97d02ac6_aabb_4030_85f1_7280f28785de
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.util.Date getEndTime()
          The end time in the ArcGIS Server logs at which to end the query.
 int getLevel()
          The log level at which to query (1-5).
 java.lang.String getMachine()
          The machine name for which to query.
 int getMaxRecords()
          The maximum number of records to retrieve with the query.
 int getStartIndex()
          The starting index at which to start retrieving records from the query.
 java.util.Date getStartTime()
          The start time in the ArcGIS Server logs at which to begin the query.
 java.lang.String getTarget()
          The log target name.
 void setEndTime(java.util.Date pTime)
          The end time in the ArcGIS Server logs at which to end the query.
 void setLevel(int pLevel)
          The log level at which to query (1-5).
 void setMachine(java.lang.String pMachine)
          The machine name for which to query.
 void setMaxRecords(int pVal)
          The maximum number of records to retrieve with the query.
 void setStartIndex(int pVal)
          The starting index at which to start retrieving records from the query.
 void setStartTime(java.util.Date pTime)
          The start time in the ArcGIS Server logs at which to begin the query.
 void setTarget(java.lang.String pName)
          The log target name.
 

Field Detail

IID97d02ac6_aabb_4030_85f1_7280f28785de

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

getStartTime

java.util.Date getStartTime()
                            throws java.io.IOException,
                                   AutomationException
The start time in the ArcGIS Server logs at which to begin the query.

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

setStartTime

void setStartTime(java.util.Date pTime)
                  throws java.io.IOException,
                         AutomationException
The start time in the ArcGIS Server logs at which to begin the query.

Parameters:
pTime - The pTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndTime

java.util.Date getEndTime()
                          throws java.io.IOException,
                                 AutomationException
The end time in the ArcGIS Server logs at which to end the query.

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

setEndTime

void setEndTime(java.util.Date pTime)
                throws java.io.IOException,
                       AutomationException
The end time in the ArcGIS Server logs at which to end the query.

Parameters:
pTime - The pTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTarget

java.lang.String getTarget()
                           throws java.io.IOException,
                                  AutomationException
The log target name.

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

setTarget

void setTarget(java.lang.String pName)
               throws java.io.IOException,
                      AutomationException
The log target name.

Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMachine

java.lang.String getMachine()
                            throws java.io.IOException,
                                   AutomationException
The machine name for which to query.

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

setMachine

void setMachine(java.lang.String pMachine)
                throws java.io.IOException,
                       AutomationException
The machine name for which to query.

Parameters:
pMachine - The pMachine (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLevel

int getLevel()
             throws java.io.IOException,
                    AutomationException
The log level at which to query (1-5).

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

setLevel

void setLevel(int pLevel)
              throws java.io.IOException,
                     AutomationException
The log level at which to query (1-5).

Parameters:
pLevel - The pLevel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxRecords

int getMaxRecords()
                  throws java.io.IOException,
                         AutomationException
The maximum number of records to retrieve with the query.

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

setMaxRecords

void setMaxRecords(int pVal)
                   throws java.io.IOException,
                          AutomationException
The maximum number of records to retrieve with the query.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStartIndex

int getStartIndex()
                  throws java.io.IOException,
                         AutomationException
The starting index at which to start retrieving records from the query.

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

setStartIndex

void setStartIndex(int pVal)
                   throws java.io.IOException,
                          AutomationException
The starting index at which to start retrieving records from the query.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.