com.esri.arcgis.geoprocessing
Class IGPEnvironmentManagerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPEnvironmentManagerProxy
All Implemented Interfaces:
IGPEnvironmentManager, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPEnvironmentManager'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the properties/methods of a geoprocessing environment management object.' 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 IGPEnvironmentManagerProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPEnvironmentManager, 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.geoprocessing.IGPEnvironmentManager
IID, IID91c2edf4_6e2c_43f5_b526_e1a94f6615aa
 
Constructor Summary
  IGPEnvironmentManagerProxy()
          Deprecated. For internal use only
  IGPEnvironmentManagerProxy(java.lang.Object obj)
          Deprecated.  
protected IGPEnvironmentManagerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPEnvironmentManagerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPEnvironmentManagerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addEnvironment(IGPEnvironment env)
          Deprecated. Adds the given geoprocessing environment to the environment manager.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IGPEnvironment findEnvironment(java.lang.String name)
          Deprecated. Locates and returns the environment with the specified name.
 IArray getEnvironments()
          Deprecated. Returns the environments of the environment manager as an array.
 java.lang.Object getEnvVariant(IGPEnvironment env)
          Deprecated. Returns the value of the given environment as a variant.
 IArray getLocalEnvironments()
          Deprecated. Returns an array of the environments that have been updated locally.
 IGPEnvironmentManager getParent()
          Deprecated. Returns the parent environment manager.
 void putEnvVariant(IGPEnvironment env, java.lang.Object value)
          Deprecated. Sets the value of the given environment to the given variant.
 void removeEnvironment(IGPEnvironment env)
          Deprecated. Removes the given geoprocessing environment from the environment manager.
 void removeEnvironments()
          Deprecated. Removes all environments from the environment manager.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setParentByRef(IGPEnvironmentManager parent)
          Deprecated. Returns the parent environment manager.
 void setPersistAll(boolean rhs1)
          Deprecated. Indicates whether all environments or only local environments are persisted.
 void substituteEnvironments(IArray pParams)
          Deprecated. Substitues the values of the given array of parameters with the current environment values.
 
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

IGPEnvironmentManagerProxy

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

IGPEnvironmentManagerProxy

public IGPEnvironmentManagerProxy()
Deprecated. 
For internal use only


IGPEnvironmentManagerProxy

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

IGPEnvironmentManagerProxy

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

IGPEnvironmentManagerProxy

protected IGPEnvironmentManagerProxy(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

getParent

public IGPEnvironmentManager getParent()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Returns the parent environment manager.

Specified by:
getParent in interface IGPEnvironmentManager
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentByRef

public void setParentByRef(IGPEnvironmentManager parent)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Returns the parent environment manager.

Specified by:
setParentByRef in interface IGPEnvironmentManager
Parameters:
parent - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addEnvironment

public void addEnvironment(IGPEnvironment env)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Adds the given geoprocessing environment to the environment manager.

Specified by:
addEnvironment in interface IGPEnvironmentManager
Parameters:
env - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironment (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeEnvironment

public void removeEnvironment(IGPEnvironment env)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Removes the given geoprocessing environment from the environment manager.

Specified by:
removeEnvironment in interface IGPEnvironmentManager
Parameters:
env - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironment (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

substituteEnvironments

public void substituteEnvironments(IArray pParams)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Substitues the values of the given array of parameters with the current environment values.

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

removeEnvironments

public void removeEnvironments()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Removes all environments from the environment manager.

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

getEnvironments

public IArray getEnvironments()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Returns the environments of the environment manager as an array.

Specified by:
getEnvironments in interface IGPEnvironmentManager
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocalEnvironments

public IArray getLocalEnvironments()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Returns an array of the environments that have been updated locally.

Specified by:
getLocalEnvironments in interface IGPEnvironmentManager
Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findEnvironment

public IGPEnvironment findEnvironment(java.lang.String name)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Locates and returns the environment with the specified name.

Specified by:
findEnvironment in interface IGPEnvironmentManager
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPEnvironment
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putEnvVariant

public void putEnvVariant(IGPEnvironment env,
                          java.lang.Object value)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Sets the value of the given environment to the given variant.

Specified by:
putEnvVariant in interface IGPEnvironmentManager
Parameters:
env - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironment (in)
value - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEnvVariant

public java.lang.Object getEnvVariant(IGPEnvironment env)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Returns the value of the given environment as a variant.

Specified by:
getEnvVariant in interface IGPEnvironmentManager
Parameters:
env - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironment (in)
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPersistAll

public void setPersistAll(boolean rhs1)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether all environments or only local environments are persisted.

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