public class IServerLogQueryProxy extends com.esri.arcgis.interop.Dispatch implements IServerLogQuery, 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 |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID97d02ac6_aabb_4030_85f1_7280f28785de| Modifier | Constructor and Description |
|---|---|
|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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)
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IServerLogQueryProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IServerLogQueryProxy()
public IServerLogQueryProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IServerLogQueryProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IServerLogQueryProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.util.Date getStartTime()
throws java.io.IOException,
AutomationException
getStartTime in interface IServerLogQueryjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStartTime(java.util.Date pTime)
throws java.io.IOException,
AutomationException
setStartTime in interface IServerLogQuerypTime - The pTime (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.util.Date getEndTime()
throws java.io.IOException,
AutomationException
getEndTime in interface IServerLogQueryjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEndTime(java.util.Date pTime)
throws java.io.IOException,
AutomationException
setEndTime in interface IServerLogQuerypTime - The pTime (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTarget()
throws java.io.IOException,
AutomationException
getTarget in interface IServerLogQueryjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTarget(java.lang.String pName)
throws java.io.IOException,
AutomationException
setTarget in interface IServerLogQuerypName - The pName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getMachine()
throws java.io.IOException,
AutomationException
getMachine in interface IServerLogQueryjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMachine(java.lang.String pMachine)
throws java.io.IOException,
AutomationException
setMachine in interface IServerLogQuerypMachine - The pMachine (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getLevel()
throws java.io.IOException,
AutomationException
getLevel in interface IServerLogQueryjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLevel(int pLevel)
throws java.io.IOException,
AutomationException
setLevel in interface IServerLogQuerypLevel - The pLevel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaxRecords()
throws java.io.IOException,
AutomationException
getMaxRecords in interface IServerLogQueryjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaxRecords(int pVal)
throws java.io.IOException,
AutomationException
setMaxRecords in interface IServerLogQuerypVal - The pVal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getStartIndex()
throws java.io.IOException,
AutomationException
getStartIndex in interface IServerLogQueryjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStartIndex(int pVal)
throws java.io.IOException,
AutomationException
setStartIndex in interface IServerLogQuerypVal - The pVal (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.