|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.catalogUI.AddAGSDiscoveryDialog
public class AddAGSDiscoveryDialog
Add ArcGIS Discovery Server Dialog.
Constructor Summary | |
---|---|
AddAGSDiscoveryDialog()
Constructs a AddAGSDiscoveryDialog using ArcGIS Engine. |
|
AddAGSDiscoveryDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. AddAGSDiscoveryDialog theAddAGSDiscoveryDialog = (AddAGSDiscoveryDialog) 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 AddAGSDiscoveryDialog() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic AddAGSDiscoveryDialog(Object obj) throws IOException
AddAGSDiscoveryDialog theAddAGSDiscoveryDialog = (AddAGSDiscoveryDialog) obj;
obj
to AddAGSDiscoveryDialog
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IAGSServerConnection doModalCreateServerConnection(int hParent, Object[] selectedResources) throws IOException, AutomationException
doModalCreateServerConnection
in interface IAGSConnectionAdminDialog
hParent
- 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 IAGSConnectionAdminDialog
hParent
- 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 |