|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxGDSConnection
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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDe10b6c94_58ed_4e45_84b2_285559bfa11e
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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 |
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. |
Field Detail |
---|
static final int IIDe10b6c94_58ed_4e45_84b2_285559bfa11e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isConnected() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAdministrator() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void connect() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void disconnect() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getServerName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getDataServerManager() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createGeoDatabase(java.lang.String gdbName, java.lang.String gdbFileName, int gdbFileSize) throws java.io.IOException, AutomationException
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.void attachGeoDatabase(java.lang.String gdbName, java.lang.String gdbFileName) throws java.io.IOException, AutomationException
gdbName
- The gdbName (in)gdbFileName
- The gdbFileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void restoreGeodatabase(java.lang.String gdbName, java.lang.String backupFileName, java.lang.String dbFileName) throws java.io.IOException, AutomationException
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.void start() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stop() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void resume() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void pause() throws java.io.IOException, AutomationException
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 |