com.esri.arcgis.geodatabasedistributed
Interface IGeoDataServerObjects

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

public interface IGeoDataServerObjects
extends java.io.Serializable

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

Description: 'Provides access to fine grained objects that are part of 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 IIDf3b8e8ca_fdcc_4f3b_a581_ab11258cb801
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWorkspace getDefaultWorkingWorkspace()
          The default working workspace for the geodata server.
 

Field Detail

IIDf3b8e8ca_fdcc_4f3b_a581_ab11258cb801

static final int IIDf3b8e8ca_fdcc_4f3b_a581_ab11258cb801
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

getDefaultWorkingWorkspace

IWorkspace getDefaultWorkingWorkspace()
                                      throws java.io.IOException,
                                             AutomationException
The default working workspace for the geodata server.

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