com.esri.arcgis.server
Class IServerEnvironmentXHelperProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerEnvironmentXHelperProxy
All Implemented Interfaces:
IServerEnvironmentXHelper, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IServerEnvironmentXHelper'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Helper interface to set properties on the server environment.' 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 IServerEnvironmentXHelperProxy
extends com.esri.arcgis.interop.Dispatch
implements IServerEnvironmentXHelper, 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.IServerEnvironmentXHelper
IID, IID9fc0c623_186b_4a67_a4c9_5dec2fb8377d
 
Constructor Summary
  IServerEnvironmentXHelperProxy()
          Deprecated. For internal use only
  IServerEnvironmentXHelperProxy(java.lang.Object obj)
          Deprecated.  
protected IServerEnvironmentXHelperProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IServerEnvironmentXHelperProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IServerEnvironmentXHelperProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addEnvProperty(java.lang.String name, java.lang.String value)
          Deprecated. Adds or updates a property into the server environment.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addServerDirectory(java.lang.String dirPath, java.lang.String uRL, java.lang.String description, int cleaningMode, int maxFileAge, int type)
          Deprecated. Adds a new server directory into the server environment.
 void changeLogDirectory(java.lang.String newLogDirectory)
          Deprecated. Changes the log directory for the logger configured in the server environment.
 void changeLogLevel(java.lang.String newLogLevel)
          Deprecated. Changes the log level for the logger configured in the server environment.
 void changeLogMachineName(java.lang.String newMachineName)
          Deprecated. Changes the machine name for the logger configured in the server environment.
 void changeMaxLogFileSize(int maxLogFileSize)
          Deprecated. Change the max log file size
 void enableCrashDumpGeneration(boolean bEnable)
          Deprecated. Enable crash dump files generation
 void removeEnvProperty(java.lang.String name)
          Deprecated. Removes a property from the server environment.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void removeServerDirectory(java.lang.String dirPath)
          Deprecated. Removes a server directory from the server environment.
 void resetJobID()
          Deprecated. Resets the job ID.
 void setEnvProperties(IPropertySet ipProps)
          Deprecated. Sets the environment properties.
 void setJobID(java.lang.String jobID)
          Deprecated. Sets the job ID in the server environment.
 void setUserInfo(java.lang.String userInfo)
          Deprecated. Sets the user information into the server environment.
 
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
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IServerEnvironmentXHelperProxy

public IServerEnvironmentXHelperProxy(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

IServerEnvironmentXHelperProxy

public IServerEnvironmentXHelperProxy()
Deprecated. 
For internal use only


IServerEnvironmentXHelperProxy

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

IServerEnvironmentXHelperProxy

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

IServerEnvironmentXHelperProxy

protected IServerEnvironmentXHelperProxy(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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

changeLogLevel

public void changeLogLevel(java.lang.String newLogLevel)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Changes the log level for the logger configured in the server environment.

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

resetJobID

public void resetJobID()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Resets the job ID.

Specified by:
resetJobID in interface IServerEnvironmentXHelper
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJobID

public void setJobID(java.lang.String jobID)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Sets the job ID in the server environment.

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

addServerDirectory

public void addServerDirectory(java.lang.String dirPath,
                               java.lang.String uRL,
                               java.lang.String description,
                               int cleaningMode,
                               int maxFileAge,
                               int type)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Adds a new server directory into the server environment.

Specified by:
addServerDirectory in interface IServerEnvironmentXHelper
Parameters:
dirPath - The dirPath (in)
uRL - The uRL (in)
description - The description (in)
cleaningMode - A com.esri.arcgis.server.esriServerDirectoryCleaningMode constant (in)
maxFileAge - The maxFileAge (in)
type - 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.

removeServerDirectory

public void removeServerDirectory(java.lang.String dirPath)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Removes a server directory from the server environment.

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

setUserInfo

public void setUserInfo(java.lang.String userInfo)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Sets the user information into the server environment.

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

setEnvProperties

public void setEnvProperties(IPropertySet ipProps)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Sets the environment properties.

Specified by:
setEnvProperties in interface IServerEnvironmentXHelper
Parameters:
ipProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addEnvProperty

public void addEnvProperty(java.lang.String name,
                           java.lang.String value)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Adds or updates a property into the server environment.

Specified by:
addEnvProperty in interface IServerEnvironmentXHelper
Parameters:
name - The name (in)
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeEnvProperty

public void removeEnvProperty(java.lang.String name)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Removes a property from the server environment.

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

changeLogMachineName

public void changeLogMachineName(java.lang.String newMachineName)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Changes the machine name for the logger configured in the server environment.

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

changeLogDirectory

public void changeLogDirectory(java.lang.String newLogDirectory)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Changes the log directory for the logger configured in the server environment.

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

changeMaxLogFileSize

public void changeMaxLogFileSize(int maxLogFileSize)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Change the max log file size

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

enableCrashDumpGeneration

public void enableCrashDumpGeneration(boolean bEnable)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Enable crash dump files generation

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