|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.catalog.IGxGDSConnectionProxy
public class IGxGDSConnectionProxy
Internal use class Proxy for COM Interface 'IGxGDSConnection'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members of GxObject that connects to a GeoData Server.' 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 =
Field Summary | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
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.IGxGDSConnection |
---|
IID, IIDe10b6c94_58ed_4e45_84b2_285559bfa11e |
Constructor Summary | |
---|---|
|
IGxGDSConnectionProxy()
For internal use only |
|
IGxGDSConnectionProxy(java.lang.Object obj)
|
protected |
IGxGDSConnectionProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGxGDSConnectionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGxGDSConnectionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
attachGeoDatabase(java.lang.String gdbName,
java.lang.String gdbFileName)
Attaches a Geodatabase. |
void |
connect()
Connects to a GIS Data server. |
void |
createGeoDatabase(java.lang.String gdbName,
java.lang.String gdbFileName,
int gdbFileSize)
Creates a new Geodatabase. |
void |
disconnect()
Disconnects from a GIS Data server. |
java.lang.Object |
getDataServerManager()
The Data Server Manager object. |
java.lang.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(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
restoreGeodatabase(java.lang.String gdbName,
java.lang.String backupFileName,
java.lang.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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGxGDSConnectionProxy(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 IGxGDSConnectionProxy()
public IGxGDSConnectionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGxGDSConnectionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGxGDSConnectionProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isConnected() throws java.io.IOException, AutomationException
isConnected
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAdministrator() throws java.io.IOException, AutomationException
isAdministrator
in interface IGxGDSConnection
java.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 IGxGDSConnection
java.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 IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getServerName() throws java.io.IOException, AutomationException
getServerName
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getDataServerManager() throws java.io.IOException, AutomationException
getDataServerManager
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void createGeoDatabase(java.lang.String gdbName, java.lang.String gdbFileName, int gdbFileSize) throws java.io.IOException, AutomationException
createGeoDatabase
in interface IGxGDSConnection
gdbName
- The gdbName (in)gdbFileName
- The gdbFileName (in)gdbFileSize
- The gdbFileSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void attachGeoDatabase(java.lang.String gdbName, java.lang.String gdbFileName) throws java.io.IOException, AutomationException
attachGeoDatabase
in interface IGxGDSConnection
gdbName
- The gdbName (in)gdbFileName
- The gdbFileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void restoreGeodatabase(java.lang.String gdbName, java.lang.String backupFileName, java.lang.String dbFileName) throws java.io.IOException, AutomationException
restoreGeodatabase
in interface IGxGDSConnection
gdbName
- The gdbName (in)backupFileName
- The backupFileName (in)dbFileName
- The dbFileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void start() throws java.io.IOException, AutomationException
start
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stop() throws java.io.IOException, AutomationException
stop
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void resume() throws java.io.IOException, AutomationException
resume
in interface IGxGDSConnection
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void pause() throws java.io.IOException, AutomationException
pause
in interface IGxGDSConnection
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 |