com.esri.arcgis.server
Interface IServerDirectoryInfo2

All Superinterfaces:
IServerDirectoryInfo, java.io.Serializable
All Known Implementing Classes:
IServerDirectoryInfo2Proxy, ServerDirectoryInfo

public interface IServerDirectoryInfo2
extends IServerDirectoryInfo, java.io.Serializable

COM Interface 'IServerDirectoryInfo2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to properties of a server directory.' 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 IID2b0cc34c_e861_46ef_8bf0_308ab6113ce8
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerDirectoryInfo
IIDcf180145_bcfe_4d6f_ac53_3b9e127af840
 
Method Summary
 int getType()
          The Type of server directory.
 
Methods inherited from interface com.esri.arcgis.server.IServerDirectoryInfo
getCleaningMode, getDescription, getMaxFileAge, getPath, getURL
 

Field Detail

IID2b0cc34c_e861_46ef_8bf0_308ab6113ce8

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The Type of server directory.

Returns:
A com.esri.arcgis.server.esriServerDirectoryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.