com.esri.arcgis.server
Interface IServerDirectory3

All Superinterfaces:
IServerDirectory, IServerDirectory2, java.io.Serializable
All Known Implementing Classes:
IServerDirectory3Proxy

public interface IServerDirectory3
extends IServerDirectory2, java.io.Serializable

COM Interface 'IServerDirectory3'. 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 IID2f2823a9_97d5_4287_bcec_0d9802a4b115
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.server.IServerDirectory2
IIDf284d482_f71b_4542_9c93_1dc4b7e79881
 
Fields inherited from interface com.esri.arcgis.server.IServerDirectory
IIDe7402a4c_0962_4e2e_ba8f_e90b6dabfcb2
 
Method Summary
 java.lang.String getName()
          The name of server directory.
 boolean isCanAddNew()
          Indicates whether we can add a new server directory of this type.
 boolean isCanDelete()
          Indicates whether this server directory can be deleted.
 boolean isCanEdit()
          Indicates whether this server directory can be edited.
 boolean isPrivate()
          Indicates whether this is a private server directory.
 void setName(java.lang.String pName)
          The name of server directory.
 
Methods inherited from interface com.esri.arcgis.server.IServerDirectory2
getType, setType
 
Methods inherited from interface com.esri.arcgis.server.IServerDirectory
getCleaningMode, getDescription, getMaxFileAge, getPath, getURL, setCleaningMode, setDescription, setMaxFileAge, setPath, setURL
 

Field Detail

IID2f2823a9_97d5_4287_bcec_0d9802a4b115

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of server directory.

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

setName

void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
The name of server directory.

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

isPrivate

boolean isPrivate()
                  throws java.io.IOException,
                         AutomationException
Indicates whether this is a private server directory.

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

isCanAddNew

boolean isCanAddNew()
                    throws java.io.IOException,
                           AutomationException
Indicates whether we can add a new server directory of this type.

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

isCanDelete

boolean isCanDelete()
                    throws java.io.IOException,
                           AutomationException
Indicates whether this server directory can be deleted.

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

isCanEdit

boolean isCanEdit()
                  throws java.io.IOException,
                         AutomationException
Indicates whether this server directory can be edited.

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