com.esri.arcgis.server
Interface IServerDirectory2

All Superinterfaces:
IServerDirectory, java.io.Serializable
All Known Subinterfaces:
IServerDirectory3
All Known Implementing Classes:
IServerDirectory2Proxy, IServerDirectory3Proxy, ServerDirectory

public interface IServerDirectory2
extends IServerDirectory, java.io.Serializable

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

Description: 'Provides access to members that control the behavior and properties of a server directory to administrators.' 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 IIDf284d482_f71b_4542_9c93_1dc4b7e79881
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerDirectory
IIDe7402a4c_0962_4e2e_ba8f_e90b6dabfcb2
 
Method Summary
 int getType()
          The Type of server directory.
 void setType(int pType)
          The Type of server directory.
 
Methods inherited from interface com.esri.arcgis.server.IServerDirectory
getCleaningMode, getDescription, getMaxFileAge, getPath, getURL, setCleaningMode, setDescription, setMaxFileAge, setPath, setURL
 

Field Detail

IIDf284d482_f71b_4542_9c93_1dc4b7e79881

static final int IIDf284d482_f71b_4542_9c93_1dc4b7e79881
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.

setType

void setType(int pType)
             throws java.io.IOException,
                    AutomationException
The Type of server directory.

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