|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.catalogUI.AddAGSDialog
public class AddAGSDialog
Add ArcGIS Server Dialog.
| Constructor Summary | |
|---|---|
AddAGSDialog()
Constructs a AddAGSDialog using ArcGIS Engine. |
|
AddAGSDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AddAGSDialog theAddAGSDialog = (AddAGSDialog) obj; |
|
| Method Summary | |
|---|---|
IAGSServerConnection |
doModalCreateServerConnection(int hParent,
Object[] selectedResources)
Displays the dialog to create a new server connection. |
void |
doModalUpdateServerConnection(int hParent,
Object[] selectedResources,
IGxAGSConnection[] ppGxAGSConn)
Displays the dialog to update an existing server connection. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public AddAGSDialog()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public AddAGSDialog(Object obj)
throws IOException
AddAGSDialog theAddAGSDialog = (AddAGSDialog) obj;
obj to AddAGSDialog.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IAGSServerConnection doModalCreateServerConnection(int hParent,
Object[] selectedResources)
throws IOException,
AutomationException
doModalCreateServerConnection in interface IAGSConnectionAdminDialoghParent - The hParent (A COM typedef) (in)selectedResources - A Variant (in/out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void doModalUpdateServerConnection(int hParent,
Object[] selectedResources,
IGxAGSConnection[] ppGxAGSConn)
throws IOException,
AutomationException
doModalUpdateServerConnection in interface IAGSConnectionAdminDialoghParent - The hParent (A COM typedef) (in)selectedResources - A Variant (in/out: use single element array)ppGxAGSConn - A reference to a com.esri.arcgis.catalog.IGxAGSConnection (in/out: use single element array)
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 | ||||||||