|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.catalog.IGxAGSConnectionProxy
Description: 'Provides access to members of GxObject that connects to an ArcGIS server (AGS).' 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 IGxAGSConnectionProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| 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.catalog.IGxAGSConnection |
|---|
IID, IID85e89175_26ef_490b_8fcc_9363399275bb |
| Constructor Summary | |
|---|---|
|
IGxAGSConnectionProxy()
Deprecated. For internal use only |
|
IGxAGSConnectionProxy(java.lang.Object obj)
Deprecated. |
protected |
IGxAGSConnectionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGxAGSConnectionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGxAGSConnectionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
connect()
Deprecated. Connects to an ArcGIS server. |
void |
disconnect()
Deprecated. Disconnects from an ArcGIS server. |
void |
editServerProperties(int hParent,
short activePage)
Deprecated. Presents a modal dialog to allow editing the default properties of the server. |
IAGSServerConnectionName |
getAGSServerConnectionName()
Deprecated. The associated AGS server connection name object. |
java.lang.String |
getFileName()
Deprecated. Path to the AGS connection file. |
java.lang.Object |
getSelectedServerObjects()
Deprecated. The selected server objects. |
boolean |
isConnected()
Deprecated. Indicates whether the AGS connection has been made. |
void |
loadFromFile(java.lang.String path)
Deprecated. Loads an AGS connection file. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
saveToFile(java.lang.String path)
Deprecated. Writes an AGS connection file. |
void |
setAGSServerConnectionNameByRef(IAGSServerConnectionName serverConnName)
Deprecated. The associated AGS server connection name object. |
void |
setSelectedServerObjects(java.lang.Object selectedObjects)
Deprecated. The selected server objects. |
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGxAGSConnectionProxy(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.IOExceptionpublic IGxAGSConnectionProxy()
public IGxAGSConnectionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGxAGSConnectionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGxAGSConnectionProxy(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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public boolean isConnected()
throws java.io.IOException,
AutomationException
isConnected in interface IGxAGSConnectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void connect()
throws java.io.IOException,
AutomationException
connect in interface IGxAGSConnectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void disconnect()
throws java.io.IOException,
AutomationException
disconnect in interface IGxAGSConnectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadFromFile(java.lang.String path)
throws java.io.IOException,
AutomationException
loadFromFile in interface IGxAGSConnectionpath - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void saveToFile(java.lang.String path)
throws java.io.IOException,
AutomationException
saveToFile in interface IGxAGSConnectionpath - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFileName()
throws java.io.IOException,
AutomationException
getFileName in interface IGxAGSConnectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IAGSServerConnectionName getAGSServerConnectionName()
throws java.io.IOException,
AutomationException
getAGSServerConnectionName in interface IGxAGSConnectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAGSServerConnectionNameByRef(IAGSServerConnectionName serverConnName)
throws java.io.IOException,
AutomationException
setAGSServerConnectionNameByRef in interface IGxAGSConnectionserverConnName - A reference to a com.esri.arcgis.gisclient.IAGSServerConnectionName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getSelectedServerObjects()
throws java.io.IOException,
AutomationException
getSelectedServerObjects in interface IGxAGSConnectionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectedServerObjects(java.lang.Object selectedObjects)
throws java.io.IOException,
AutomationException
setSelectedServerObjects in interface IGxAGSConnectionselectedObjects - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void editServerProperties(int hParent,
short activePage)
throws java.io.IOException,
AutomationException
editServerProperties in interface IGxAGSConnectionhParent - The hParent (A COM typedef) (in)activePage - The activePage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||