|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataServerManager
COM Interface 'IDataServerManager'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesGDB.olb'
Description: 'Provides access to the DataServerManager object.' 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 |
IID737ef71f_3646_49f3_95b9_667259a5d498
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
connect()
Connects to an initialized Data Server. |
java.lang.String |
createConnectionFile(java.lang.String pathName,
java.lang.String serverName)
Create a Data Server connection file. |
void |
disconnect()
Disconnects from the Data Server. |
int |
getAvailableMemory()
The total available memory (MB). |
int |
getDataServerClass()
The server class. |
int |
getDataServerType()
The type of data server. |
java.lang.String |
getProductName()
The product name. |
java.lang.String |
getProductVersion()
The product version. |
java.lang.String |
getServerName()
The data server name. |
void |
initFromFile(java.lang.String gdsFileName)
Initializes a saved connection to the GIS Data Server. |
boolean |
isConnected()
Indicates whether the server is connected or not. |
void |
setServerName(java.lang.String serverName)
The data server name. |
Field Detail |
---|
static final int IID737ef71f_3646_49f3_95b9_667259a5d498
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.void setServerName(java.lang.String serverName) throws java.io.IOException, AutomationException
serverName
- The serverName (in)
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.void initFromFile(java.lang.String gdsFileName) throws java.io.IOException, AutomationException
gdsFileName
- The gdsFileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String createConnectionFile(java.lang.String pathName, java.lang.String serverName) throws java.io.IOException, AutomationException
pathName
- The pathName (in)serverName
- The serverName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isConnected() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDataServerType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getProductName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getProductVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAvailableMemory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDataServerClass() 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 |