com.esri.arcgis.server
Class IServerLogQueryProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerLogQueryProxy
All Implemented Interfaces:
IServerLogQuery, java.io.Externalizable, java.io.Serializable

public class IServerLogQueryProxy
extends com.esri.arcgis.interop.Dispatch
implements IServerLogQuery, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.server.IServerLogQuery
IID, IID97d02ac6_aabb_4030_85f1_7280f28785de
 
Constructor Summary
  IServerLogQueryProxy()
          For internal use only
  IServerLogQueryProxy(java.lang.Object obj)
           
protected IServerLogQueryProxy(java.lang.Object obj, java.lang.String iid)
           
  IServerLogQueryProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IServerLogQueryProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IServerLogQueryProxy

public IServerLogQueryProxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IServerLogQueryProxy

public IServerLogQueryProxy()
For internal use only


IServerLogQueryProxy

public IServerLogQueryProxy(java.lang.Object obj)
                     throws java.io.IOException
Throws:
java.io.IOException

IServerLogQueryProxy

protected IServerLogQueryProxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Throws:
java.io.IOException

IServerLogQueryProxy

protected IServerLogQueryProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getStartTime

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

Specified by:
getStartTime in interface IServerLogQuery
Returns:
The pTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartTime

public 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.

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

getEndTime

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

Specified by:
getEndTime in interface IServerLogQuery
Returns:
The pTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndTime

public 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.

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

getTarget

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

Specified by:
getTarget in interface IServerLogQuery
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTarget

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

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

getMachine

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

Specified by:
getMachine in interface IServerLogQuery
Returns:
The pMachine
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMachine

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

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

getLevel

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

Specified by:
getLevel in interface IServerLogQuery
Returns:
The pLevel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLevel

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

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

getMaxRecords

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

Specified by:
getMaxRecords in interface IServerLogQuery
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxRecords

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

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

getStartIndex

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

Specified by:
getStartIndex in interface IServerLogQuery
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartIndex

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

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