public interface IServerLogQuery
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID97d02ac6_aabb_4030_85f1_7280f28785de |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID97d02ac6_aabb_4030_85f1_7280f28785de
static final int xxDummy
static final java.lang.String IID
java.util.Date getStartTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStartTime(java.util.Date pTime) throws java.io.IOException, AutomationException
pTime
- The pTime (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getEndTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEndTime(java.util.Date pTime) throws java.io.IOException, AutomationException
pTime
- The pTime (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTarget() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTarget(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getMachine() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMachine(java.lang.String pMachine) throws java.io.IOException, AutomationException
pMachine
- The pMachine (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLevel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLevel(int pLevel) throws java.io.IOException, AutomationException
pLevel
- The pLevel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaxRecords() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxRecords(int pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getStartIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStartIndex(int pVal) throws java.io.IOException, AutomationException
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.