com.esri.arcgis.geodatabasedistributed
Interface IGeoDataServerInit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeoDataServer, IGeoDataServerInitProxy

public interface IGeoDataServerInit
extends java.io.Serializable

COM Interface 'IGeoDataServerInit'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to members that support initializing a GeoDataServer.' 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 IID841bdc30_fe10_46af_b67b_582252bc16b8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getMaxRecordCount()
          The maximum number of records returned for query results.
 java.lang.String getPhysicalOutputDirectory()
          The physical directory for output files.
 java.lang.String getVirtualOutputDirectory()
          The virtual directory for output files.
 void initFromConnectionString(java.lang.String connectionString)
          Initializes a GeoDataServer object from a connection string to a geodatabase.
 void initFromFile(java.lang.String file)
          Initializes a GeoDataServer object from a geodatabase or an sde connection file (*.sde).
 void initFromMap(java.lang.String filePath)
          Initializes a GeoDataServer object with a map document.
 void initWithWorkspace(IWorkspace pWorkspace)
          Initializes a GeoDataServer object with a workspace.
 void setMaxRecordCount(int count)
          The maximum number of records returned for query results.
 void setPhysicalOutputDirectory(java.lang.String dirPath)
          The physical directory for output files.
 void setVirtualOutputDirectory(java.lang.String dirPath)
          The virtual directory for output files.
 

Field Detail

IID841bdc30_fe10_46af_b67b_582252bc16b8

static final int IID841bdc30_fe10_46af_b67b_582252bc16b8
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

initFromMap

void initFromMap(java.lang.String filePath)
                 throws java.io.IOException,
                        AutomationException
Initializes a GeoDataServer object with a map document.

Parameters:
filePath - The filePath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initFromFile

void initFromFile(java.lang.String file)
                  throws java.io.IOException,
                         AutomationException
Initializes a GeoDataServer object from a geodatabase or an sde connection file (*.sde).

Parameters:
file - The file (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initFromConnectionString

void initFromConnectionString(java.lang.String connectionString)
                              throws java.io.IOException,
                                     AutomationException
Initializes a GeoDataServer object from a connection string to a geodatabase.

Parameters:
connectionString - The connectionString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initWithWorkspace

void initWithWorkspace(IWorkspace pWorkspace)
                       throws java.io.IOException,
                              AutomationException
Initializes a GeoDataServer object with a workspace.

Parameters:
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPhysicalOutputDirectory

void setPhysicalOutputDirectory(java.lang.String dirPath)
                                throws java.io.IOException,
                                       AutomationException
The physical directory for output files.

Parameters:
dirPath - The dirPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPhysicalOutputDirectory

java.lang.String getPhysicalOutputDirectory()
                                            throws java.io.IOException,
                                                   AutomationException
The physical directory for output files.

Returns:
The dirPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVirtualOutputDirectory

void setVirtualOutputDirectory(java.lang.String dirPath)
                               throws java.io.IOException,
                                      AutomationException
The virtual directory for output files.

Parameters:
dirPath - The dirPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVirtualOutputDirectory

java.lang.String getVirtualOutputDirectory()
                                           throws java.io.IOException,
                                                  AutomationException
The virtual directory for output files.

Returns:
The dirPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxRecordCount

int getMaxRecordCount()
                      throws java.io.IOException,
                             AutomationException
The maximum number of records returned for query results.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxRecordCount

void setMaxRecordCount(int count)
                       throws java.io.IOException,
                              AutomationException
The maximum number of records returned for query results.

Parameters:
count - The count (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.