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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public IServerLogQueryProxy()
public IServerLogQueryProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IServerLogQueryProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.util.Date getStartTime() throws java.io.IOException, AutomationException
getStartTime
in interface IServerLogQuery
java.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 IServerLogQuery
pTime
- 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 IServerLogQuery
java.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 IServerLogQuery
pTime
- 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 IServerLogQuery
java.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 IServerLogQuery
pName
- 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 IServerLogQuery
java.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 IServerLogQuery
pMachine
- 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 IServerLogQuery
java.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 IServerLogQuery
pLevel
- 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 IServerLogQuery
java.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 IServerLogQuery
pVal
- 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 IServerLogQuery
java.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 IServerLogQuery
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.