|
|||||||||
| 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.IGxGDSConnectionProxy
public class IGxGDSConnectionProxy
Provides access to members of GxObject that connects to a GeoData Server.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IGxGDSConnectionProxy()
|
|
IGxGDSConnectionProxy(Object obj)
|
protected |
IGxGDSConnectionProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
attachGeoDatabase(String gdbName,
String gdbFileName)
Attaches a Geodatabase. |
void |
connect()
Connects to a GIS Data server. |
void |
createGeoDatabase(String gdbName,
String gdbFileName,
int gdbFileSize)
Creates a new Geodatabase. |
void |
disconnect()
Disconnects from a GIS Data server. |
Object |
getDataServerManager()
The Data Server Manager object. |
String |
getServerName()
The server name. |
boolean |
isAdministrator()
Indicates whether the connected user is an administrator or not. |
boolean |
isConnected()
Indicates whether the GIS Data server connection has been made. |
void |
pause()
Pauses a Database server. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
restoreGeodatabase(String gdbName,
String backupFileName,
String dbFileName)
Restores a backup to the specified Geodatabase. |
void |
resume()
Resumes a Database server. |
void |
start()
Starts a Database server. |
void |
stop()
Stops a Database server. |
| 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 boolean noncastable
| Constructor Detail |
|---|
public IGxGDSConnectionProxy()
public IGxGDSConnectionProxy(Object obj)
throws IOException
IOException
protected IGxGDSConnectionProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public boolean isConnected()
throws IOException,
AutomationException
isConnected in interface IGxGDSConnectionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAdministrator()
throws IOException,
AutomationException
isAdministrator in interface IGxGDSConnectionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void connect()
throws IOException,
AutomationException
connect in interface IGxGDSConnectionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void disconnect()
throws IOException,
AutomationException
disconnect in interface IGxGDSConnectionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getServerName()
throws IOException,
AutomationException
getServerName in interface IGxGDSConnectionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getDataServerManager()
throws IOException,
AutomationException
getDataServerManager in interface IGxGDSConnectionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createGeoDatabase(String gdbName,
String gdbFileName,
int gdbFileSize)
throws IOException,
AutomationException
createGeoDatabase in interface IGxGDSConnectiongdbName - The gdbName (in)gdbFileName - The gdbFileName (in)gdbFileSize - The gdbFileSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void attachGeoDatabase(String gdbName,
String gdbFileName)
throws IOException,
AutomationException
attachGeoDatabase in interface IGxGDSConnectiongdbName - The gdbName (in)gdbFileName - The gdbFileName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void restoreGeodatabase(String gdbName,
String backupFileName,
String dbFileName)
throws IOException,
AutomationException
restoreGeodatabase in interface IGxGDSConnectiongdbName - The gdbName (in)backupFileName - The backupFileName (in)dbFileName - The dbFileName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void start()
throws IOException,
AutomationException
start in interface IGxGDSConnectionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stop()
throws IOException,
AutomationException
stop in interface IGxGDSConnectionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resume()
throws IOException,
AutomationException
resume in interface IGxGDSConnectionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void pause()
throws IOException,
AutomationException
pause in interface IGxGDSConnectionIOException - 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 | ||||||||