Description: 'Provides access to properties of a server object.' 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 =
public class IAGSServerObject2Proxy extends IAGSServerObjectProxy implements IAGSServerObject2, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID2e07daa3_6dec_4dc3_a7ed_2f29e2ecfe4a
IID7c25fb69_eac4_433c_b08c_7ae39e83ffbd
Modifier | Constructor and Description |
---|---|
|
IAGSServerObject2Proxy()
Deprecated.
For internal use only
|
|
IAGSServerObject2Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IAGSServerObject2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IAGSServerObject2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IAGSServerObject2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IName |
getFullName()
Deprecated.
The AGSServerConnectionName object associated with the server object.
|
int |
getHttpTimeout()
Deprecated.
The maximum time in seconds to wait for a response from the server (Internet only).
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setHttpTimeout(int secs)
Deprecated.
The maximum time in seconds to wait for a response from the server (Internet only).
|
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 IAGSServerObject2Proxy(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 IAGSServerObject2Proxy()
public IAGSServerObject2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAGSServerObject2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAGSServerObject2Proxy(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 IAGSServerObjectProxy
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 IAGSServerObjectProxy
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 IName getFullName() throws java.io.IOException, AutomationException
getFullName
in interface IAGSServerObject2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setHttpTimeout(int secs) throws java.io.IOException, AutomationException
setHttpTimeout
in interface IAGSServerObject2
secs
- The secs (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getHttpTimeout() throws java.io.IOException, AutomationException
getHttpTimeout
in interface IAGSServerObject2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.