com.esri.arcgis.server
Class IServerDirectory3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerDirectoryProxy
          extended by com.esri.arcgis.server.IServerDirectory2Proxy
              extended by com.esri.arcgis.server.IServerDirectory3Proxy
All Implemented Interfaces:
IServerDirectory, IServerDirectory2, IServerDirectory3, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IServerDirectory3Proxy
extends IServerDirectory2Proxy
implements IServerDirectory3, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.server.IServerDirectory3
IID, IID2f2823a9_97d5_4287_bcec_0d9802a4b115
 
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
 
Constructor Summary
  IServerDirectory3Proxy()
          Deprecated. For internal use only
  IServerDirectory3Proxy(java.lang.Object obj)
          Deprecated.  
protected IServerDirectory3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IServerDirectory3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IServerDirectory3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getName()
          Deprecated. The name of server directory.
 boolean isCanAddNew()
          Deprecated. Indicates whether we can add a new server directory of this type.
 boolean isCanDelete()
          Deprecated. Indicates whether this server directory can be deleted.
 boolean isCanEdit()
          Deprecated. Indicates whether this server directory can be edited.
 boolean isPrivate()
          Deprecated. Indicates whether this is a private server directory.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setName(java.lang.String pName)
          Deprecated. The name of server directory.
 
Methods inherited from class com.esri.arcgis.server.IServerDirectory2Proxy
getType, setType
 
Methods inherited from class com.esri.arcgis.server.IServerDirectoryProxy
getCleaningMode, getDescription, getMaxFileAge, getPath, getURL, setCleaningMode, setDescription, setMaxFileAge, setPath, setURL
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IServerDirectory3Proxy

public IServerDirectory3Proxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IServerDirectory3Proxy

public IServerDirectory3Proxy()
Deprecated. 
For internal use only


IServerDirectory3Proxy

public IServerDirectory3Proxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IServerDirectory3Proxy

protected IServerDirectory3Proxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IServerDirectory3Proxy

protected IServerDirectory3Proxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IServerDirectory2Proxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IServerDirectory2Proxy
Throws:
java.io.IOException

getName

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

Specified by:
getName in interface IServerDirectory3
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

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

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

isPrivate

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

Specified by:
isPrivate in interface IServerDirectory3
Returns:
The pIsPrivate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCanAddNew

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

Specified by:
isCanAddNew in interface IServerDirectory3
Returns:
The pCanAddNew
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCanDelete

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

Specified by:
isCanDelete in interface IServerDirectory3
Returns:
The pCanDelete
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCanEdit

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

Specified by:
isCanEdit in interface IServerDirectory3
Returns:
The pCanEdit
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.